org.aspectbench.runtime.internal
Class CflowStackGlobal

java.lang.Object
  extended by org.aspectbench.runtime.internal.CflowStackGlobal

public class CflowStackGlobal
extends Object


Nested Class Summary
static class CflowStackGlobal.CflowStackDouble
           
static class CflowStackGlobal.CflowStackFloat
           
static class CflowStackGlobal.CflowStackInt
           
static class CflowStackGlobal.CflowStackLong
           
static class CflowStackGlobal.CflowStackRef
           
 
Field Summary
private static int COLLECT_AT
           
private static int MIN_COLLECT_AT
           
 
Constructor Summary
CflowStackGlobal()
           
 
Method Summary
private static void garbageCollect(int change_count, Hashtable stacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_COLLECT_AT

private static final int MIN_COLLECT_AT
See Also:
Constant Field Values

COLLECT_AT

private static final int COLLECT_AT
See Also:
Constant Field Values
Constructor Detail

CflowStackGlobal

public CflowStackGlobal()
Method Detail

garbageCollect

private static void garbageCollect(int change_count,
                                   Hashtable stacks)