< prev index next >

test/serviceability/tmtools/jstat/GcCauseTest03.java

Print this page

        

@@ -26,15 +26,12 @@
  * @summary Test checks output displayed with jstat -gccause.
  *          Test scenario:
  *          test forces debuggee application call System.gc(), runs jstat and checks that
  *          cause of last garbage collection displayed by jstat (LGCC) is 'System.gc()'.
  * @modules java.base/jdk.internal.misc
- * @library /test/lib/share/classes
+ * @library /test/lib
  * @library ../share
- * @build common.*
- * @build utils.*
- *
  * @run main/othervm -XX:+UsePerfData -Xmx128M -XX:MaxMetaspaceSize=128M GcCauseTest03
  */
 import utils.*;
 
 public class GcCauseTest03 {
< prev index next >