< prev index next >

test/serviceability/tmtools/jstat/GcCapacityTest.java

Print this page

        

@@ -26,15 +26,13 @@
 /*
  * @test
  * @summary Test checks the consistency of the output
  * displayed with jstat -gccapacity.
  * @modules java.base/jdk.internal.misc
- * @library /test/lib/share/classes
+ * @library /test/lib
  * @library ../share
  * @requires vm.opt.ExplicitGCInvokesConcurrent != true
- * @build common.*
- * @build utils.*
  * @run main/othervm -XX:+UsePerfData -Xmx128M GcCapacityTest
  */
 public class GcCapacityTest {
 
     public static void main(String[] args) throws Exception {
< prev index next >