jdk-24/test/hotspot/jtreg/compiler
Daniel Lundén 4abb10eb0b 8317349: Randomize order of macro node expansion in C2
Reviewed-by: chagedorn, rcastanedalo, thartmann
2024-02-07 10:01:35 +00:00
..
allocation 8316414: C2: large byte array clone triggers "failed: malformed control flow" assertion failure on linux-x86 2023-10-04 12:06:52 +00:00
arguments 8317349: Randomize order of macro node expansion in C2 2024-02-07 10:01:35 +00:00
arraycopy 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
blackhole 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
c1 8310844: [AArch64] C1 compilation fails because monitor offset in OSR buffer is too large for immediate 2024-01-05 13:48:31 +00:00
c2 8317349: Randomize order of macro node expansion in C2 2024-02-07 10:01:35 +00:00
calls 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
ccp 8313672: C2: PhaseCCP does not correctly track analysis dependencies involving shift, convert, and mask 2023-11-15 09:19:15 +00:00
cha 8304089: Convert TraceDependencies to UL 2023-03-22 12:33:00 +00:00
ciReplay 8324236: compiler/ciReplay/TestInliningProtectionDomain.java failed with RuntimeException: should only dump inline information for ... expected true, was false 2024-01-29 09:20:52 +00:00
ciTypeFlow 8286451: C2: assert(nb == 1) failed: only when the head is not shared 2022-06-08 06:41:20 +00:00
classUnloading/methodUnloading 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
codecache 8319795: Static huge pages are not used for CodeCache 2023-12-21 18:51:50 +00:00
codegen 8027711: Unify wildcarding syntax for CompileCommand and CompileOnly 2023-06-12 07:39:23 +00:00
compilercontrol 8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder 2024-01-03 08:53:01 +00:00
controldependency 8303737: C2: Load can bypass subtype check that enforces it's from the right object type 2023-09-26 06:55:01 +00:00
conversions 8256730: Code that uses Object.checkIndex() range checks doesn't optimize well 2020-12-10 08:09:08 +00:00
cpuflags 8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder 2024-01-03 08:53:01 +00:00
debug 8317349: Randomize order of macro node expansion in C2 2024-02-07 10:01:35 +00:00
dependencies/MonomorphicObjectCall 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
eliminateAutobox 8027711: Unify wildcarding syntax for CompileCommand and CompileOnly 2023-06-12 07:39:23 +00:00
escapeAnalysis 8324174: assert(m->is_entered(current)) failed: invariant 2024-01-31 19:42:02 +00:00
exceptions 8316422: TestIntegerUnsignedDivMod.java triggers "invalid layout" assert in FrameValues::validate 2023-11-29 03:06:32 +00:00
floatingpoint 8319927: Log that IEEE rounding mode was corrupted by loading a library 2023-11-16 12:55:06 +00:00
gcbarriers 8322692: ZGC: avoid over-unrolling due to hidden barrier size 2024-01-17 07:50:03 +00:00
inlining 8320237: C2: late inlining of method handle invoke causes duplicate lines in PrintInlining output 2024-02-06 14:37:41 +00:00
integerArithmetic 8305356: Fix ignored bad CompileCommands in tests 2023-04-05 09:35:45 +00:00
interpreter 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
intrinsics 8324874: AArch64: crypto pmull based CRC32/CRC32C intrinsics clobber V8-V15 registers 2024-02-06 08:54:23 +00:00
jsr292 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
jvmci 8324074: increase timeout for jvmci test TestResolvedJavaMethod.java 2024-01-18 13:16:05 +00:00
lib/ir_framework 8317349: Randomize order of macro node expansion in C2 2024-02-07 10:01:35 +00:00
linkage 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
locks 8322996: BoxLockNode creation fails with assert(reg < CHUNK_SIZE) failed: sanity 2024-01-29 09:14:26 +00:00
longcountedloops 8027711: Unify wildcarding syntax for CompileCommand and CompileOnly 2023-06-12 07:39:23 +00:00
loopopts 8324794: C2 SuperWord: do not ignore reductions in SuperWord::unrolling_analysis 2024-01-30 20:14:20 +00:00
loopstripmining 8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder 2024-01-03 08:53:01 +00:00
macronodes
membars 8295470: Update openjdk.java.net => openjdk.org URLs in test code 2022-10-20 10:33:18 +00:00
memoryinitialization
onSpinWait 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
oracle 8317572: C2 SuperWord: refactor/improve TraceSuperWord, replace VectorizeDebugOption with TraceAutoVectorization 2024-01-29 10:13:43 +00:00
osr
parsing 8313626: C2 crash due to unexpected exception control flow 2023-08-23 08:47:33 +00:00
patches/java.base/java/lang 8311906: Improve robustness of String constructors with mutable array inputs 2023-12-04 18:28:59 +00:00
predicates 8317723: C2: CountedLoopEndNodes and Zero Trip Guards are wrongly treated as Runtime Predicate 2023-11-16 07:37:45 +00:00
print 8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder 2024-01-03 08:53:01 +00:00
profiling 8298952: All nodes should have type(n) == Value(n) after IGVN 2023-02-06 08:45:48 +00:00
rangechecks 8319793: C2 compilation fails with "Bad graph detected in build_loop_late" after JDK-8279888 2024-01-11 09:00:44 +00:00
reflection
regalloc 8317507: C2 compilation fails with "Exceeded _node_regs array" 2023-10-30 12:54:03 +00:00
relocations
rtm 8307907: [ppc] Remove RTM locking implementation 2023-06-15 09:52:31 +00:00
runtime 8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder 2024-01-03 08:53:01 +00:00
sharedstubs 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
splitif 8323101: C2: assert(n->in(0) == nullptr) failed: divisions with zero check should already have bailed out earlier in split-if 2024-01-15 12:16:10 +00:00
stable 8027711: Unify wildcarding syntax for CompileCommand and CompileOnly 2023-06-12 07:39:23 +00:00
startup 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
stringopts 8290705: StringConcat::validate_mem_flow asserts with "unexpected user: StoreI" 2022-07-27 10:43:52 +00:00
testlibrary 8322209: RISC-V: Enable some tests related to MD5 instrinsic 2023-12-18 10:31:29 +00:00
tiered 8318468: compiler/tiered/LevelTransitionTest.java fails with -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1 2023-12-05 16:27:29 +00:00
types 8320175: [BACKOUT] 8316533: C2 compilation fails with assert(verify(phase)) failed: missing Value() optimization 2024-01-16 10:15:00 +00:00
uncommontrap 8319879: Stress mode to randomize incremental inlining decision 2023-11-21 07:18:04 +00:00
unsafe 8316756: C2 EA fails with "missing memory path" when encountering unsafe_arraycopy stub call 2024-01-17 08:07:04 +00:00
vectorapi 8325313: Header format error in TestIntrinsicBailOut after JDK-8317299 2024-02-06 09:34:26 +00:00
vectorization 8325037: x86: enable and fix hotspot/jtreg/compiler/vectorization/TestRoundVectFloat.java 2024-02-04 09:46:15 +00:00
whitebox 8318480: Obsolete UseCounterDecay and remove CounterDecayMinIntervalLength 2023-11-21 10:58:09 +00:00