jdk-24/test/hotspot/jtreg/compiler
2020-06-29 10:15:45 -04:00
..
allocation 8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with release VMs 2020-02-25 16:22:12 +08:00
aot 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
arguments 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
arraycopy 8246153: TestEliminateArrayCopy fails with -XX:+StressReflectiveCode 2020-06-02 09:07:53 +02:00
c1 8239083: C1 assert(known_holder == NULL || (known_holder->is_instance_klass() && (!known_holder->is_interface() || ((ciInstanceKlass*)known_holder)->has_nonstatic_concrete_methods())), "should be non-static concrete method"); 2020-06-02 11:05:34 +02:00
c2 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
calls 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
cha 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
ciReplay 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
classUnloading 8230402: Allocation of compile task fails with assert: "Leaking compilation tasks?" 2020-05-04 10:23:23 +02:00
codecache 8247421: ReturnBlobToWrongHeapTest.java failed allocating blob 2020-06-16 11:15:43 +02:00
codegen 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07:00
compilercontrol 8235673: [C1, C2] Split inlining control flags 2020-05-18 10:57:16 +02:00
controldependency 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached 2019-08-13 09:54:40 +02:00
conversions 8234617: C1: Incorrect result of field load due to missing narrowing conversion 2019-12-03 08:29:04 +01:00
cpuflags 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -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 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
exceptions 8219139: move hotspot tests from test/jdk/vm 2019-03-14 19:37:17 -07:00
floatingpoint 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
gcbarriers 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
graalunit 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -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 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
intrinsics 8246453: TestClone crashes with "all collected exceptions must come from the same place" 2020-06-08 08:30:52 +02:00
jsr292 8242923: Trigger interface MethodHandle resolve in test without Nashorn 2020-06-10 13:17:03 +02:00
jvmci 8247246: Add explicit ResolvedJavaType.link and expose presence of default methods 2020-06-24 10:42:26 -07:00
linkage 8244010: Simplify usages of ProcessTools.createJavaProcessBuilder in our tests 2020-04-29 08:52:18 +02:00
loopopts 8245714: "Bad graph detected in build_loop_late" when loads are pinned on loop limit check uncommon branch 2020-05-28 13:21:54 +02:00
loopstripmining 8247763: assert(outer->outcnt() == 2) failed: 'only phis' failure in LoopNode::verify_strip_mined() 2020-06-18 15:44:55 +02: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 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 8243930: update copyright years 2020-04-27 17:58:27 -07:00
oracle 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07: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 8230943: False deadlock detection with -XX:+CIPrintCompileQueue after JDK-8163511 2019-09-17 20:38:23 +08:00
profiling 8235673: [C1, C2] Split inlining control flags 2020-05-18 10:57:16 +02: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 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
runtime 8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts 2020-05-04 21:20:39 +02: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 8237950: C2 compilation fails with "Live Node limit exceeded limit" during ConvI2L::Ideal optimization 2020-06-19 11:32:51 +02:00
testlibrary 8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports 2020-05-20 17:33:37 -07:00
tiered 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
types 8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts 2020-05-04 21:20:39 +02:00
uncommontrap 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00
unsafe 8246051: SIGBUS by unaligned Unsafe compare_and_swap 2020-06-29 10:15:45 -04:00
vectorization 8242491: C2: assert(v2->bottom_type() == vt) failed: mismatch when creating MacroLogicV 2020-04-17 17:58:52 +03:00
whitebox 8243935: remove copying of s.h.WB$WhiteBoxPermission in hotspot tests 2020-04-28 19:57:02 -07:00