Searched refs:garbage (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/demo/jvmti/gctest/
H A DBigHello.java33 private static Object garbage[]; field in class:BigHello
39 garbage = new Object[i];
40 garbage[0] = new Object();
/openjdk7/jdk/test/java/awt/Window/OwnedWindowsLeak/
H A DOwnedWindowsLeak.java56 Vector garbage = new Vector();
61 garbage.add(new byte[1000]);
68 garbage = null;
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec295 "be freed, and if garbage collection was "
303 "at some time after the corresponding object is garbage collected. "
307 "for example) but may not be garbage collected any time soon. "
551 "garbage collection are counted. If a reference type is invalid, "
961 "garbage collection are returned. "
1596 "Prevents garbage collection for the given object. By "
1605 "Note that while the target VM is suspended, no garbage "
1609 "garbage collection. "
1612 "pattern of garbage collection in the target VM and, "
1626 "Permits garbage collectio
[all...]

Completed in 37 milliseconds