--- old/test/serviceability/tmtools/jstat/GcCauseTest01.java 2016-08-11 13:46:59.199974700 -0400 +++ new/test/serviceability/tmtools/jstat/GcCauseTest01.java 2016-08-11 13:46:58.785165800 -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.*;