jdk-24/test/hotspot/jtreg/compiler/codegen
Tobias Hartmann ca85500615 8240905: assert(mem == (Node*)1 || mem == mem2) failed: multiple Memories being matched at once?
Stop recursion if there are multiple loads with different memory inputs in the tree.

Reviewed-by: kvn, vlivanov
2020-03-24 17:39:52 +01:00
..
aes 8228668: compiler/codegen/aes/TestAESMain.java failed with GCM mode must be used with NoPadding 2019-07-29 20:18:43 +00:00
BadLogicCode.java 8219139: move hotspot tests from test/jdk/vm 2019-03-14 19:37:17 -07:00
BitTests.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
BMI1.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
C1NullCheckOfNullStore.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CRCTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IntRotateWithImmediate.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoadWithMask2.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoadWithMask.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ShiftTest.java 8219139: move hotspot tests from test/jdk/vm 2019-03-14 19:37:17 -07:00
Test6378821.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test6431242.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test6797305.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test6814842.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test6823354.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test6875866.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test6879902.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test6896617.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test6909839.java 8199777: Deprecate -XX:+AggressiveOpts 2018-03-22 08:39:51 +01:00
Test6935535.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test6942326.java 8204168: Increase small heap sizes in tests to accommodate ZGC 2018-06-05 15:56:21 +02:00
Test7009231.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test7100757.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test8005033.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Test8011901.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestBooleanVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestByteDoubleVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestByteFloatVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestByteIntVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestByteLongVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestByteShortVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestByteVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestCharShortVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestCharVect2.java 8231954: Test compiler/codegen/TestCharVect2.java only works with server VMs 2019-11-15 11:05:03 +01:00
TestCharVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestDoubleVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestFloatDoubleVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestFloatVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestIntDoubleVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestIntFloatVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestIntLongVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestIntVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestLongDoubleVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestLongFloatVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestLongVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestMultiMemInstructionMatching.java 8240905: assert(mem == (Node*)1 || mem == mem2) failed: multiple Memories being matched at once? 2020-03-24 17:39:52 +01:00
TestOopCmp.java 8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected" 2019-03-26 18:42:10 +01:00
TestShortDoubleVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestShortFloatVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestShortIntVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestShortLongVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestShortVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestSignedMultiplyLong.java 8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl 2019-10-30 09:17:36 +08:00
TestTrichotomyExpressions.java 8212553: [TESTBUG] TestTrichotomyExpressions.java times out with Graal as JIT 2018-10-18 17:50:49 +02:00