Top Fields Constructors Methods
sun.jvm.hotspot.oops

public Class MethodCounters

extends Metadata
Class Inheritance
Imports
java.io.*, java.util.*, sun.jvm.hotspot.debugger.*, sun.jvm.hotspot.runtime.*, sun.jvm.hotspot.types.*, sun.jvm.hotspot.utilities.*, .Observable, .Observer

Field Summary

Modifier and TypeField and Description
private static CIntField
private static CIntField
private static CIntField

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public long
public long
private static synchronized void
public int
public void
Inherited from sun.jvm.hotspot.oops.Metadata:
alignSizedumpReplayDatainstantiateWrapperForisSharediterateiterateFields

Field Detail

backedgeCounterback to summary
private static CIntField backedgeCounter
interpreterThrowoutCountFieldback to summary
private static CIntField interpreterThrowoutCountField
invocationCounterback to summary
private static CIntField invocationCounter

Constructor Detail

MethodCountersback to summary
public MethodCounters(Address addr)

Method Detail

getBackedgeCounterback to summary
public long getBackedgeCounter()
getInvocationCounterback to summary
public long getInvocationCounter()
initializeback to summary
private static synchronized void initialize(TypeDataBase db) throws WrongTypeException

Hides sun.jvm.hotspot.oops.Metadata.initialize.

interpreterThrowoutCountback to summary
public int interpreterThrowoutCount()
printValueOnback to summary
public void printValueOn(PrintStream tty)

Implements abstract sun.jvm.hotspot.oops.Metadata.printValueOn.