jdk-24/test/hotspot/jtreg/compiler/codegen
AJ Ferguson 9d76ac8a44 8292158: AES-CTR cipher state corruption with AVX-512
Reviewed-by: kvn, svkamath, sviswanathan
2022-09-28 00:12:23 +00:00
..
aes 8292158: AES-CTR cipher state corruption with AVX-512 2022-09-28 00:12:23 +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
BMI2.java 8261671: X86 I2L conversion can be skipped for certain masked positive values 2021-03-17 16:19:06 +00:00
C1NullCheckOfNullStore.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ClearArrayTest.java 8269129: Multiple tier1 tests in hotspot/jtreg/compiler are failing for client VMs 2021-06-27 13:12:51 +00:00
CRCTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IntRotateWithImmediate.java 8244614: cleanup keywords used/available in hotspot testbase 2020-06-08 21:27:22 -07: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
ShiftByZero.java 8288445: AArch64: C2 compilation fails with guarantee(!true || (true && (shift != 0))) failed: impossible encoding 2022-06-28 03:12:12 +00:00
ShiftTest.java 8280511: AArch64: Combine shift and negate to a single instruction 2022-04-08 01:25:13 +00: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
Test6909839.java 8282657: Code cleanup: removing double semicolons at the end of lines 2022-03-07 21:33:40 +00:00
Test6935535.java 8264223: CodeHeap::verify fails extra_hops assertion in fastdebug test 2021-04-01 10:43:45 +00: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 8242310: use reproducible random in hotspot compiler tests 2020-04-08 22:58:42 -07:00
Test8005033.java 8282715: typo compileony in test Test8005033.java 2022-03-08 17:33:15 +00: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 8283091: Support type conversion between different data sizes in SLP 2022-06-16 02:40:59 +00:00
TestByteFloatVect.java 8283091: Support type conversion between different data sizes in SLP 2022-06-16 02:40:59 +00:00
TestByteIntVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestByteLongVect.java 8283091: Support type conversion between different data sizes in SLP 2022-06-16 02:40:59 +00:00
TestByteShortVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestByteVect.java 8274179: AArch64: Support SVE operations with encodable immediates 2021-11-18 02:41:27 +00:00
TestCharShortVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestCharVect2.java 8269029: compiler/codegen/TestCharVect2.java fails for client VMs 2021-06-21 11:08:33 +00:00
TestCharVect.java 8274179: AArch64: Support SVE operations with encodable immediates 2021-11-18 02:41:27 +00:00
TestDoubleVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestFloatDoubleVect.java 8283091: Support type conversion between different data sizes in SLP 2022-06-16 02:40:59 +00:00
TestFloatVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestGCMStorePlacement.java 8258894: C2: Forbid GCM to move stores into loops 2021-01-27 15:08:39 +00:00
TestIntDoubleVect.java 8283091: Support type conversion between different data sizes in SLP 2022-06-16 02:40:59 +00:00
TestIntFloatVect.java 8275317: AArch64: Support some type conversion vectorization in SLP 2021-11-17 08:19:46 +00:00
TestIntLongVect.java 8283091: Support type conversion between different data sizes in SLP 2022-06-16 02:40:59 +00:00
TestIntVect.java 8284981: Support the vectorization of some counting-down loops in SLP 2022-04-30 07:39:16 +00:00
TestLongDoubleVect.java 8275317: AArch64: Support some type conversion vectorization in SLP 2021-11-17 08:19:46 +00:00
TestLongFloatVect.java 8283091: Support type conversion between different data sizes in SLP 2022-06-16 02:40:59 +00:00
TestLongVect.java 8274179: AArch64: Support SVE operations with encodable immediates 2021-11-18 02:41:27 +00: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 8271707: migrate tests to use jdk.test.whitebox.WhiteBox 2022-07-08 15:55:14 +00:00
TestShortDoubleVect.java 8283091: Support type conversion between different data sizes in SLP 2022-06-16 02:40:59 +00:00
TestShortFloatVect.java 8283091: Support type conversion between different data sizes in SLP 2022-06-16 02:40:59 +00:00
TestShortIntVect.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TestShortLongVect.java 8283091: Support type conversion between different data sizes in SLP 2022-06-16 02:40:59 +00:00
TestShortVect.java 8274179: AArch64: Support SVE operations with encodable immediates 2021-11-18 02:41:27 +00:00
TestSignedMultiplyLong.java 8232591: AArch64: Add missing match rules for smaddl, smsubl and smnegl 2019-10-30 09:17:36 +08:00
TestTrichotomyExpressions.java 8242310: use reproducible random in hotspot compiler tests 2020-04-08 22:58:42 -07:00