jdk-24/test/hotspot/jtreg/compiler
Christian Hagedorn ef101f1bf2 8332920: C2: Partial Peeling is wrongly applied for CmpU with negative limit
Reviewed-by: kvn, thartmann, epeter
2024-06-11 11:32:12 +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 8332959: C2: ZGC fails with 'Incorrect load shift' when invoking Object.clone() reflectively on an array 2024-06-03 07:37:17 +00:00
blackhole 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
c1 8302850: Implement C1 clone intrinsic that reuses arraycopy code for primitive arrays 2024-05-15 07:48:15 +00:00
c2 8331311: C2: Big Endian Port of 8318446: optimize stores into primitive arrays by combining values into larger store 2024-06-07 06:16:03 +00:00
calls 8329421: Native methods can not be selectively printed 2024-04-02 19:52:01 +00:00
ccp 8333366: C2: CmpU3Nodes are not pushed back to worklist in PhaseCCP leading to non-fixpoint assertion failure 2024-06-03 06:41:33 +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 8311248: Refactor CodeCache::initialize_heaps to simplify adding new CodeCache segments 2024-04-10 06:29:44 +00:00
codegen 8331518: Tests should not use the "Classpath" exception form of the legal header 2024-05-02 07:49:12 +00:00
compilercontrol 8327105: compiler.compilercontrol.share.scenario.Executor should listen on loopback address only 2024-03-02 01:45:36 +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 8331033: EA fails with "EA unexpected CallLeaf unsafe_setmemory" after JDK-8329331 2024-05-09 11:57:44 +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 8332826: Make hashCode methods in ArraysSupport friendlier 2024-05-30 09:33:30 +00:00
jsr292 8330621: Make 5 compiler tests use ProcessTools.executeProcess 2024-04-22 07:41:06 +00:00
jvmci 8331291: java.lang.classfile.Attributes class performs a lot of static initializations 2024-05-24 15:58:34 +00:00
lib/ir_framework 8331311: C2: Big Endian Port of 8318446: optimize stores into primitive arrays by combining values into larger store 2024-06-07 06:16:03 +00:00
linkage 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
locks 8322743: C2: prevent lock region elimination in OSR compilation 2024-02-29 20:20:46 +00:00
longcountedloops 8323972: C2 compilation fails with assert(!x->as_Loop()->is_loop_nest_inner_loop()) failed: loop was transformed 2024-03-19 07:56:53 +00:00
loopopts 8332920: C2: Partial Peeling is wrongly applied for CmpU with negative limit 2024-06-11 11:32:12 +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 8333644: C2: assert(is_Bool()) failed: invalid node class: Phi 2024-06-06 06:58:05 +00:00
print 8331185: Enable compiler memory limits in debug builds 2024-05-08 10:38:09 +00:00
profiling 8330621: Make 5 compiler tests use ProcessTools.executeProcess 2024-04-22 07:41:06 +00:00
rangechecks 8332829: [BACKOUT] C2: crash in compiled code because of dependency on removed range check CastIIs 2024-05-23 16:37:01 +00:00
reflection
regalloc 8317507: C2 compilation fails with "Exceeded _node_regs array" 2023-10-30 12:54:03 +00:00
relocations
runtime 8332547: Unloaded signature classes in DirectMethodHandles 2024-06-04 04:02:49 +00:00
sharedstubs 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
splitif 8331575: C2: crash when ConvL2I is split thru phi at LongCountedLoop 2024-05-16 08:55:03 +00:00
stable 8327729: Remove deprecated xxxObject methods from jdk.internal.misc.Unsafe 2024-03-12 17:37:48 +00:00
startup 8326376: java -version failed with CONF=fastdebug -XX:InitialCodeCacheSize=1024K -XX:ReservedCodeCacheSize=1200k 2024-02-22 17:45:34 +00:00
stringopts 8290705: StringConcat::validate_mem_flow asserts with "unexpected user: StoreI" 2022-07-27 10:43:52 +00:00
testlibrary 8329141: Obsolete RTM flags and code 2024-06-10 17:58:22 +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 8332032: C2: Remove ExpandSubTypeCheckAtParseTime flag 2024-05-31 06:56:57 +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 8320725: AArch64: C2: Add "requires_strict_order" flag for floating-point add and mul reduction 2024-06-11 07:16:56 +00:00
vectorization 8333647: C2 SuperWord: some additional PopulateIndex tests 2024-06-06 15:21:31 +00:00
whitebox 8318480: Obsolete UseCounterDecay and remove CounterDecayMinIntervalLength 2023-11-21 10:58:09 +00:00