--- old/test/hotspot/jtreg/TEST.groups 2018-10-02 17:25:34.000000000 -0700 +++ new/test/hotspot/jtreg/TEST.groups 2018-10-02 17:25:33.000000000 -0700 @@ -139,7 +139,8 @@ -compiler/runtime/Test6826736.java tier1_compiler_not_xcomp = \ - compiler/aot + compiler/aot \ + compiler/profiling tier1_compiler_not_cms = \ compiler/aot \ --- old/test/hotspot/jtreg/compiler/profiling/TestSpecTrapClassUnloading.java 2018-10-02 17:25:35.000000000 -0700 +++ new/test/hotspot/jtreg/compiler/profiling/TestSpecTrapClassUnloading.java 2018-10-02 17:25:34.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2018, 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 @@ -28,6 +28,7 @@ * * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation * -XX:-UseOnStackReplacement -XX:-BackgroundCompilation + * -XX:CompileThreshold=10000 * -XX:+UseTypeSpeculation -XX:TypeProfileLevel=222 * -XX:CompileCommand=exclude,java.lang.reflect.Method::invoke * -XX:CompileCommand=exclude,sun.reflect.DelegatingMethodAccessorImpl::invoke --- old/test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java 2018-10-02 17:25:36.000000000 -0700 +++ new/test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java 2018-10-02 17:25:36.000000000 -0700 @@ -31,10 +31,12 @@ * @run driver ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement + * -XX:CompileThreshold=10000 * -server -XX:-TieredCompilation -XX:TypeProfileLevel=020 * compiler.profiling.TestTypeProfiling * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:-BackgroundCompilation -XX:-UseOnStackReplacement + * -XX:CompileThreshold=10000 * -server -XX:-TieredCompilation -XX:TypeProfileLevel=200 * compiler.profiling.TestTypeProfiling */ --- old/test/hotspot/jtreg/compiler/profiling/spectrapredefineclass/Launcher.java 2018-10-02 17:25:37.000000000 -0700 +++ new/test/hotspot/jtreg/compiler/profiling/spectrapredefineclass/Launcher.java 2018-10-02 17:25:37.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2018, 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 @@ -32,6 +32,7 @@ * @run driver ClassFileInstaller compiler.profiling.spectrapredefineclass.Agent * @run driver compiler.profiling.spectrapredefineclass.Launcher * @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation + * -XX:CompileThreshold=10000 * -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 * -XX:ReservedCodeCacheSize=3M -Djdk.attach.allowAttachSelf * compiler.profiling.spectrapredefineclass.Agent --- old/test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java 2018-10-02 17:25:38.000000000 -0700 +++ new/test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java 2018-10-02 17:25:38.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2018, 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 @@ -35,6 +35,7 @@ * @run driver ClassFileInstaller compiler.profiling.spectrapredefineclass_classloaders.Agent * @run driver compiler.profiling.spectrapredefineclass_classloaders.Launcher * @run main/othervm -XX:-TieredCompilation -XX:-BackgroundCompilation + * -XX:CompileThreshold=10000 * -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 * -XX:ReservedCodeCacheSize=3M -Djdk.attach.allowAttachSelf * compiler.profiling.spectrapredefineclass_classloaders.Agent