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

/openjdk7/hotspot/test/gc/6581734/
H A DTest6581734.java25 * @test Test6581734.java
28 * @run main/othervm -Xmx512m -verbose:gc -XX:+UseConcMarkSweepGC Test6581734
42 public class Test6581734 { class
49 Test6581734 t = null;
51 t = new Test6581734(args[0], args[1]);
54 t = new Test6581734();
59 public Test6581734(String pool, String collector) { method in class:Test6581734
64 public Test6581734() { method in class:Test6581734

Completed in 39 milliseconds