Top Fields Constructors Methods
sun.jvm.hotspot.gc.z

public Class ZHeap

extends VMObject
Class Inheritance
Imports
java.io.PrintStream, sun.jvm.hotspot.debugger.Address, sun.jvm.hotspot.runtime.VM, .VMObject, .VMObjectFactory, sun.jvm.hotspot.types.Type, .TypeDataBase

Field Summary

Modifier and TypeField and Description
private static long
Inherited from sun.jvm.hotspot.runtime.VMObject:
addr

Constructor Summary

AccessConstructor and Description
public
ZHeap(Address addr)

Method Summary

Modifier and TypeMethod and Description
public long
private static synchronized void
public long
private ZPageAllocator
public void
public long
used()

Inherited from sun.jvm.hotspot.runtime.VMObject:
equalsgetAddresshashCodetoString

Field Detail

pageAllocatorFieldOffsetback to summary
private static long pageAllocatorFieldOffset

Constructor Detail

ZHeapback to summary
public ZHeap(Address addr)

Method Detail

capacityback to summary
public long capacity()
initializeback to summary
private static synchronized void initialize(TypeDataBase db)
maxCapacityback to summary
public long maxCapacity()
pageAllocatorback to summary
private ZPageAllocator pageAllocator()
printOnback to summary
public void printOn(PrintStream tty)
usedback to summary
public long used()