jdk-24/test/hotspot/jtreg/compiler/c1
Aleksey Shipilev 4b192a8dc3 8313676: Amend TestLoadIndexedMismatch test to target intrinsic directly
Reviewed-by: thartmann, chagedorn
2023-08-07 11:26:08 +00:00
..
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
TestDeoptInt.java
TestGotoIf.jasm 8218721: C1's CEE optimization produces safepoint poll with invalid debug information 2019-02-19 08:58:55 +01:00
TestGotoIfMain.java 8218721: C1's CEE optimization produces safepoint poll with invalid debug information 2019-02-19 08:58:55 +01:00
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
TestLinearScanHasFPURegisters.java 8268366: Incorrect calculation of has_fpu_registers in C1 linear scan 2021-06-14 19:25:49 +00:00
TestLinearScanOrder.jasm 8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator 2018-08-06 09:09:57 +02:00
TestLinearScanOrderMain.java 8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator 2018-08-06 09:09:57 +02: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
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 8296969: C1: PrintC1Statistics is broken after JDK-8292878 2022-11-15 21:13:11 +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 8270468: TestRangeCheckEliminated fails because methods are not compiled 2021-07-15 19:53:31 +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 8252404: compiler/c1/TestTraceLinearScanLevel.java fails with release VMs 2020-08-27 10:35:00 +08: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