8211392: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java times out in JDK12 CI
Use default compile threshold for these tests Reviewed-by: thartmann
This commit is contained in:
parent
db646c699a
commit
daf3cd17c4
test/hotspot/jtreg
TEST.groups
compiler/profiling
TestSpecTrapClassUnloading.javaTestTypeProfiling.java
spectrapredefineclass
spectrapredefineclass_classloaders
@ -139,7 +139,8 @@ tier1_compiler_3 = \
|
||||
-compiler/runtime/Test6826736.java
|
||||
|
||||
tier1_compiler_not_xcomp = \
|
||||
compiler/aot
|
||||
compiler/aot \
|
||||
compiler/profiling
|
||||
|
||||
tier1_compiler_not_cms = \
|
||||
compiler/aot \
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user