jdk-24/test/hotspot/jtreg/compiler
2019-11-13 11:34:31 -08:00
..
aot 8233496: AOT tests failures with 'java.lang.RuntimeException: Failed to find sun/hotspot/WhiteBox.class' 2019-11-05 08:57:36 -08:00
arguments 8223769: Assert triggers with -XX:+StressReflectiveCode 2019-07-29 09:34:07 +02:00
arraycopy 8224723: [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed 2019-05-24 09:51:02 +02:00
c1 8225644: C1 dumps incorrect class name in ClassCastException message 2019-06-25 21:24:37 +02:00
c2 8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector 2019-11-13 11:37:29 +01:00
calls 8199624: [Graal] Blocking jvmci compilations time out 2018-03-21 08:18:54 +01:00
cha 8218758: [TESTBUG] compiler/cha/StrengthReduceInterfaceCall.java misses recompilation event 2019-02-14 15:27:12 -08:00
ciReplay 8219651: compiler/ciReplay/TestServerVM.java is failing on windows 2019-03-06 16:01:01 +01:00
classUnloading 8220611: compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java timeout 2019-03-15 08:27:13 +01:00
codecache 8231626: DeoptimizeRandom should not be a product flag 2019-10-02 08:27:17 +02:00
codegen 8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl 2019-10-30 09:17:36 +08:00
compilercontrol 8233885: Test fails with assert(comp != __null) failed: Ensure we have a compiler 2019-11-11 17:40:28 +08:00
controldependency 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached 2019-08-13 09:54:40 +02:00
cpuflags 8207965: C2-only debug build fails 2018-08-08 18:38:34 -07:00
debug 8206287: fix legal notice in hotspot tests 2018-07-09 11:15:55 -07:00
dependencies/MonomorphicObjectCall 8232613: Move Object.registerNatives into HotSpot 2019-10-24 09:57:29 +02:00
eliminateAutobox 8224957: C2 compilation fails with assert: Bad graph detected in build_loop_late 2019-08-13 09:56:13 +02:00
escapeAnalysis 8231412: C2: InitializeNode::detect_init_independence() bails out on simple IR shapes 2019-10-23 12:21:32 +02:00
exceptions 8219139: move hotspot tests from test/jdk/vm 2019-03-14 19:37:17 -07:00
floatingpoint 8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT 2019-05-16 11:30:32 -07:00
gcbarriers 8220569: ZGC: Rename and rework ZUnmapBadViews to ZVerifyViews 2019-03-18 11:50:38 +01:00
graalunit 8231903: [Graal] Update com.oracle.mxtool.junit classes 2019-10-09 10:59:45 -07:00
inlining 8214862: assert(proj != __null) at compile.cpp:3251 2018-12-07 17:56:51 +01: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 8216316: Tests fail due to too low specified TLAB size 2019-01-10 12:14:12 +01:00
intrinsics 8233019: java.lang.Class.isPrimitive() (C1) returns wrong result if Klass* is aligned to 32bit 2019-10-31 07:53:16 +01:00
jsr292 8149040: Cleanup compiler/jsr292/NonInlinedCall tests after JDK-8148994 2019-06-07 21:35:26 -07:00
jvmci 8233745: [JVMCI] TranslatedException should serialize classloader and module info 2019-11-09 10:27:53 -08:00
linkage 8230110: TestLinkageErrorInGenerateOopMap times out 2019-09-24 14:46:38 +02:00
loopopts 8233529: loopTransform.cpp:2984: Error: assert(p_f->Opcode() == Op_IfFalse) failed 2019-11-12 10:16:04 +01:00
loopstripmining 8225756: [testbug] compiler/loopstripmining/CheckLoopStripMining.java sets too short a SafepointTimeoutDelay 2019-11-13 10:59:25 -08:00
macronodes 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
membars 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
memoryinitialization 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
onSpinWait 8207965: C2-only debug build fails 2018-08-08 18:38:34 -07:00
oracle 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
osr 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +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 8226795: compiler/tiered/Level2RecompilationTest.java fails when XX:TieredStopAtLevel=1/2/3 is set 2019-11-13 11:34:31 -08:00
rangechecks 8215265: C2: range check elimination may allow illegal out of bound access 2018-12-14 11:22:26 +01:00
reflection 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
regalloc 8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference 2018-10-22 17:00:04 -07:00
relocations 8065838: compiler/relocations/TestPrintRelocations.java times out after 1920 seconds 2017-11-20 09:50:23 +01:00
rtm 8223660: jtreg: Decouple Unsafe from RTM tests 2019-05-22 12:17:26 -04:00
runtime 8219139: move hotspot tests from test/jdk/vm 2019-03-14 19:37:17 -07:00
stable 8206287: fix legal notice in hotspot tests 2018-07-09 11:15:55 -07:00
startup 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
stringopts 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
testlibrary 8225663: [testbug] Missing JNIEXPORT in XAbortProvoker native function 2019-06-13 11:12:23 +02:00
tiered 8226795: compiler/tiered/Level2RecompilationTest.java fails when XX:TieredStopAtLevel=1/2/3 is set 2019-11-13 11:34:31 -08:00
types 8207965: C2-only debug build fails 2018-08-08 18:38:34 -07:00
uncommontrap 8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java failed with OutOfMemoryError 2018-10-03 14:53:05 -07:00
unsafe 8224658: Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL 2019-06-12 14:06:16 +02:00
vectorization 8207065: Cleanup compiler tests for Client VM 2018-07-13 11:13:34 -07:00
whitebox 8226795: compiler/tiered/Level2RecompilationTest.java fails when XX:TieredStopAtLevel=1/2/3 is set 2019-11-13 11:34:31 -08:00