.. |
ArithmeticRemRCE.java
|
8267239: C1: RangeCheckElimination for % operator if divisor is IntConstant
|
2021-05-19 09:05:05 +00:00 |
BadStateAtLongCmp.jasm
|
8290451: Incorrect result when switching to C2 OSR compilation from C1
|
2022-08-30 07:27:51 +00:00 |
CanonicalizeArrayLength.java
|
|
|
CanonicalizeGetModifiers.java
|
8265711: C1: Intrinsify Class.getModifier method
|
2021-05-18 07:29:18 +00:00 |
CCEMessageTest.java
|
8225644: C1 dumps incorrect class name in ClassCastException message
|
2019-06-25 21:24:37 +02:00 |
KlassAccessCheck.jasm
|
8293044: C1: Missing access check on non-accessible class
|
2022-09-09 20:47:31 +00:00 |
KlassAccessCheckPackagePrivate.jasm
|
8293044: C1: Missing access check on non-accessible class
|
2022-09-09 20:47:31 +00:00 |
KlassAccessCheckTest.java
|
8293044: C1: Missing access check on non-accessible class
|
2022-09-09 20:47:31 +00:00 |
MultiplyByMaxInt.java
|
|
|
NullCheckTest.java
|
|
|
RangeCheckVerificationOfIR.java
|
8238178: CTW: C1 compilation fails with assert(sux->loop_depth() != block->loop_depth() || sux->loop_index() == block->loop_index() || loop_through_xhandler) failed: Loop index has to be same
|
2020-02-13 15:06:57 +01:00 |
Test6579789.java
|
8238681: Make -XX:UseSSE flag x86-specific
|
2020-03-10 20:51:07 +03:00 |
Test6756768_2.java
|
|
|
Test6756768.java
|
|
|
Test6757316.java
|
|
|
Test6758234.java
|
|
|
Test6795465.java
|
|
|
Test6849574.java
|
|
|
Test6855215.java
|
8238681: Make -XX:UseSSE flag x86-specific
|
2020-03-10 20:51:07 +03:00 |
Test6932496.java
|
|
|
Test7042153.java
|
|
|
Test7090976.java
|
|
|
Test7103261.java
|
|
|
Test7123108.java
|
|
|
Test8004051.java
|
|
|
Test8011706.java
|
|
|
Test8011771.java
|
|
|
Test8172751.java
|
|
|
Test8211100.java
|
8211100: hotspot C1 issue with comparing long numbers on x86 32-bit
|
2019-03-20 11:51:43 +03:00 |
Test8267042.java
|
8267042: bug in monitor locking/unlocking on ARM32 C1 due to uninitialized BasicObjectLock::_displaced_header
|
2021-06-18 16:25:25 +00:00 |
Test8271202.java
|
8271202: C1: assert(false) failed: live_in set of first block must be empty
|
2021-12-25 05:38:12 +00:00 |
Test8275337.java
|
8275337: C1: assert(false) failed: live_in set of first block must be empty
|
2022-01-31 23:02:34 +00:00 |
Test8301489.java
|
8301489: C1: ShortLoopOptimizer might lift instructions before their inputs
|
2023-06-27 07:05:48 +00:00 |
TestArrayCopy.java
|
|
|
TestArrayCopyToFromObject.java
|
8027711: Unify wildcarding syntax for CompileCommand and CompileOnly
|
2023-06-12 07:39:23 +00:00 |
TestBadStateAtLongCmp.java
|
8290451: Incorrect result when switching to C2 OSR compilation from C1
|
2022-08-30 07:27:51 +00:00 |
TestC1PhiPlacementPathology.jasm
|
8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop
|
2021-12-17 16:30:40 +00:00 |
TestC1PhiPlacementPathologyMain.java
|
8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop
|
2021-12-17 16:30:40 +00:00 |
TestCheckIndexC1Intrinsic.java
|
8265518: C1: Intrinsic support for Preconditions.checkIndex
|
2021-06-12 01:03:50 +00:00 |
TestClassConstantPatching.java
|
8282218: C1: Missing side effects of dynamic class loading during constant linkage
|
2022-05-06 23:09:23 +00:00 |
TestConcurrentPatching.java
|
8340313: Crash due to invalid oop in nmethod after C1 patching
|
2024-10-17 05:03:09 +00:00 |
TestDeoptInt.java
|
|
|
TestGotoIf.jasm
|
|
|
TestGotoIfMain.java
|
|
|
TestInvokeinterfaceWithBadReceiver.java
|
8312909: C1 should not inline through interface calls with non-subtype receiver
|
2023-08-03 11:02:42 +00:00 |
TestInvokeinterfaceWithBadReceiverHelper.jasm
|
8312909: C1 should not inline through interface calls with non-subtype receiver
|
2023-08-03 11:02:42 +00:00 |
TestLargeMonitorOffset.java
|
8310844: [AArch64] C1 compilation fails because monitor offset in OSR buffer is too large for immediate
|
2024-01-05 13:48:31 +00:00 |
TestLinearScanHasFPURegisters.java
|
8268366: Incorrect calculation of has_fpu_registers in C1 linear scan
|
2021-06-14 19:25:49 +00:00 |
TestLinearScanOrder.jasm
|
|
|
TestLinearScanOrderMain.java
|
8331087: Move immutable nmethod data from CodeCache
|
2024-04-29 15:58:03 +00:00 |
TestLoadIndexedMismatch.java
|
8313676: Amend TestLoadIndexedMismatch test to target intrinsic directly
|
2023-08-07 11:26:08 +00:00 |
TestManyMethodParameters.java
|
8288781: C1: LIR_OpVisitState::maxNumberOfOperands too small
|
2022-06-23 05:42:54 +00:00 |
TestNullArrayClone.java
|
8302850: Implement C1 clone intrinsic that reuses arraycopy code for primitive arrays
|
2024-05-15 07:48:15 +00:00 |
TestOSRLotsOfLocals.java
|
8335662: [AArch64] C1: guarantee(val < (1ULL << nbits)) failed: Field too big for insn
|
2024-10-18 22:52:40 +00:00 |
TestPinnedConstantExceptionEdge.java
|
8255058: C1: assert(is_virtual()) failed: type check
|
2020-11-17 09:16:06 +00:00 |
TestPinnedIntrinsics.java
|
8286263: compiler/c1/TestPinnedIntrinsics.java failed with "RuntimeException: testCurrentTimeMillis failed with -3"
|
2022-05-06 19:47:48 +00:00 |
TestPrintC1Statistics.java
|
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
|
2024-01-03 08:53:01 +00:00 |
TestPrintIRDuringConstruction.java
|
8239422: [TESTBUG] compiler/c1/TestPrintIRDuringConstruction.java failed when C1 is disabled
|
2020-02-19 12:09:25 +08:00 |
TestRangeCheckEliminated.java
|
8315097: Rename createJavaProcessBuilder
|
2023-10-27 08:47:26 +00:00 |
TestStaticInterfaceMethodCall.java
|
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 |
TestTooManyVirtualRegisters.jasm
|
8261235: C1 compilation fails with assert(res->vreg_number() == index) failed: conversion check
|
2021-02-17 09:00:39 +00:00 |
TestTooManyVirtualRegistersMain.java
|
8261235: C1 compilation fails with assert(res->vreg_number() == index) failed: conversion check
|
2021-02-17 09:00:39 +00:00 |
TestTraceLinearScanLevel.java
|
8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
|
2024-06-28 09:23:48 +00:00 |
TestUnalignedLoad.java
|
|
|
TestUnresolvedField.jasm
|
|
|
TestUnresolvedFieldMain.java
|
|
|
TestValueNumberingNullObject.java
|
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 |
UnsafeVolatileGuardTest.java
|
|
|
VolatileGuardTest.java
|
|
|