com.jrockit.memleak
Interface ITrace

All Known Implementing Classes:
Trace

public interface ITrace

Represents an allocation stack trace, including invocation count.


Method Summary
 int getCount()
          The number of times this particular stacktrace has occured.
 ILocation[] getStack()
          The stack trace.
 

Method Detail

getCount

int getCount()
The number of times this particular stacktrace has occured.

Returns:
number of times this stack has occured

getStack

ILocation[] getStack()
The stack trace. Position 0 is the most recently executed method (the 'top' of the stack). This order is the same as for Throwable.getStackTrace().

Returns:
the stack


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.