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

/openjdk9/hotspot/test/gc/g1/ihop/
H A DTestIHOPErgo.java51 * The test starts the AppIHOP multiple times varying settings of MaxHeapSize.
52 * The test parses GC log from AppIHOP to check:
55 * - Adaptive IHOP prediction was started during AppIHOP executing
91 * Runs AppIHOP in separate VM and checks GC log.
115 options.add(AppIHOP.class.getName());
135 throw new RuntimeException("AppIHOP failed with exit code" + out.getExitValue());
141 * The AppIHOP fills 60% of heap and allocates and frees 30% of existing
148 public static class AppIHOP { class in class:TestIHOPErgo
166 new AppIHOP().start();
169 AppIHOP() { method in class:TestIHOPErgo.AppIHOP
[all...]
H A DTestIHOPStatic.java49 * The test starts the AppIHOP multiple times varying setting of MaxHeapSize,
127 options.add(AppIHOP.class.getName());
159 static class AppIHOP { class in class:TestIHOPStatic

Completed in 35 milliseconds