--- old/test/serviceability/tmtools/jstat/GcCauseTest01.java 2016-11-16 21:43:22.264578651 +0300 +++ new/test/serviceability/tmtools/jstat/GcCauseTest01.java 2016-11-16 21:43:22.156578655 +0300 @@ -47,7 +47,7 @@ JstatGcCauseResults measurement1 = jstatGcTool.measure(); measurement1.assertConsistency(); - GcProvoker gcProvoker = GcProvoker.createGcProvoker(); + GcProvoker gcProvoker = new GcProvoker(); // Provoke GC then run the tool again and get the results asserting that they are reasonable gcProvoker.provokeGc();