jdk-24/test/hotspot/jtreg/compiler
Roberto Castañeda Lozano bc56541424 8256535: C2: randomize CCP processing order for stress testing
Add 'StressCCP' option to randomize the selection of the node to be examined in
each CCP iteration.

Reviewed-by: chagedorn, kvn, thartmann
2021-01-07 20:43:48 +00:00
..
allocation 8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with release VMs 2020-02-25 16:22:12 +08:00
aot 8253660: Need better error report when artifact resolution fails in AotCompiler.java 2020-10-19 17:40:54 +00:00
arguments 8256535: C2: randomize CCP processing order for stress testing 2021-01-07 20:43:48 +00:00
arraycopy 8253765: C2: Control randomization in StressLCM and StressGCM 2020-10-12 11:40:50 +00:00
blackhole 8257848: -XX:CompileCommand=blackhole,* should be diagnostic 2020-12-08 10:11:01 +00:00
c1 8255058: C1: assert(is_virtual()) failed: type check 2020-11-17 09:16:06 +00:00
c2 8253881: Hotspot/Serviceability Terminology Refresh 2020-12-19 02:47:28 +00:00
calls 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
cha 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
ciReplay 8248265: compiler/ciReplay tests fail with AOT compiled java.base 2020-06-30 15:08:40 +02:00
classUnloading 8230402: Allocation of compile task fails with assert: "Leaking compilation tasks?" 2020-05-04 10:23:23 +02:00
codecache 8257513: C2: assert((constant_addr - _masm.code()->consts()->start()) == con.offset()) 2020-12-21 08:06:48 +00:00
codegen 8255763: C2: OSR miscompilation caused by invalid memory instruction placement 2020-12-21 13:04:24 +00:00
compilercontrol 8257800: CompileCommand TypedMethodOptionMatcher::parse_method_pattern() may over consume 2020-12-18 20:35:38 +00:00
controldependency 8253765: C2: Control randomization in StressLCM and StressGCM 2020-10-12 11:40:50 +00:00
conversions 8256730: Code that uses Object.checkIndex() range checks doesn't optimize well 2020-12-10 08:09:08 +00:00
cpuflags 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
debug 8256535: C2: randomize CCP processing order for stress testing 2021-01-07 20:43:48 +00:00
dependencies/MonomorphicObjectCall 8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package 2020-09-30 20:05:07 +00:00
eliminateAutobox 8224957: C2 compilation fails with assert: Bad graph detected in build_loop_late 2019-08-13 09:56:13 +02:00
escapeAnalysis 8252837: Cleanup SAP Copyright file headers 2020-09-07 07:30:10 +00:00
exceptions 8219139: move hotspot tests from test/jdk/vm 2019-03-14 19:37:17 -07:00
floatingpoint 8256267: Relax compiler/floatingpoint/NaNTest.java for x86_32 and lower -XX:+UseSSE 2020-11-25 20:01:00 +00:00
gcbarriers 8251944: Add Shenandoah test config to compiler/gcbarriers/UnsafeIntrinsicsTest.java 2021-01-05 08:37:06 +00:00
graalunit 8252774: remove jdk.test.lib.FileInstaller action from graalunit tests 2020-09-10 13:25:29 +00:00
inlining 8255742: PrintInlining as compiler directive doesn't print virtual calls 2020-12-03 18:02:05 +00:00
integerArithmetic 8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation 2018-11-26 17:35:35 +01:00
interpreter 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
intrinsics 8259339: AllocateUninitializedArray C2 intrinsic fails with void.class input 2021-01-07 12:15:23 +00:00
jsr292 8254102: use ProcessHandle::pid instead of ManagementFactory::getRuntimeMXBean to get pid in tests 2020-10-07 18:51:52 +00:00
jvmci 8257143: Enable JVMCI code installation tests on AArch64 2020-12-03 07:26:10 +00:00
linkage 8244010: Simplify usages of ProcessTools.createJavaProcessBuilder in our tests 2020-04-29 08:52:18 +02:00
longcountedloops 8254998: C2: assert(!n->as_Loop()->is_transformed_long_loop()) failure with -XX:StressLongCountedLoop=1 2020-10-20 11:53:41 +00:00
loopopts 8258505: [TESTBUG] TestDivZeroWithSplitIf.java fails due to missing UnlockDiagnosticVMOptions 2020-12-17 08:09:19 +00:00
loopstripmining 8257575: C2: "failed: only phis" assert failure in loop strip mining verification 2020-12-07 09:38:22 +00:00
macronodes 8236140: assert(!VerifyHashTableKeys || _hash_lock == 0) failed: remove node from hash table before modifying it 2020-01-09 16:14:14 +01:00
membars 8253765: C2: Control randomization in StressLCM and StressGCM 2020-10-12 11:40:50 +00:00
memoryinitialization
onSpinWait 8243930: update copyright years 2020-04-27 17:58:27 -07:00
oracle 8256508: Improve CompileCommand flag 2020-11-25 14:20:35 +00:00
osr
parsing 8244719: CTW: C2 compilation fails with "assert(!VerifyHashTableKeys || _hash_lock == 0) failed: remove node from hash table before modifying it" 2020-06-10 17:56:23 +02:00
patches/java.base/java/lang 8206287: fix legal notice in hotspot tests 2018-07-09 11:15:55 -07:00
print 8230943: False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511 2019-09-17 20:38:23 +08:00
profiling 8254102: use ProcessHandle::pid instead of ManagementFactory::getRuntimeMXBean to get pid in tests 2020-10-07 18:51:52 +00:00
rangechecks 8215265: C2: range check elimination may allow illegal out of bound access 2018-12-14 11:22:26 +01:00
reflection
regalloc 8249603: C1: assert(has_error == false) failed: register allocation invalid 2020-08-12 08:45:44 +02:00
relocations
rtm 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
runtime 8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts 2020-05-04 21:20:39 +02:00
stable 8206287: fix legal notice in hotspot tests 2018-07-09 11:15:55 -07:00
startup
stringopts 8237950: C2 compilation fails with "Live Node limit exceeded limit" during ConvI2L::Ideal optimization 2020-06-19 11:32:51 +02:00
testlibrary 8258682: compiler/intrinsics/mathexact/sanity tests fail with RepeatCompilation 2020-12-22 10:04:00 +00:00
tiered 8067651: LevelTransitionTest.java, fix trivial methods levels logic 2020-07-27 21:17:44 +02:00
types 8253566: clazz.isAssignableFrom will return false for interface implementors 2020-10-08 09:33:42 +00:00
uncommontrap 8257594: C2 compiled checkcast of non-null object triggers endless deoptimization/recompilation cycle 2020-12-03 13:42:19 +00:00
unsafe 8255466: C2 crashes at ciObject::get_oop() const+0x0 2020-10-29 22:34:14 +00:00
vectorization 8257531: Super word not applied to a loop of simple Buffer operations 2020-12-04 19:23:52 +00:00
whitebox 8252837: Cleanup SAP Copyright file headers 2020-09-07 07:30:10 +00:00