jdk-24/test/hotspot/jtreg/compiler/c1
Leo Korinth d52a995f35 8315097: Rename createJavaProcessBuilder
Reviewed-by: lmesnik, dholmes, rriggs, stefank
2023-10-27 08:47:26 +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
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
Test6579789.java
Test6756768_2.java
Test6756768.java
Test6757316.java
Test6758234.java
Test6795465.java
Test6849574.java
Test6855215.java
Test6932496.java
Test7042153.java
Test7090976.java
Test7103261.java
Test7123108.java
Test8004051.java
Test8011706.java
Test8011771.java
Test8172751.java
Test8211100.java
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
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
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
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
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 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
UnsafeVolatileGuardTest.java
VolatileGuardTest.java