.. |
superword
|
8261147: C2: Node is wrongly marked as reduction resulting in a wrong execution due to wrong vector instructions
|
2021-07-09 11:53:45 +00:00 |
BadPredicateAfterPartialPeel.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
ConstFPVectorization.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
CountedLoopPeelingProfilePredicates.java
|
8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
|
2018-07-02 10:44:46 +02:00 |
CountedLoopProblem.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
IterationSplitPredicateInconsistency.java
|
8207065: Cleanup compiler tests for Client VM
|
2018-07-13 11:13:34 -07:00 |
LoadVectorFromStableArray.java
|
8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed: elembt=byte; loadbt=void; unsigned=0
|
2018-11-27 08:44:19 +01:00 |
LoopRotateBadNodeBudget.java
|
8234807: [TESTBUG] LoopRotateBadNodeBudget fails for client VMs due to Unrecognized VM option PartialPeelNewPhiDelta
|
2019-11-27 10:13:41 +01:00 |
LoopUnrollBadNodeBudget.java
|
8229499: Node budget assert in fuzzed test
|
2019-09-12 11:44:51 +02:00 |
LoopUnswitchingBadNodeBudget.java
|
8229158: make UseSwitchProfiling non-experimental or false by-default
|
2019-08-20 10:46:23 +02:00 |
PartialPeelingUnswitch.java
|
8248596: [TESTBUG] compiler/loopopts/PartialPeelingUnswitch.java times out with Graal enabled
|
2020-07-06 09:16:58 +02:00 |
PeelingAndLoopStripMining.java
|
8229994: assert(false) failed: Bad graph detected in get_early_ctrl_for_expensive
|
2019-12-06 10:00:16 +01:00 |
PeelingZeroTripCount.java
|
8215044: C2 crash in loopTransform.cpp with assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
|
2018-12-13 17:57:11 +01:00 |
SplitIfSharedFastLockBehindCastPP.java
|
8231620: assert(bol->is_Bool()) crash during split if due to FastLockNode
|
2019-10-01 10:28:12 +02:00 |
StoreMovedBeforeInfiniteLoop.java
|
8197563: assert(is_Loop()) crash in PhaseIdealLoop::try_move_store_before_loop()
|
2018-02-13 16:57:01 +01:00 |
StrangeControl.jasm
|
8228888: C2 compilation fails with assert "m has strange control"
|
2019-08-20 07:47:13 +02:00 |
Test6659207.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Test6855164.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Test6860469.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Test7044738.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Test7052494.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Test8210392.java
|
8210392: assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
|
2018-12-18 10:12:28 +01:00 |
Test8211698.java
|
8211698: Crash in C2 compiled code during execution of double array heavy processing code
|
2018-12-18 19:13:54 +05:30 |
TestAddPChainWithDifferentBase.java
|
8267988: C2: assert(!addp->is_AddP() || addp->in(AddPNode::Base)->is_top() || addp->in(AddPNode::Base) == n->in(AddPNode::Base)) failed: Base pointers must match (addp 1301)
|
2021-06-16 07:36:07 +00:00 |
TestArraysFillDeadControl.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TestBadControlLoopLimitCheck.java
|
8245714: "Bad graph detected in build_loop_late" when loads are pinned on loop limit check uncommon branch
|
2020-05-28 13:21:54 +02:00 |
TestBeautifyLoops_2.java
|
8256318: AArch64: Add support for floating-point absolute difference
|
2020-11-18 10:14:20 +00:00 |
TestBeautifyLoops.java
|
8256318: AArch64: Add support for floating-point absolute difference
|
2020-11-18 10:14:20 +00:00 |
TestBrokenAntiDependenceWithPhi.java
|
8259641: C2: assert(early->dominates(LCA)) failed: early is high enough
|
2021-01-18 07:54:48 +00:00 |
TestCastFFAtPhi.java
|
8268017: C2: assert(phi_type->isa_int() || phi_type->isa_ptr() || phi_type->isa_long()) failed: bad phi type
|
2021-06-09 07:58:17 +00:00 |
TestCastIINoLoopLimitCheck.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TestCMoveWithDeadPhi.java
|
8265938: C2's conditional move optimization does not handle top Phi
|
2021-04-27 17:10:53 +00:00 |
TestCMovSplitThruPhi.java
|
8207065: Cleanup compiler tests for Client VM
|
2018-07-13 11:13:34 -07:00 |
TestCMovWithOpaque.java
|
8231223: C2's conditional move optimization fails with assert(bol->Opcode() == Op_Bool) failed
|
2019-09-26 09:16:08 +02:00 |
TestCountedLoopBadIVRange.java
|
8190375: Java Crash in JavaBug.formatPos(I)Ljava/lang/String
|
2017-11-13 14:53:28 -05:00 |
TestCountedLoopSafepointBackedge.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TestCountedLoopZeroIter.java
|
8261308: C2: assert(inner->is_valid_counted_loop(T_INT) && inner->is_strip_mined()) failed: OuterStripMinedLoop should have been removed
|
2021-03-01 08:42:10 +00:00 |
TestDeadBackbranchArrayAccess.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TestDeadCountedLoop.java
|
8267399: C2: java/text/Normalizer/ConformanceTest.java test failed with assertion
|
2021-06-22 15:46:44 +00:00 |
TestDeepGraphVerifyIterativeGVN.java
|
8246203: Segmentation fault in verification due to stack overflow with -XX:+VerifyIterativeGVN
|
2020-06-15 09:50:11 +02:00 |
TestDivWithTopDivisor.java
|
8260284: C2: assert(_base == Int) failed: Not an Int
|
2021-01-25 17:09:52 +00:00 |
TestDivZeroCheckControl.java
|
8234906: [TESTBUG] TestDivZeroCheckControl fails for client VMs due to Unrecognized VM option LoopUnrollLimit
|
2019-12-04 10:38:54 +01:00 |
TestDivZeroDominatedBy.java
|
8259227: C2 crashes with SIGFPE due to a division that floats above its zero check
|
2021-01-07 15:02:45 +00:00 |
TestDivZeroWithSplitIf.java
|
8259227: C2 crashes with SIGFPE due to a division that floats above its zero check
|
2021-01-07 15:02:45 +00:00 |
TestIdomAfterLoopUnswitching.java
|
8268261: C2: assert(n != __null) failed: Bad immediate dominator info.
|
2021-07-23 18:51:25 +00:00 |
TestImpossibleIV.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TestInfiniteLoopNotInnerMost.java
|
8257574: C2: "failed: parsing found no loops but there are some" assert failure
|
2020-12-04 12:01:53 +00:00 |
TestInfLoopNearUsePlacement.java
|
8268417: Add test from JDK-8268360
|
2021-06-09 15:15:15 +00:00 |
TestIrreducibleLoopWithVNNI.java
|
8230185: assert(is_Loop()) failed: invalid node class
|
2019-12-18 10:04:53 +01:00 |
TestLimitLoadBelowLoopLimitCheck.java
|
8202123: C2 Crash in Node::in(unsigned int) const+0x14
|
2018-06-29 17:59:44 +02:00 |
TestLoadPinnedAfterAllocate.java
|
8260709: C2: assert(false) failed: unscheduable graph
|
2021-02-04 15:11:25 +00:00 |
TestLogSum.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TestLoopLimitNodeElimination.java
|
8260608: add a regression test for 8260370
|
2021-01-29 04:04:23 +00:00 |
TestLoopPeeling.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TestLoopUnswitchingLostCastDependency.java
|
8253765: C2: Control randomization in StressLCM and StressGCM
|
2020-10-12 11:40:50 +00:00 |
TestLostDependencyOnZeroTripGuard.java
|
8263971: C2 crashes with SIGFPE with -XX:+StressGCM and -XX:+StressIGVN
|
2021-03-30 07:40:49 +00:00 |
TestMainBodyExecutedOnce.java
|
8269752: C2: assert(false) failed: Bad graph detected in build_loop_late
|
2021-07-19 07:31:28 +00:00 |
TestMainNeverExecuted.java
|
8271272: C2: assert(!had_error) failed: bad dominance
|
2021-07-30 07:28:04 +00:00 |
TestMoveStoreAfterLoopVerifyIterativeGVN.java
|
8238756: C2: assert(((n) == __null || !VerifyIterativeGVN || !((n)->is_dead()))) failed: can not use dead node
|
2020-02-13 15:07:45 +01:00 |
TestMoveStoresOutOfLoops.java
|
8189067: SuperWord optimization crashes with "assert(out == prev || prev == __null) failed: no branches off of store slice"
|
2017-10-13 14:02:01 +02:00 |
TestMoveStoresOutOfLoopsStoreNoCtrl.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TestNestedIrreducibleLoops.jasm
|
8253353: Crash in C2: guarantee(n != NULL) failed: No Node
|
2021-01-28 16:16:51 +00:00 |
TestNestedIrreducibleLoopsMain.java
|
8253353: Crash in C2: guarantee(n != NULL) failed: No Node
|
2021-01-28 16:16:51 +00:00 |
TestOneIterationStripMined.java
|
8208275: C2 crash in Node::add_req(Node*)
|
2018-08-17 08:21:20 +02:00 |
TestOptimizeFillWithStripMinedLoop.java
|
8263352: assert(use == polladr) failed: the use should be a safepoint polling
|
2021-03-24 06:30:50 +00:00 |
TestOverunrolling.java
|
8229158: make UseSwitchProfiling non-experimental or false by-default
|
2019-08-20 10:46:23 +02:00 |
TestPartialPeelAtUnsignedTests.java
|
8251535: Partial peeling at unsigned test adds incorrect loop exit check
|
2020-10-16 06:25:33 +00:00 |
TestPartialPeelingSinkNodes.java
|
8256934: C2: assert(C->live_nodes() <= C->max_node_limit()) failed: Live Node limit exceeded limit
|
2021-06-16 13:02:51 +00:00 |
TestPeelingNeverEnteredLoop.java
|
8254887: C2: assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
|
2020-11-13 08:19:33 +00:00 |
TestPeelingRemoveDominatedTest.java
|
8269795: C2: Out of bounds array load floats above its range check in loop peeling resulting in SEGV
|
2021-07-13 08:50:09 +00:00 |
TestPredicateLostDependency.java
|
8253765: C2: Control randomization in StressLCM and StressGCM
|
2020-10-12 11:40:50 +00:00 |
TestPreMainPostFallInEdges.java
|
8249602: C2: assert(cnt == _outcnt) failed: no insertions allowed
|
2020-07-28 16:05:30 +02:00 |
TestRangeCheckPredicatesControl.java
|
8264179: [TESTBUG] Some compiler tests fail when running without C2
|
2021-03-29 08:03:47 +00:00 |
TestRCEAfterUnrolling.java
|
8229495: SIGILL in C2 generated OSR compilation
|
2020-07-01 17:28:49 +02:00 |
TestRemoveEmptyLoop.java
|
8256318: AArch64: Add support for floating-point absolute difference
|
2020-11-18 10:14:20 +00:00 |
TestRemoveMainPostLoops.java
|
8233529: loopTransform.cpp:2984: Error: assert(p_f->Opcode() == Op_IfFalse) failed
|
2019-11-12 10:16:04 +01:00 |
TestSplitIfBlocksDisabled.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TestSplitIfOpaque1.java
|
8215410: Regression test for JDK-8214994
|
2018-12-17 08:25:57 +01:00 |
TestSplitIfPinnedCMove.java
|
8191153: assert(u_ctrl != blk1 && u_ctrl != blk2) failed: won't converge
|
2017-11-27 10:44:19 -08:00 |
TestSplitIfPinnedLoadInStripMinedLoop.java
|
8260420: C2 compilation fails with assert(found_sfpt) failed: no node in loop that's not input to safepoint
|
2021-02-02 07:23:55 +00:00 |
TestSplitIfUnswitchedLoopsEliminated.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
TestSplitThruPhiDivMod.java
|
8248552: C2 crashes with SIGFPE due to division by zero
|
2020-07-27 11:03:17 +02:00 |
TestStoreSunkInInnerLoop.java
|
8269088: C2 fails with assert(!n->is_Store() && !n->is_LoadStore()) failed: no node with a side effect
|
2021-07-01 08:11:59 +00:00 |
TestStrangeControl.java
|
8265938: C2's conditional move optimization does not handle top Phi
|
2021-04-27 17:10:53 +00:00 |
TestStripMinedBackToBackIfs.java
|
8196296: Lucene test crashes C2 compilation
|
2018-01-30 09:08:44 +01:00 |
TestSunkNodeDueToBrokenAntiDependency.java
|
8269575: C2: assert(false) failed: graph should be schedulable after JDK-8252372
|
2021-07-06 07:03:08 +00:00 |
TestUnswitchCloneSkeletonPredicates.java
|
8264179: [TESTBUG] Some compiler tests fail when running without C2
|
2021-03-29 08:03:47 +00:00 |
TestUnswitchOverunrolling.java
|
8240227: Loop predicates should be copied to unswitched loops
|
2020-03-19 10:15:28 +01:00 |
TestWrongOffsetConstantArrayConstant.java
|
8239569: PublicMethodsTest.java failed due to NPE in java.base/java.nio.file.FileSystems.getFileSystem(FileSystems.java:230)
|
2020-04-23 15:54:08 +02:00 |
UseCountedLoopSafepoints.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
UseCountedLoopSafepointsTest.java
|
8263549: 8263412 can cause jtreg testlibrary split
|
2021-03-13 14:51:53 +00:00 |