--- old/test/gc/g1/ihop/TestIHOPStatic.java 2016-06-08 14:58:18.813600420 +0300 +++ new/test/gc/g1/ihop/TestIHOPStatic.java 2016-06-08 14:58:18.713598785 +0300 @@ -25,8 +25,8 @@ * @test TestIHOPStatic * @bug 8148397 * @summary Test checks concurrent cycle initiation which depends on IHOP value. - * @requires vm.gc=="G1" | vm.gc=="null" - * @requires vm.opt.FlightRecorder != true + * @requires vm.gc == "G1" | vm.gc == "null" + * @requires vm.flightRecorder != true * @requires vm.opt.ExplicitGCInvokesConcurrent != true * @library /testlibrary / * @modules java.base/jdk.internal.misc