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 _ 

B

BackAction - Class in com.sun.java.swing.action
 
BackAction() - Constructor for class com.sun.java.swing.action.BackAction
 
BackAction(String) - Constructor for class com.sun.java.swing.action.BackAction
 
bad_monitors - Static variable in class sun.jvm.hotspot.oops.GenerateOopMap
 
BadAddressTreeNodeAdapter - Class in sun.jvm.hotspot.ui.tree
Simple wrapper for displaying bad addresses in the Inspector
BadAddressTreeNodeAdapter(Address, MetadataField, boolean) - Constructor for class sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
 
BadAddressTreeNodeAdapter(Address, OopField, boolean) - Constructor for class sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
 
BadAddressTreeNodeAdapter(OopHandle, FieldIdentifier, boolean) - Constructor for class sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
 
BadAddressTreeNodeAdapter(long, FieldIdentifier, boolean) - Constructor for class sun.jvm.hotspot.ui.tree.BadAddressTreeNodeAdapter
The address may be null (for address fields of structures which are null); the FieldIdentifier may also be null (for the root node).
BaseClass - Interface in sun.jvm.hotspot.debugger.cdbg
Models a base class; effectively just provides the "virtual" keyword as well as public/private derivation information.
baseDirectory() - Method in class sun.jvm.hotspot.jdi.VirtualMachineImpl
 
baseOffsetInBytes(BasicType) - Static method in class sun.jvm.hotspot.oops.Array
 
BasicAddressFieldWrapper - Class in sun.jvm.hotspot.types.basic
A wrapper for a Field which adds getValue() methods returning Addresses.
BasicAddressFieldWrapper(Field) - Constructor for class sun.jvm.hotspot.types.basic.BasicAddressFieldWrapper
 
BasicArrayType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicArrayType(String, Type, int) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicArrayType
 
BasicBaseClass - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicBaseClass(int, boolean, Type) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicBaseClass
 
BasicBitType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicBitType(Type, int, int) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicBitType
Underlying type of enum must be an integer type (or as yet unresolved)
BasicBlockSym - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicBlockSym(BlockSym, long, Address, String) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicBlockSym
Creates a new BlockSym.
BasicCDebugInfoDataBase - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicCDebugInfoDataBase() - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase
 
BasicCFrame - Class in sun.jvm.hotspot.debugger.cdbg.basic
Basic implementation of the CFrame interface providing some of the functionality in a platform-independent manner.
BasicCFrame(CDebugger) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
 
BasicCIntegerField - Class in sun.jvm.hotspot.types.basic
A specialization of BasicField adding typechecked getValue() routines returning ints.
BasicCIntegerField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicCIntegerField
 
BasicCIntegerType - Class in sun.jvm.hotspot.types.basic
This specialization of BasicType implements the CIntegerType interface and describes all C integer types.
BasicCIntegerType(BasicTypeDataBase, String, boolean) - Constructor for class sun.jvm.hotspot.types.basic.BasicCIntegerType
 
BasicCompoundType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicCompoundType(String, int, CompoundTypeKind) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicCompoundType
 
BasicDebugEvent - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicDebugEvent(DebugEvent.Type, ThreadProxy) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicDebugEvent
 
BasicDoubleType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicDoubleType(String, int) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicDoubleType
 
BasicEnumType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicEnumType(String, Type) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicEnumType
Underlying type of enum must be an integer type (or as yet unresolved)
BasicField - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicField(String, Type, int, boolean) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicField
See AccessControl for valid access control values
BasicField - Class in sun.jvm.hotspot.types.basic
A basic implementation of Field which should be suitable for cross-platform use.
BasicField(Field) - Constructor for class sun.jvm.hotspot.types.basic.BasicField
 
BasicField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicField
offsetInBytes is ignored if the field is static; staticFieldAddress is used only if the field is static.
BasicFieldWrapper - Class in sun.jvm.hotspot.types.basic
This is an adapter class which allows delegation of operation to another BasicCField; see, for example, BasicCharCFieldWrapper.
BasicFieldWrapper(Field) - Constructor for class sun.jvm.hotspot.types.basic.BasicFieldWrapper
 
BasicFloatType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicFloatType(String, int) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicFloatType
 
BasicFunctionSym - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicFunctionSym(BlockSym, long, Address, String, Type, boolean) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionSym
 
BasicFunctionType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicFunctionType(String, int, Type) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionType
 
BasicFunctionType(String, int, Type, int) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicFunctionType
 
BasicGlobalSym - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicGlobalSym(String, Type, Address, boolean) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicGlobalSym
 
BasicHashtable - Class in sun.jvm.hotspot.utilities
 
BasicHashtable(Address) - Constructor for class sun.jvm.hotspot.utilities.BasicHashtable
 
BasicHashtableEntry - Class in sun.jvm.hotspot.utilities
 
BasicHashtableEntry(Address) - Constructor for class sun.jvm.hotspot.utilities.BasicHashtableEntry
 
BasicIndexableFieldIdentifier - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicIndexableFieldIdentifier(Type, int) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicIndexableFieldIdentifier
 
BasicIntType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicIntType(String, int, boolean) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
 
BasicIntType(String, int, boolean, int) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicIntType
 
BasicJBooleanField - Class in sun.jvm.hotspot.types.basic
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.
BasicJBooleanField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicJBooleanField
 
BasicJByteField - Class in sun.jvm.hotspot.types.basic
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.
BasicJByteField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicJByteField
 
BasicJCharField - Class in sun.jvm.hotspot.types.basic
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.
BasicJCharField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicJCharField
 
BasicJDoubleField - Class in sun.jvm.hotspot.types.basic
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.
BasicJDoubleField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicJDoubleField
 
BasicJFloatField - Class in sun.jvm.hotspot.types.basic
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.
BasicJFloatField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicJFloatField
 
BasicJIntField - Class in sun.jvm.hotspot.types.basic
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.
BasicJIntField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicJIntField
 
BasicJLongField - Class in sun.jvm.hotspot.types.basic
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.
BasicJLongField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicJLongField
 
BasicJShortField - Class in sun.jvm.hotspot.types.basic
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.
BasicJShortField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicJShortField
 
BasicLineNumberInfo - Class in sun.jvm.hotspot.debugger.cdbg.basic
Describes line number information for a given range of program counters.
BasicLineNumberInfo(String, int, Address, Address) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberInfo
 
BasicLineNumberMapping - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicLineNumberMapping() - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicLineNumberMapping
 
BasicLocalSym - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicLocalSym(String, Type, long) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicLocalSym
 
basicLock() - Method in class sun.jvm.hotspot.code.MonitorValue
 
BasicLock - Class in sun.jvm.hotspot.runtime
 
BasicLock(Address) - Constructor for class sun.jvm.hotspot.runtime.BasicLock
 
BasicMemberFunctionType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicMemberFunctionType(String, int, Type, Type, Type, long) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicMemberFunctionType
 
BasicNamedFieldIdentifier - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicNamedFieldIdentifier(Field) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicNamedFieldIdentifier
 
BasicNarrowOopField - Class in sun.jvm.hotspot.types.basic
A specialization of BasicField which represents a field containing an oop value and which adds typechecked getValue() routines returning OopHandles.
BasicNarrowOopField(OopField) - Constructor for class sun.jvm.hotspot.types.basic.BasicNarrowOopField
 
BasicNarrowOopField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicNarrowOopField
 
BasicObjectLock - Class in sun.jvm.hotspot.runtime
 
BasicObjectLock(Address) - Constructor for class sun.jvm.hotspot.runtime.BasicObjectLock
 
BasicOopField - Class in sun.jvm.hotspot.types.basic
A specialization of BasicField which represents a field containing an oop value and which adds typechecked getValue() routines returning OopHandles.
BasicOopField(OopField) - Constructor for class sun.jvm.hotspot.types.basic.BasicOopField
 
BasicOopField(BasicTypeDataBase, Type, String, Type, boolean, long, Address) - Constructor for class sun.jvm.hotspot.types.basic.BasicOopField
 
BasicPointerType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicPointerType(int, Type) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicPointerType
 
BasicPointerType - Class in sun.jvm.hotspot.types.basic
This specialization of BasicType implements the PointerType interface and describes all C pointer types.
BasicPointerType(BasicTypeDataBase, String, Type) - Constructor for class sun.jvm.hotspot.types.basic.BasicPointerType
 
BasicRefType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicRefType(String, int, Type) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicRefType
 
BasicSym - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicSym(String) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicSym
 
BasicType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicType(String, int) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicType
 
BasicType(String, int, int) - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicType
 
BasicType - Class in sun.jvm.hotspot.runtime
Encapsulates the BasicType enum in globalDefinitions.hpp in the VM.
BasicType - Class in sun.jvm.hotspot.types.basic
This is a basic implementation of the Type interface which should be complete enough to be portable across platforms.
BasicType(BasicTypeDataBase, String, Type) - Constructor for class sun.jvm.hotspot.types.basic.BasicType
superclass may be null
BasicType(BasicTypeDataBase, String) - Constructor for class sun.jvm.hotspot.types.basic.BasicType
Equivalent to BasicType(db, name, null)
basicType() - Method in class sun.jvm.hotspot.utilities.ConstantTag
 
basicTypeClassesDo(SystemDictionary.ClassVisitor) - Method in class sun.jvm.hotspot.memory.Universe
 
BasicTypeDataBase - Class in sun.jvm.hotspot.types.basic
This is a basic implementation of the TypeDataBase interface.
BasicTypeDataBase(MachineDescription, VtblAccess) - Constructor for class sun.jvm.hotspot.types.basic.BasicTypeDataBase
 
BasicTypeSize - Class in sun.jvm.hotspot.runtime
Encapsulates the BasicTypeSize enum in globalDefinitions.hpp in the VM.
BasicTypeSize() - Constructor for class sun.jvm.hotspot.runtime.BasicTypeSize
 
BasicVoidType - Class in sun.jvm.hotspot.debugger.cdbg.basic
 
BasicVoidType() - Constructor for class sun.jvm.hotspot.debugger.cdbg.basic.BasicVoidType
 
BasicVtblAccess - Class in sun.jvm.hotspot.types.basic
 
BasicVtblAccess(SymbolLookup, String[]) - Constructor for class sun.jvm.hotspot.types.basic.BasicVtblAccess
 
bci() - Method in class sun.jvm.hotspot.interpreter.Bytecode
 
bci() - Method in class sun.jvm.hotspot.interpreter.BytecodeStream
 
bci() - Method in class sun.jvm.hotspot.oops.CompressedLineNumberReadStream
 
bci() - Method in class sun.jvm.hotspot.opto.JVMState
 
bcpToBci(Address, ConstMethod) - Method in class sun.jvm.hotspot.runtime.Frame
 
bcpToBci(Address, Method) - Method in class sun.jvm.hotspot.runtime.Frame
 
begin() - Method in class sun.jvm.hotspot.memory.CodeHeap
 
beginConstruction() - Method in class sun.jvm.hotspot.debugger.cdbg.basic.BasicCDebugInfoDataBase
Supports lazy instantiation and references between types and symbols via insertion using arbitrary Object keys that are wrapped by LazyTypes.
beginInstruction(long) - Method in interface sun.jvm.hotspot.asm.InstructionVisitor
 
BEING_INITIALIZED - Static variable in class sun.jvm.hotspot.oops.InstanceKlass.ClassState
 
BF_EF_RECORD - Static variable in interface sun.jvm.hotspot.debugger.win32.coff.AuxSymbolRecord
 
BH - Static variable in interface sun.jvm.hotspot.debugger.win32.coff.DebugVC50X86RegisterEnums
 
bias() - Method in class sun.jvm.hotspot.gc_implementation.g1.G1HeapRegionTable
 
biasedLocker() - Method in class sun.jvm.hotspot.oops.Mark
 
biasSP(Address) - Static method in class sun.jvm.hotspot.runtime.sparc.SPARCFrame
 
BINDING_GLOBAL - Static variable in interface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol
Binding specifying that global symbols are visible to all object files being combined.
BINDING_HIPROC - Static variable in interface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol
Upper bound binding values reserverd for processor specific semantics.
BINDING_LOCAL - Static variable in interface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol
Binding specifying that local symbols are not visible outside the object file that contains its definition.
BINDING_LOPROC - Static variable in interface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol
Lower bound binding values reserverd for processor specific semantics.
BINDING_WEAK - Static variable in interface sun.jvm.hotspot.debugger.posix.elf.ELFSymbol
Binding secifying that the symbol resembles a global symbol, but has a lower precedence.
BitData - Class in sun.jvm.hotspot.oops
 
BitData(DataLayout) - Constructor for class sun.jvm.hotspot.oops.BitData
 
bitDataTag - Static variable in class sun.jvm.hotspot.oops.DataLayout
 
BitMap - Class in sun.jvm.hotspot.utilities
Manages a bitmap of the specified bit size
BitMap(int) - Constructor for class sun.jvm.hotspot.utilities.BitMap
 
BitMapClosure - Interface in sun.jvm.hotspot.utilities
 
Bits - Class in sun.jvm.hotspot.utilities
Bit manipulation routines
Bits() - Constructor for class sun.jvm.hotspot.utilities.Bits
 
BitsPerByte - Static variable in class sun.jvm.hotspot.code.CompressedStream
 
BitsPerByte - Static variable in class sun.jvm.hotspot.utilities.Bits
 
BitsPerInt - Static variable in class sun.jvm.hotspot.utilities.Bits
 
BitType - Interface in sun.jvm.hotspot.debugger.cdbg
 
BL - Static variable in interface sun.jvm.hotspot.debugger.win32.coff.DebugVC50X86RegisterEnums
 
BLACK - Static variable in class sun.jvm.hotspot.utilities.RBColor
 
blobContains(Address) - Method in class sun.jvm.hotspot.code.CodeBlob
 
blobFor(int) - Method in class sun.jvm.hotspot.c1.Runtime1
FIXME: consider making argument "type-safe" in Java port
Block - Class in sun.jvm.hotspot.opto
 
Block(Address) - Constructor for class sun.jvm.hotspot.opto.Block
 
Block_Array - Class in sun.jvm.hotspot.opto
 
Block_Array(Address) - Constructor for class sun.jvm.hotspot.opto.Block_Array
 
Block_List - Class in sun.jvm.hotspot.opto
 
Block_List(Address) - Constructor for class sun.jvm.hotspot.opto.Block_List
 
blockContainingHandle(Address) - Method in class sun.jvm.hotspot.runtime.JNIHandleBlock
Debugging routine only.
BLOCKED - Static variable in class sun.jvm.hotspot.runtime.JavaThreadState
Blocked in vm
BLOCKED_TRANS - Static variable in class sun.jvm.hotspot.runtime.JavaThreadState
Corresponding transition state
blockForPC() - Method in class sun.jvm.hotspot.debugger.cdbg.basic.BasicCFrame
 
blockForPC() - Method in interface sun.jvm.hotspot.debugger.cdbg.CFrame
If debug information is available, retrieves the block in which the program counter lies.
blockSizeUsingPrintezisBits(Address) - Method in class sun.jvm.hotspot.memory.CMSCollector
 
BlockSym - Interface in sun.jvm.hotspot.debugger.cdbg
A BlockSym models a lexical scope in a block-structured language.
bm() - Method in class sun.jvm.hotspot.memory.CMSBitMap
 
bmStartWord() - Method in class sun.jvm.hotspot.memory.CMSBitMap
 
bmWordSize() - Method in class sun.jvm.hotspot.memory.CMSBitMap
 
booleanArrayValue() - Method in class sun.jvm.hotspot.runtime.PerfDataEntry
 
booleanAt(int) - Method in class sun.jvm.hotspot.runtime.StackValueCollection
 
BooleanField - Class in sun.jvm.hotspot.oops
 
BooleanField(FieldIdentifier, long, boolean) - Constructor for class sun.jvm.hotspot.oops.BooleanField
 
BooleanField(JBooleanField, long) - Constructor for class sun.jvm.hotspot.oops.BooleanField
 
BooleanField(InstanceKlass, int) - Constructor for class sun.jvm.hotspot.oops.BooleanField
 
BooleanTreeNodeAdapter - Class in sun.jvm.hotspot.ui.tree
Encapsulates a boolean value in a tree handled by SimpleTreeModel
BooleanTreeNodeAdapter(boolean, FieldIdentifier) - Constructor for class sun.jvm.hotspot.ui.tree.BooleanTreeNodeAdapter
 
BooleanTreeNodeAdapter(boolean, FieldIdentifier, boolean) - Constructor for class sun.jvm.hotspot.ui.tree.BooleanTreeNodeAdapter
 
BooleanTypeImpl - Class in sun.jvm.hotspot.jdi
 
booleanValue() - Method in class sun.jvm.hotspot.jdi.BooleanValueImpl
 
booleanValue() - Method in class sun.jvm.hotspot.jdi.ByteValueImpl
 
booleanValue() - Method in class sun.jvm.hotspot.jdi.CharValueImpl
 
booleanValue() - Method in class sun.jvm.hotspot.jdi.DoubleValueImpl
 
booleanValue() - Method in class sun.jvm.hotspot.jdi.FloatValueImpl
 
booleanValue() - Method in class sun.jvm.hotspot.jdi.IntegerValueImpl
 
booleanValue() - Method in class sun.jvm.hotspot.jdi.LongValueImpl
 
booleanValue() - Method in class sun.jvm.hotspot.jdi.PrimitiveValueImpl
 
booleanValue() - Method in class sun.jvm.hotspot.jdi.ShortValueImpl
 
booleanValue() - Method in class sun.jvm.hotspot.runtime.PerfDataEntry
 
BooleanValueImpl - Class in sun.jvm.hotspot.jdi
 
bootClassPath() - Method in class sun.jvm.hotspot.jdi.VirtualMachineImpl
 
BootFilter() - Constructor for class sun.jvm.hotspot.CommandProcessor.BootFilter
 
bottom() - Method in class sun.jvm.hotspot.gc_implementation.shared.ImmutableSpace
 
bottom() - Method in class sun.jvm.hotspot.memory.Space
 
bottom - Static variable in class sun.jvm.hotspot.oops.CellTypeState
 
bottomAsOopHandle() - Method in class sun.jvm.hotspot.gc_implementation.shared.ImmutableSpace
Support for iteration over heap -- not sure how this will interact with GC in reflective system, but necessary for the debugging mechanism
bottomAsOopHandle() - Method in class sun.jvm.hotspot.memory.Space
Support for iteration over heap -- not sure how this will interact with GC in reflective system, but necessary for the debugging mechanism
BP - Static variable in interface sun.jvm.hotspot.debugger.win32.coff.DebugVC50X86RegisterEnums
 
BR0 - Static variable in class sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
 
BR1 - Static variable in class sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
 
BR2 - Static variable in class sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
 
BR3 - Static variable in class sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
 
BR4 - Static variable in class sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
 
BR5 - Static variable in class sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
 
BR6 - Static variable in class sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
 
BR7 - Static variable in class sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
 
BR_RP - Static variable in class sun.jvm.hotspot.debugger.ia64.IA64ThreadContext
 
BranchData - Class in sun.jvm.hotspot.oops
 
BranchData(DataLayout) - Constructor for class sun.jvm.hotspot.oops.BranchData
 
branchDataTag - Static variable in class sun.jvm.hotspot.oops.DataLayout
 
BREAKPOINT - Static variable in class sun.jvm.hotspot.debugger.cdbg.DebugEvent.Type
Indicates a breakpoint was hit
BreakpointInfo - Class in sun.jvm.hotspot.oops
 
BreakpointInfo(Address) - Constructor for class sun.jvm.hotspot.oops.BreakpointInfo
 
BRIDGE - Static variable in interface sun.jvm.hotspot.jdi.VMModifiers
 
BsdAMD64CFrame - Class in sun.jvm.hotspot.debugger.bsd.amd64
 
BsdAMD64CFrame(BsdDebugger, Address, Address) - Constructor for class sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64CFrame
 
BsdAMD64JavaThreadPDAccess - Class in sun.jvm.hotspot.runtime.bsd_amd64
 
BsdAMD64JavaThreadPDAccess() - Constructor for class sun.jvm.hotspot.runtime.bsd_amd64.BsdAMD64JavaThreadPDAccess
 
BsdAMD64ThreadContext - Class in sun.jvm.hotspot.debugger.bsd.amd64
 
BsdAMD64ThreadContext(BsdDebugger) - Constructor for class sun.jvm.hotspot.debugger.bsd.amd64.BsdAMD64ThreadContext
 
BsdDebugger - Interface in sun.jvm.hotspot.debugger.bsd
An extension of the JVMDebugger interface with a few additions to support 32-bit vs.
BsdDebuggerLocal - Class in sun.jvm.hotspot.debugger.bsd
An implementation of the JVMDebugger interface.
BsdDebuggerLocal(MachineDescription, boolean) - Constructor for class sun.jvm.hotspot.debugger.bsd.BsdDebuggerLocal
machDesc may not be null.
BsdSignals - Class in sun.jvm.hotspot.runtime.bsd
 
BsdSignals() - Constructor for class sun.jvm.hotspot.runtime.bsd.BsdSignals
 
BsdSignals - Class in sun.jvm.hotspot.runtime.bsd_x86
 
BsdSignals() - Constructor for class sun.jvm.hotspot.runtime.bsd_x86.BsdSignals
 
BsdVtblAccess - Class in sun.jvm.hotspot
 
BsdVtblAccess(SymbolLookup, String[]) - Constructor for class sun.jvm.hotspot.BsdVtblAccess
 
BsdX86CFrame - Class in sun.jvm.hotspot.debugger.bsd.x86
 
BsdX86CFrame(BsdDebugger, Address, Address) - Constructor for class sun.jvm.hotspot.debugger.bsd.x86.BsdX86CFrame
 
BsdX86JavaThreadPDAccess - Class in sun.jvm.hotspot.runtime.bsd_x86
 
BsdX86JavaThreadPDAccess() - Constructor for class sun.jvm.hotspot.runtime.bsd_x86.BsdX86JavaThreadPDAccess
 
BsdX86ThreadContext - Class in sun.jvm.hotspot.debugger.bsd.x86
 
BsdX86ThreadContext(BsdDebugger) - Constructor for class sun.jvm.hotspot.debugger.bsd.x86.BsdX86ThreadContext
 
bucket(int) - Method in class sun.jvm.hotspot.utilities.BasicHashtable
 
buffer - Variable in class sun.jvm.hotspot.code.CompressedStream
 
BufferBlob - Class in sun.jvm.hotspot.code
 
BufferBlob(Address) - Constructor for class sun.jvm.hotspot.code.BufferBlob
 
buildIntFromShorts(short, short) - Method in class sun.jvm.hotspot.runtime.VM
Utility routine for building an int from two "unsigned" 16-bit shorts
buildLongFromIntsPD(int, int) - Method in class sun.jvm.hotspot.runtime.VM
Utility routine for building a long from two "unsigned" 32-bit ints in platform-dependent order
BX - Static variable in interface sun.jvm.hotspot.debugger.win32.coff.DebugVC50X86RegisterEnums
 
byteArrayValue() - Method in class sun.jvm.hotspot.runtime.PerfDataEntry
 
byteAt(int) - Method in class sun.jvm.hotspot.runtime.StackValueCollection
 
Bytecode - Class in sun.jvm.hotspot.interpreter
 
BytecodeANewArray - Class in sun.jvm.hotspot.interpreter
 
BytecodeBipush - Class in sun.jvm.hotspot.interpreter
 
BytecodeCheckCast - Class in sun.jvm.hotspot.interpreter
 
BytecodeDisassembler - Class in sun.jvm.hotspot.interpreter
 
BytecodeDisassembler(Method) - Constructor for class sun.jvm.hotspot.interpreter.BytecodeDisassembler
 
BytecodeGetField - Class in sun.jvm.hotspot.interpreter
 
BytecodeGetPut - Class in sun.jvm.hotspot.interpreter
 
BytecodeGetStatic - Class in sun.jvm.hotspot.interpreter
 
BytecodeGoto - Class in sun.jvm.hotspot.interpreter
 
BytecodeGotoW - Class in sun.jvm.hotspot.interpreter
 
BytecodeIf - Class in sun.jvm.hotspot.interpreter
 
BytecodeIinc - Class in sun.jvm.hotspot.interpreter
 
BytecodeInstanceOf - Class in sun.jvm.hotspot.interpreter
 
BytecodeInvoke - Class in sun.jvm.hotspot.interpreter
 
BytecodeJmp - Class in sun.jvm.hotspot.interpreter
 
BytecodeJsr - Class in sun.jvm.hotspot.interpreter
 
BytecodeJsrW - Class in sun.jvm.hotspot.interpreter
 
BytecodeLoad - Class in sun.jvm.hotspot.interpreter
 
BytecodeLoadConstant - Class in sun.jvm.hotspot.interpreter
 
BytecodeLoadStore - Class in sun.jvm.hotspot.interpreter
 
BytecodeLookupswitch - Class in sun.jvm.hotspot.interpreter
 
BytecodeMultiANewArray - Class in sun.jvm.hotspot.interpreter
 
BytecodeNew - Class in sun.jvm.hotspot.interpreter
 
BytecodeNewArray - Class in sun.jvm.hotspot.interpreter
 
BytecodePutField - Class in sun.jvm.hotspot.interpreter
 
BytecodePutStatic - Class in sun.jvm.hotspot.interpreter
 
BytecodeRet - Class in sun.jvm.hotspot.interpreter
 
ByteCodeRewriter - Class in sun.jvm.hotspot.tools.jcore
 
ByteCodeRewriter(Method, ConstantPool, byte[]) - Constructor for class sun.jvm.hotspot.tools.jcore.ByteCodeRewriter
 
Bytecodes - Class in sun.jvm.hotspot.interpreter
 
Bytecodes() - Constructor for class sun.jvm.hotspot.interpreter.Bytecodes
 
bytecodes() - Method in class sun.jvm.hotspot.jdi.ConcreteMethodImpl
 
bytecodes() - Method in class sun.jvm.hotspot.jdi.NonConcreteMethodImpl
 
BytecodeSipush - Class in sun.jvm.hotspot.interpreter
 
BytecodeStore - Class in sun.jvm.hotspot.interpreter
 
BytecodeStream - Class in sun.jvm.hotspot.interpreter
 
BytecodeStream(Method) - Constructor for class sun.jvm.hotspot.interpreter.BytecodeStream
 
BytecodeTableswitch - Class in sun.jvm.hotspot.interpreter
 
BytecodeVisitor - Interface in sun.jvm.hotspot.interpreter
 
BytecodeWideable - Class in sun.jvm.hotspot.interpreter
 
BytecodeWithCPIndex - Class in sun.jvm.hotspot.interpreter
 
BytecodeWithKlass - Class in sun.jvm.hotspot.interpreter
 
ByteField - Class in sun.jvm.hotspot.oops
 
ByteField(FieldIdentifier, long, boolean) - Constructor for class sun.jvm.hotspot.oops.ByteField
 
ByteField(JByteField, long) - Constructor for class sun.jvm.hotspot.oops.ByteField
 
ByteField(InstanceKlass, int) - Constructor for class sun.jvm.hotspot.oops.ByteField
 
byteOrder() - Method in class sun.jvm.hotspot.runtime.PerfDataPrologue
 
Bytes - Class in sun.jvm.hotspot.runtime
Encapsulates some byte-swapping operations defined in the VM
Bytes(MachineDescription) - Constructor for class sun.jvm.hotspot.runtime.Bytes
 
byteSize() - Method in class sun.jvm.hotspot.memory.MemRegion
 
ByteTypeImpl - Class in sun.jvm.hotspot.jdi
 
byteValue() - Method in class sun.jvm.hotspot.jdi.BooleanValueImpl
 
byteValue() - Method in class sun.jvm.hotspot.jdi.ByteValueImpl
 
byteValue() - Method in class sun.jvm.hotspot.jdi.CharValueImpl
 
byteValue() - Method in class sun.jvm.hotspot.jdi.DoubleValueImpl
 
byteValue() - Method in class sun.jvm.hotspot.jdi.FloatValueImpl
 
byteValue() - Method in class sun.jvm.hotspot.jdi.IntegerValueImpl
 
byteValue() - Method in class sun.jvm.hotspot.jdi.LongValueImpl
 
byteValue() - Method in class sun.jvm.hotspot.jdi.PrimitiveValueImpl
 
byteValue() - Method in class sun.jvm.hotspot.jdi.ShortValueImpl
 
byteValue() - Method in class sun.jvm.hotspot.runtime.PerfDataEntry
 
ByteValueImpl - Class 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.