--- old/test/TEST.ROOT 2016-01-11 10:16:03.560769987 -0500 +++ new/test/TEST.ROOT 2016-01-11 10:16:03.456769472 -0500 @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, 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 @@ -30,7 +30,7 @@ keys=cte_test jcmd nmt regression gc stress groups=TEST.groups [closed/TEST.groups] -requires.properties=sun.arch.data.model java.version +requires.properties=sun.arch.data.model jdk.debug # Tests using jtreg 4.1 b12 features requiredVersion=4.1 b12 --- 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 {