Skip navigation links
Java SE 8
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

J

java_lang_Class - Class in sun.jvm.hotspot.oops
A utility class encapsulating useful oop operations
java_lang_Class() - Constructor for class sun.jvm.hotspot.oops.java_lang_Class
 
JavaCallWrapper - Class in sun.jvm.hotspot.runtime
A JavaCallWrapper is constructed before each JavaCall and destroyed after the call.
JavaCallWrapper(Address) - Constructor for class sun.jvm.hotspot.runtime.JavaCallWrapper
 
javaCode() - Method in class sun.jvm.hotspot.interpreter.Bytecode
 
javaCode(int) - Static method in class sun.jvm.hotspot.interpreter.Bytecodes
 
javaLangClass - Variable in class sun.jvm.hotspot.utilities.AbstractHeapGraphWriter
 
javaLangString - Variable in class sun.jvm.hotspot.utilities.AbstractHeapGraphWriter
 
javaLangString - Variable in class sun.jvm.hotspot.utilities.ObjectReader
 
javaLangString() - Method in class sun.jvm.hotspot.utilities.ObjectReader
 
javaLangThread - Variable in class sun.jvm.hotspot.utilities.AbstractHeapGraphWriter
 
javaLengthAt(Method, int) - Static method in class sun.jvm.hotspot.interpreter.Bytecodes
 
javaPrimitiveTypesConfigured - Variable in class sun.jvm.hotspot.debugger.DebuggerBase
 
javaSender() - Method in class sun.jvm.hotspot.runtime.VFrame
Returns the next javaVFrame on the stack (skipping all other kinds of frames).
JavaStackTraceAction - Class in sun.jvm.hotspot.ui.action
Callback action for viewing java stack trace
JavaStackTraceAction() - Constructor for class sun.jvm.hotspot.ui.action.JavaStackTraceAction
 
JavaStackTracePanel - Class in sun.jvm.hotspot.ui
Provides Java stack trace of a Java Thread
JavaStackTracePanel() - Constructor for class sun.jvm.hotspot.ui.JavaStackTracePanel
 
javaSystemLoader() - Static method in class sun.jvm.hotspot.memory.SystemDictionary
 
JavaThread - Class in sun.jvm.hotspot.runtime
This is an abstract class because there are certain OS- and CPU-specific operations (like the setting and getting of the last Java frame pointer) which need to be factored out.
JavaThread(Address) - Constructor for class sun.jvm.hotspot.runtime.JavaThread
 
JavaThreadFactory - Interface in sun.jvm.hotspot.runtime
 
JavaThreadPDAccess - Interface in sun.jvm.hotspot.runtime
 
JavaThreadsPanel - Class in sun.jvm.hotspot.ui
This panel contains a JTable which displays the list of Java threads as their native thread identifiers combined with their Java names.
JavaThreadsPanel() - Constructor for class sun.jvm.hotspot.ui.JavaThreadsPanel
Constructor assumes the threads panel is created while the VM is suspended.
JavaThreadState - Class in sun.jvm.hotspot.runtime
This is a type-safe enum mirroring the JavaThreadState enum in globalDefinitions.hpp.
javaUtilHashtable - Variable in class sun.jvm.hotspot.utilities.ObjectReader
 
javaUtilHashtable() - Method in class sun.jvm.hotspot.utilities.ObjectReader
 
javaUtilHashtableEntry - Variable in class sun.jvm.hotspot.utilities.ObjectReader
 
javaUtilHashtableEntry() - Method in class sun.jvm.hotspot.utilities.ObjectReader
 
javaUtilProperties - Variable in class sun.jvm.hotspot.utilities.ObjectReader
 
javaUtilProperties() - Method in class sun.jvm.hotspot.utilities.ObjectReader
 
JavaVFrame - Class in sun.jvm.hotspot.runtime
 
JBooleanField - Interface in sun.jvm.hotspot.types
A specialization of Field which represents a field containing a Java boolean value (in either a C/C++ data structure or a Java object) and which adds typechecked getValue() routines returning booleans.
jbooleanSize - Variable in class sun.jvm.hotspot.debugger.DebuggerBase
 
jbooleanToData(boolean) - Method in class sun.jvm.hotspot.debugger.DebuggerUtilities
 
JByteField - Interface in sun.jvm.hotspot.types
A specialization of Field which represents a field containing a Java byte value (in either a C/C++ data structure or a Java object) and which adds typechecked getValue() routines returning bytes.
jbyteSize - Variable in class sun.jvm.hotspot.debugger.DebuggerBase
 
jbyteToData(byte) - Method in class sun.jvm.hotspot.debugger.DebuggerUtilities
 
JCharField - Interface in sun.jvm.hotspot.types
A specialization of Field which represents a field containing a Java char value (in either a C/C++ data structure or a Java object) and which adds typechecked getValue() routines returning chars.
jcharSize - Variable in class sun.jvm.hotspot.debugger.DebuggerBase
 
jcharToData(char) - Method in class sun.jvm.hotspot.debugger.DebuggerUtilities
 
JDoubleField - Interface in sun.jvm.hotspot.types
A specialization of Field which represents a field containing a Java double value (in either a C/C++ data structure or a Java object) and which adds typechecked getValue() routines returning doubles.
jdoubleSize - Variable in class sun.jvm.hotspot.debugger.DebuggerBase
 
jdoubleToData(double) - Method in class sun.jvm.hotspot.debugger.DebuggerUtilities
 
JFloatField - Interface in sun.jvm.hotspot.types
A specialization of Field which represents a field containing a Java float value (in either a C/C++ data structure or a Java object) and which adds typechecked getValue() routines returning floats.
jfloatSize - Variable in class sun.jvm.hotspot.debugger.DebuggerBase
 
jfloatToData(float) - Method in class sun.jvm.hotspot.debugger.DebuggerUtilities
 
JFrameWrapper - Class in sun.jvm.hotspot.ui
 
JFrameWrapper(JFrame) - Constructor for class sun.jvm.hotspot.ui.JFrameWrapper
 
JInfo - Class in sun.jvm.hotspot.tools
 
JInfo() - Constructor for class sun.jvm.hotspot.tools.JInfo
 
JInfo(int) - Constructor for class sun.jvm.hotspot.tools.JInfo
 
JInfo(JVMDebugger) - Constructor for class sun.jvm.hotspot.tools.JInfo
 
JInternalFrameWrapper - Class in sun.jvm.hotspot.ui
 
JInternalFrameWrapper(JInternalFrame) - Constructor for class sun.jvm.hotspot.ui.JInternalFrameWrapper
 
JIntField - Interface in sun.jvm.hotspot.types
A specialization of Field which represents a field containing a Java int value (in either a C/C++ data structure or a Java object) and which adds typechecked getValue() routines returning ints.
jintSize - Variable in class sun.jvm.hotspot.debugger.DebuggerBase
 
jintToData(int) - Method in class sun.jvm.hotspot.debugger.DebuggerUtilities
 
jjstr(Collection) - Static method in class sun.jvm.hotspot.jdi.ReferenceTypeImpl
 
JLongField - Interface in sun.jvm.hotspot.types
A specialization of Field which represents a field containing a Java long value (in either a C/C++ data structure or a Java object) and which adds typechecked getValue() routines returning longs.
jlongSize - Variable in class sun.jvm.hotspot.debugger.DebuggerBase
 
jlongToData(long) - Method in class sun.jvm.hotspot.debugger.DebuggerUtilities
 
JMap - Class in sun.jvm.hotspot.tools
 
JMap(int) - Constructor for class sun.jvm.hotspot.tools.JMap
 
JMap() - Constructor for class sun.jvm.hotspot.tools.JMap
 
JMap(JVMDebugger) - Constructor for class sun.jvm.hotspot.tools.JMap
 
JNIHandleBlock - Class in sun.jvm.hotspot.runtime
 
JNIHandleBlock(Address) - Constructor for class sun.jvm.hotspot.runtime.JNIHandleBlock
 
JNIHandles - Class in sun.jvm.hotspot.runtime
 
JNIHandles() - Constructor for class sun.jvm.hotspot.runtime.JNIHandles
 
JNIid - Class in sun.jvm.hotspot.runtime
 
JNIid(Address, ObjectHeap) - Constructor for class sun.jvm.hotspot.runtime.JNIid
 
jniOffset() - Method in class sun.jvm.hotspot.runtime.NativeSignatureIterator
 
JNITypeParser - Class in sun.jvm.hotspot.jdi
 
JSDB - Class in sun.jvm.hotspot.tools.soql
This is command line JavaScript debugger console
JSDB() - Constructor for class sun.jvm.hotspot.tools.soql.JSDB
 
JSDB(JVMDebugger) - Constructor for class sun.jvm.hotspot.tools.soql.JSDB
 
JShortField - Interface in sun.jvm.hotspot.types
A specialization of Field which represents a field containing a Java short value (in either a C/C++ data structure or a Java object) and which adds typechecked getValue() routines returning shorts.
jshortSize - Variable in class sun.jvm.hotspot.debugger.DebuggerBase
 
jshortToData(short) - Method in class sun.jvm.hotspot.debugger.DebuggerUtilities
 
JSJavaArray - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for Java Array.
JSJavaArray(Array, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaArray
 
JSJavaArrayKlass - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for Java ArrayKlass.
JSJavaArrayKlass(ArrayKlass, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaArrayKlass
 
JSJavaClass - Class in sun.jvm.hotspot.utilities.soql
 
JSJavaClass(Instance, JSJavaKlass, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaClass
 
JSJavaFactory - Interface in sun.jvm.hotspot.utilities.soql
 
JSJavaFactoryImpl - Class in sun.jvm.hotspot.utilities.soql
 
JSJavaFactoryImpl() - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaFactoryImpl
 
JSJavaField - Class in sun.jvm.hotspot.utilities.soql
 
JSJavaField(Field, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaField
 
JSJavaFrame - Class in sun.jvm.hotspot.utilities.soql
 
JSJavaFrame(JavaVFrame, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaFrame
 
JSJavaHeap - Class in sun.jvm.hotspot.utilities.soql
 
JSJavaHeap(JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaHeap
 
JSJavaInstance - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for Java Instance in debuggee.
JSJavaInstance(Instance, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaInstance
 
JSJavaInstanceKlass - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for InstanceKlass.
JSJavaInstanceKlass(InstanceKlass, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaInstanceKlass
 
JSJavaKlass - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for Klass.
JSJavaKlass(Klass, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaKlass
 
JSJavaMethod - Class in sun.jvm.hotspot.utilities.soql
Wraps a Method* from the debuggee VM.
JSJavaMethod(Method, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaMethod
 
JSJavaObjArray - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for Java Object Array.
JSJavaObjArray(ObjArray, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaObjArray
 
JSJavaObjArrayKlass - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for ObjArrayKlass.
JSJavaObjArrayKlass(ObjArrayKlass, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaObjArrayKlass
 
JSJavaObject - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for a Java Object in debuggee.
JSJavaObject(Oop, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaObject
 
JSJavaScriptEngine - Class in sun.jvm.hotspot.utilities.soql
Simple wrapper around jsr-223 JavaScript script engine.
JSJavaScriptEngine(boolean) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine
 
JSJavaScriptEngine() - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaScriptEngine
 
JSJavaString - Class in sun.jvm.hotspot.utilities.soql
Wraps a java.lang.String instance of the target VM.
JSJavaString(Instance, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaString
 
JSJavaThread - Class in sun.jvm.hotspot.utilities.soql
Wraps a JavaThread instance in the target VM.
JSJavaThread(Instance, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaThread
 
JSJavaThread(JavaThread, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaThread
 
JSJavaTypeArray - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for Java Primitive Array.
JSJavaTypeArray(TypeArray, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaTypeArray
 
JSJavaTypeArrayKlass - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for TypeArrayKlass.
JSJavaTypeArrayKlass(TypeArrayKlass, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaTypeArrayKlass
 
JSJavaVM - Class in sun.jvm.hotspot.utilities.soql
 
JSJavaVM(JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSJavaVM
 
JSList - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for Java List.
JSList(List, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSList
 
JSMap - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for a Map.
JSMap(Map, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSMap
 
JSMetadata - Class in sun.jvm.hotspot.utilities.soql
This is JavaScript wrapper for a metadata object in debuggee.
JSMetadata(Metadata, JSJavaFactory) - Constructor for class sun.jvm.hotspot.utilities.soql.JSMetadata
 
JSnap - Class in sun.jvm.hotspot.tools
 
JSnap() - Constructor for class sun.jvm.hotspot.tools.JSnap
 
JSnap(JVMDebugger) - Constructor for class sun.jvm.hotspot.tools.JSnap
 
JStack - Class in sun.jvm.hotspot.tools
 
JStack(boolean, boolean) - Constructor for class sun.jvm.hotspot.tools.JStack
 
JStack() - Constructor for class sun.jvm.hotspot.tools.JStack
 
JStack(JVMDebugger) - Constructor for class sun.jvm.hotspot.tools.JStack
 
JTreeTable - Class in sun.jvm.hotspot.ui.treetable
This example shows how to create a simple JTreeTable component, by using a JTree as a renderer (and editor) for the cells in a particular column in the JTable.
JTreeTable(TreeTableModel) - Constructor for class sun.jvm.hotspot.ui.treetable.JTreeTable
 
JTreeTable.TreeTableCellEditor - Class in sun.jvm.hotspot.ui.treetable
An editor that can be used to edit the tree column.
JTreeTable.TreeTableCellRenderer - Class in sun.jvm.hotspot.ui.treetable
A TreeCellRenderer that displays a JTree.
JumpData - Class in sun.jvm.hotspot.oops
 
JumpData(DataLayout) - Constructor for class sun.jvm.hotspot.oops.JumpData
 
jumpDataTag - Static variable in class sun.jvm.hotspot.oops.DataLayout
 
JVM_ACC_ABSTRACT - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_ANNOTATION - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_BRIDGE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_ENUM - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_FIELD_ACCESS_WATCHED - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_FIELD_FLAGS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_FIELD_HAS_GENERIC_SIGNATURE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_FIELD_MODIFICATION_WATCHED - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_FINAL - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_HAS_CHECKED_EXCEPTIONS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_HAS_FINALIZER - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_HAS_JSRS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_HAS_LINE_NUMBER_TABLE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_HAS_LOCAL_VARIABLE_TABLE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_HAS_LOOPS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_HAS_MIRANDA_METHODS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_HAS_MONITOR_BYTECODES - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_HAS_VANILLA_CONSTRUCTOR - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_INTERFACE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_IS_CLONEABLE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_IS_OBSOLETE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_LOOPS_FLAG_INIT - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_MONITOR_MATCH - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_NATIVE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_NOT_OSR_COMPILABLE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_PRIVATE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_PROMOTED_FLAGS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_PROTECTED - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_PUBLIC - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_QUEUED - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_STATIC - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_STRICT - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_SUPER - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_SYNCHRONIZED - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_SYNTHETIC - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_TRANSIENT - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_VARARGS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_VOLATILE - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_ACC_WRITTEN_FLAGS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_Class - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_ClassIndex - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_Double - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_Fieldref - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_Float - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_Integer - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_InterfaceMethodref - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_Invalid - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_InvokeDynamic - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_Long - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_MethodHandle - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_MethodHandleInError - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_Methodref - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_MethodType - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_MethodTypeInError - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_NameAndType - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_String - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_StringIndex - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_Unicode - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_UnresolvedClass - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_UnresolvedClassInError - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_CONSTANT_Utf8 - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_RECOGNIZED_CLASS_MODIFIERS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_RECOGNIZED_FIELD_MODIFIERS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_RECOGNIZED_METHOD_MODIFIERS - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_REF_getField - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_REF_getStatic - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_REF_invokeInterface - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_REF_invokeSpecial - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_REF_invokeStatic - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_REF_invokeVirtual - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_REF_newInvokeSpecial - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_REF_putField - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVM_REF_putStatic - Static variable in interface sun.jvm.hotspot.runtime.ClassConstants
 
JVMDebugger - Interface in sun.jvm.hotspot.debugger
An extension of the Debugger interface which can be configured with Java type sizes to allow the sizes of primitive Java types to be read from the remote JVM.
JVMDIClassStatus - Interface in sun.jvm.hotspot.oops
 
jvms() - Method in class sun.jvm.hotspot.opto.MachSafePointNode
 
jvms() - Method in class sun.jvm.hotspot.opto.SafePointNode
 
JVMState - Class in sun.jvm.hotspot.opto
 
JVMState(Address) - Constructor for class sun.jvm.hotspot.opto.JVMState
 
JVMTI_THREAD_STATE_ALIVE - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_BLOCKED_ON_MONITOR_ENTER - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_IN_NATIVE - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_IN_OBJECT_WAIT - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_INTERRUPTED - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_PARKED - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_RUNNABLE - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_SLEEPING - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_SUSPENDED - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_TERMINATED - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_WAITING - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_WAITING_INDEFINITELY - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JVMTI_THREAD_STATE_WAITING_WITH_TIMEOUT - Static variable in interface sun.jvm.hotspot.jdi.JVMTIThreadState
 
JvmtiAgentThread - Class in sun.jvm.hotspot.runtime
FIXME: should be in ../prims dir if that directory existed; for now keep it in runtime dir
JvmtiAgentThread(Address) - Constructor for class sun.jvm.hotspot.runtime.JvmtiAgentThread
 
JvmtiExport - Class in sun.jvm.hotspot.prims
 
JvmtiExport() - Constructor for class sun.jvm.hotspot.prims.JvmtiExport
 
JVMTIThreadState - Interface in sun.jvm.hotspot.jdi
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links
Java SE 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.