.. |
allocation
|
8239885: [TESTBUG] compiler/allocation/TestAllocation.java fails with release VMs
|
2020-02-25 16:22:12 +08:00 |
aot
|
8237589: Fix copyright header formatting
|
2020-01-21 14:23:01 -08:00 |
arguments
|
8238759: Clones should always keep the base pointer
|
2020-03-03 10:29:05 +01:00 |
arraycopy
|
8237945: CTW: C2 compilation fails with assert(just_allocated_object(alloc_ctl) == ptr) failed: most recent allo
|
2020-02-13 15:07:21 +01:00 |
c1
|
8237894: CTW: C1 compilation fails with assert(x->type()->tag() == f->type()->tag()) failed: should have same type
|
2020-03-20 05:19:56 -07:00 |
c2
|
8238811: C2: assert(i >= req() || i == 0 || is_Region() || is_Phi()) with -XX:+VerifyGraphEdges
|
2020-02-13 15:08:08 +01:00 |
calls
|
|
|
cha
|
8218758: [TESTBUG] compiler/cha/StrengthReduceInterfaceCall.java misses recompilation event
|
2019-02-14 15:27:12 -08:00 |
ciReplay
|
8238268: Many SA tests are not running on OSX because they do not attempt to use sudo when available
|
2020-03-17 18:04:59 -07: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
|
8231954: Test compiler/codegen/TestCharVect2.java only works with server VMs
|
2019-11-15 11:05:03 +01:00 |
compilercontrol
|
8234499: [Graal] compiler/compilercontrol/CompilationModeHighOnlyTest.java test fails with timeout
|
2019-11-21 09:55:12 +08: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
|
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
|
8240795: [REDO] 8238384 CTW: C2 compilation fails with "assert(store != load->find_exact_control(load->in(0))) failed: dependence cycle found"
|
2020-03-13 16:32:51 +01: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
|
8236211: [Graal] compiler/graalunit/GraphTest.java is skipped in all testing
|
2020-01-29 10:12:59 -08: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
|
8237524: AArch64: String.compareTo() may return incorrect result
|
2020-01-21 08:15:33 +00:00 |
jsr292
|
8234146: compiler/jsr292/ContinuousCallSiteTargetChange.java times out on SPARC
|
2020-03-12 11:51:00 +01:00 |
jvmci
|
8241232: -XX:+BootstrapJVMCI is not compatible with TieredStopAtLevel < CompLevel_full_optimization
|
2020-03-19 16:34:01 +08:00 |
linkage
|
8230110: TestLinkageErrorInGenerateOopMap times out
|
2019-09-24 14:46:38 +02:00 |
loopopts
|
8240248: Extend superword reduction optimizations for x86
|
2020-03-23 10:26:40 -07:00 |
loopstripmining
|
8236759: ShouldNotReachHere in PhaseIdealLoop::verify_strip_mined_scheduling
|
2020-01-13 10:00:30 +01: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
|
|
|
memoryinitialization
|
|
|
onSpinWait
|
8207965: C2-only debug build fails
|
2018-08-08 18:38:34 -07:00 |
oracle
|
|
|
osr
|
|
|
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
|
|
|
regalloc
|
8207146: Rename jdk.internal.misc.Unsafe::xxxObject to xxxReference
|
2018-10-22 17:00:04 -07:00 |
relocations
|
|
|
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
|
|
|
stringopts
|
|
|
testlibrary
|
8225663: [testbug] Missing JNIEXPORT in XAbortProvoker native function
|
2019-06-13 11:12:23 +02:00 |
tiered
|
8236050: Some compiler tests fail when executed with custom TieredLevel
|
2020-01-07 07:31:28 -08:00 |
types
|
8240854: [REDO] some jaotc failures of fastdebug build with specific flags
|
2020-03-11 10:32:07 +01:00 |
uncommontrap
|
8202359: [GRAAL] compiler/uncommontrap/TestDeoptOOM.java failed with OutOfMemoryError
|
2018-10-03 14:53:05 -07:00 |
unsafe
|
8235385: AArch64: Crash on aarch64 JDK due to long offset
|
2020-01-09 09:30:02 -05:00 |
vectorization
|
8207065: Cleanup compiler tests for Client VM
|
2018-07-13 11:13:34 -07:00 |
whitebox
|
8239424: [TESTBUG] compiler/whitebox/OSRFailureLevel4Test.java failed when TieredCompilation is disabled
|
2020-02-19 12:10:45 +08:00 |