diff -r 514bf0744294 -r ed82623d7831 hotspot/test/serviceability/tmtools/jstat/GcCauseTest01.java --- a/hotspot/test/serviceability/tmtools/jstat/GcCauseTest01.java Fri Aug 19 01:20:39 2016 -0400 +++ b/hotspot/test/serviceability/tmtools/jstat/GcCauseTest01.java Fri Aug 19 10:06:30 2016 -0400 @@ -29,12 +29,9 @@ * collection runs jstat. jstat should show that after garbage collection number of GC events and garbage * collection time increase. * @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 GcCauseTest01 */ import utils.*;