jdk-24/test/hotspot/jtreg/compiler
2022-03-15 14:52:27 +00:00
..
allocation 8279219: [REDO] C2 crash when allocating array of size too large 2022-02-02 07:34:22 +00:00
arguments 8281467: Allow larger OptoLoopAlignment and CodeEntryAlignment 2022-02-15 06:19:37 +00:00
arraycopy 8277893: Arraycopy stress tests 2021-12-21 14:01:47 +00:00
blackhole 8273335: compiler/blackhole tests should not run with interpreter-only VMs 2021-09-06 08:08:05 +00:00
c1 8275337: C1: assert(false) failed: live_in set of first block must be empty 2022-01-31 23:02:34 +00:00
c2 8281322: C2: always construct strip mined loop initially (even if strip mining is disabled) 2022-03-14 13:59:13 +00:00
calls 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
cha 8275830: C2: Receiver downcast is missing when inlining through method handle linkers 2022-01-04 12:35:48 +00:00
ciReplay 8254108: ciReplay: Support incremental inlining 2021-11-23 15:22:11 +00:00
classUnloading/methodUnloading 8243287: Removal of Unsafe::defineAnonymousClass 2021-05-13 12:46:54 +00:00
codecache 8276711: compiler/codecache/cli tests failing when SegmentedCodeCache used with -Xint 2022-03-03 13:20:58 +00:00
codegen 8282715: typo compileony in test Test8005033.java 2022-03-08 17:33:15 +00:00
compilercontrol 8236136: tests which use CompilationMode shouldn't be run w/ TieredStopAtLevel 2022-02-16 07:50:07 +00:00
controldependency 8262739: String inflation C2 intrinsic prevents insertion of anti-dependencies 2021-03-29 12:40:11 +00:00
conversions 8256730: Code that uses Object.checkIndex() range checks doesn't optimize well 2020-12-10 08:09:08 +00:00
cpuflags 8273806: compiler/cpuflags/TestSSE4Disabled.java should test for CPU feature explicitly 2021-09-16 08:23:55 +00:00
debug 8270156: Add "randomness" and "stress" keys to JTreg tests which use StressGCM, StressLCM and/or StressIGVN 2021-09-23 12:59:22 +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 8276112: Inconsistent scalar replacement debug info at safepoints 2021-11-11 13:09:05 +00:00
escapeAnalysis 8276455: C2: iterative EA 2021-12-14 19:24:13 +00:00
exceptions 8278966: two microbenchmarks tests fail "assert(!jvms->method()->has_exception_handlers()) failed: no exception handler expected" after JDK-8275638 2022-01-04 10:56:37 +00:00
floatingpoint 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
gcbarriers 8274773: [TESTBUG] UnsafeIntrinsicsTest intermittently fails on weak memory model platform 2021-10-11 10:31:54 +00:00
inlining 8282509: [exploded image] ResolvedClassTest fails with similar output 2022-03-10 15:09:19 +00:00
integerArithmetic 8274060: C2: Incorrect computation after JDK-8273454 2021-09-22 08:40:04 +00:00
interpreter 8271055: Crash during deoptimization with "assert(bb->is_reachable()) failed: getting result from unreachable basicblock" with -XX:+VerifyStack 2022-02-03 22:10:44 +00:00
intrinsics 8282665: [REDO] ByteBufferTest.java: replace endless recursion with RuntimeException in void ck(double x, double y) 2022-03-09 08:59:37 +00:00
jsr292 8243287: Removal of Unsafe::defineAnonymousClass 2021-05-13 12:46:54 +00:00
jvmci 8279317: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java assumes immutable code 2022-03-15 07:24:50 +00:00
lib/ir_framework 8281122: [IR Framework] Cleanup IR matching code in preparation for JDK-8280378 2022-03-03 07:17:56 +00:00
linkage 8266166: mark hotspot compiler/linkage tests which ignore VM flags 2021-04-28 03:40:47 +00:00
locks 8268347: C2: nested locks optimization may create unbalanced monitor enter/exit code 2021-06-14 23:41:50 +00:00
longcountedloops 8277906: Incorrect type for IV phi of long counted loops after CCP 2021-12-02 15:09:58 +00:00
loopopts 8280799: С2: assert(false) failed: cyclic dependency prevents range check elimination 2022-02-14 08:35:53 +00:00
loopstripmining 8256425: Obsolete Biased Locking in JDK 18 2021-06-24 18:54:41 +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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
onSpinWait 8279134: Fix Amazon copyright in various files 2021-12-26 22:10:54 +00:00
oracle 8281741: [testbug] PrintIdealPhaseTest fails with -Xcomp 2022-02-15 09:49:47 +00:00
osr 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
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 8277055: Assert "missing inlining msg" with -XX:+PrintIntrinsics 2022-03-03 07:59:45 +00:00
profiling 8236136: tests which use CompilationMode shouldn't be run w/ TieredStopAtLevel 2022-02-16 07:50:07 +00:00
rangechecks 8278296: Generalize long range check transformation 2022-03-07 16:26:19 +00:00
reflection 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
regalloc 8272570: C2: crash in PhaseCFG::global_code_motion 2021-08-25 01:16:48 +00:00
relocations 8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds 2017-11-20 09:50:23 +01:00
rtm 8256425: Obsolete Biased Locking in JDK 18 2021-06-24 18:54:41 +00:00
runtime 8281822: Test failures on non-DTrace builds due to incomplete DTrace* flags handling 2022-02-16 20:08:27 +00:00
stable 8206287: fix legal notice in hotspot tests 2018-07-09 11:15:55 -07:00
startup 8273807: Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java 2021-09-16 08:12:31 +00:00
stringopts 8237950: C2 compilation fails with "Live Node limit exceeded limit" during ConvI2L::Ideal optimization 2020-06-19 11:32:51 +02:00
testlibrary 8251216: Implement MD5 intrinsics on AArch64 2021-12-02 09:25:12 +00:00
tiered 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
types 8269285: Crash/miscompile in CallGenerator::for_method_handle_inline after JDK-8191998 2021-07-01 09:27:55 +00:00
uncommontrap 8278291: compiler/uncommontrap/TraceDeoptimizationNoRealloc.java fails with release VMs after JDK-8154011 2021-12-06 13:44:22 +00:00
unsafe 8283122: [AIX, s390] UnsafeCopyMemory 'Mismatched' Tests Fail on Big Endian Systems 2022-03-15 14:52:27 +00:00
vectorapi 8281122: [IR Framework] Cleanup IR matching code in preparation for JDK-8280378 2022-03-03 07:17:56 +00:00
vectorization 8281375: Accelerate bitCount operation for AVX2 and AVX512 target. 2022-03-14 07:11:23 +00:00
whitebox 8264395: WB_EnqueueInitializerForCompilation fails with "method holder must be initialized" when called for uninitialized class 2021-04-30 08:23:57 +00:00