--- old/test/serviceability/tmtools/jstat/GcCauseTest02.java 2016-11-16 21:46:14.068572267 +0300 +++ new/test/serviceability/tmtools/jstat/GcCauseTest02.java 2016-11-16 21:46:13.960572271 +0300 @@ -27,6 +27,7 @@ * Test scenario: * tests forces debuggee application eat ~70% of heap and runs jstat. * jstat should show that ~70% of heap (OC/OU ~= 70%). + * @requires vm.opt.ExplicitGCInvokesConcurrent != true * @modules java.base/jdk.internal.misc * @library /test/lib * @library ../share