--- old/test/gc/parallel/TestPrintGCDetailsVerbose.java 2016-01-11 10:16:04.168773002 -0500 +++ new/test/gc/parallel/TestPrintGCDetailsVerbose.java 2016-01-11 10:16:04.064772486 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -26,10 +26,10 @@ * @bug 8016740 * @summary Tests that jvm with PrintGCDetails and Verbose flags do not crash when ParOldGC has no memory * @key gc - * @requires java.version ~= ".*fastdebug" + * @requires jdk.debug ~= ".*debug" * @requires vm.gc=="Parallel" | vm.gc=="null" * @library /testlibrary - * @run main/othervm -Xmx50m -XX:+UseParallelOldGC -XX:+PrintGCDetails -XX:+Verbose TestPrintGCDetailsVerbose + * @run main/othervm -Xmx50m -XX:+UseParallelGC -Xlog:gc*=trace TestPrintGCDetailsVerbose */ public class TestPrintGCDetailsVerbose {