tests
Class TestMemory

java.lang.Object
  |
  +--tests.TestMemory

public class TestMemory
extends java.lang.Object

Tests memory allocation and the garbage collector.


Constructor Summary
TestMemory()
           
 
Method Summary
 void makeLocalRef()
           
 void run()
           
 void testFieldRef()
           
 void testIntArray()
           
 void testLocalRef()
           
 void testRefArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMemory

public TestMemory()
Method Detail

makeLocalRef

public void makeLocalRef()

testLocalRef

public void testLocalRef()

testFieldRef

public void testFieldRef()

testIntArray

public void testIntArray()

testRefArray

public void testRefArray()

run

public void run()