jdk-24/test/hotspot/jtreg/compiler
Christian Hagedorn 55a97ec879 8336729: C2: Div/Mod nodes without zero check could be split through iv phi of outer loop of long counted loop nest resulting in SIGFPE
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: epeter, kvn, thartmann
2024-08-20 15:47:16 +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 8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp 2024-06-28 09:23:48 +00:00
c2 8338442: AArch64: Clean up IndOffXX type and let legitimize_address() fix out-of-range operands 2024-08-15 15:16:14 +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 8304693: Remove -XX:-UseVtableBasedCHA 2024-06-27 18:25:16 +00:00
ciReplay 8333805: Replaying compilation with null static final fields results in a crash 2024-06-18 12:08:57 +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
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 8324345: Stack overflow during C2 compilation when splitting memory phi 2024-07-31 16:05:42 +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 8327380: Add tests for Shenandoah barrier expansion optimization 2024-06-26 13:19:34 +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 8334078: RISC-V: TestIntVect.java fails after JDK-8332153 when running without RVV 2024-06-17 11:35:41 +00:00
jsr292 8330621: Make 5 compiler tests use ProcessTools.executeProcess 2024-04-22 07:41:06 +00:00
jvmci 8336489: Track scoped accesses in JVMCI compiled code 2024-08-05 14:09:54 +00:00
lib/ir_framework 8338344: Test TestPrivilegedMode.java intermittent fails java.lang.NoClassDefFoundError: jdk/test/lib/Platform 2024-08-14 18:55:58 +00:00
linkage 8315097: Rename createJavaProcessBuilder 2023-10-27 08:47:26 +00:00
locks 8334421: assert(!oldbox->is_unbalanced()) failed: this should not be called for unbalanced region 2024-06-25 16:04:03 +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 8338124: C2 SuperWord: MulAddS2I input permutation still partially broken after JDK-8333840 2024-08-13 05:52:58 +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 8337031: Improvements to CompilationMemoryStatistic 2024-07-31 01:36:37 +00:00
profiling 8330621: Make 5 compiler tests use ProcessTools.executeProcess 2024-04-22 07:41:06 +00:00
rangechecks 8335393: C2: assert(!had_error) failed: bad dominance 2024-07-25 09:26:11 +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 8319933: Disable tests for JDK-8280481 on Graal 2024-06-12 10:03:39 +00:00
splitif 8336729: C2: Div/Mod nodes without zero check could be split through iv phi of outer loop of long counted loop nest resulting in SIGFPE 2024-08-20 15:47:16 +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 8335308: compiler/uncommontrap/DeoptReallocFailure.java times out with SerialGC on Windows 2024-07-01 08:12:20 +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 8324345: Stack overflow during C2 compilation when splitting memory phi 2024-07-31 16:05:42 +00:00
vectorization 8336827: compiler/vectorization/TestFloat16VectorConvChain.java timeouts on ppc64 platforms after JDK-8335860 2024-07-24 07:21:45 +00:00
whitebox 8318480: Obsolete UseCounterDecay and remove CounterDecayMinIntervalLength 2023-11-21 10:58:09 +00:00