OpenJDK / portola / portola
changeset 52024:4236fa9582bb
8211392: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java times out in JDK12 CI
Summary: use default compile threshold for these tests
Reviewed-by: thartmann
author | kvn |
---|---|
date | Wed, 03 Oct 2018 10:38:30 -0700 |
parents | 22ca7ba0c50c |
children | 82dc590fa586 |
files | test/hotspot/jtreg/TEST.groups test/hotspot/jtreg/compiler/profiling/TestSpecTrapClassUnloading.java test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java test/hotspot/jtreg/compiler/profiling/spectrapredefineclass/Launcher.java test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java |
diffstat | 5 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/TEST.groups Wed Oct 03 12:34:22 2018 -0500 +++ b/test/hotspot/jtreg/TEST.groups Wed Oct 03 10:38:30 2018 -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 \
--- a/test/hotspot/jtreg/compiler/profiling/TestSpecTrapClassUnloading.java Wed Oct 03 12:34:22 2018 -0500 +++ b/test/hotspot/jtreg/compiler/profiling/TestSpecTrapClassUnloading.java Wed Oct 03 10:38:30 2018 -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
--- a/test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java Wed Oct 03 12:34:22 2018 -0500 +++ b/test/hotspot/jtreg/compiler/profiling/TestTypeProfiling.java Wed Oct 03 10:38:30 2018 -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 */
--- a/test/hotspot/jtreg/compiler/profiling/spectrapredefineclass/Launcher.java Wed Oct 03 12:34:22 2018 -0500 +++ b/test/hotspot/jtreg/compiler/profiling/spectrapredefineclass/Launcher.java Wed Oct 03 10:38:30 2018 -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
--- a/test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java Wed Oct 03 12:34:22 2018 -0500 +++ b/test/hotspot/jtreg/compiler/profiling/spectrapredefineclass_classloaders/Launcher.java Wed Oct 03 10:38:30 2018 -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