Roland Westrelin
|
73ddea766a
|
8241492: Strip mining not working for test/hotspot/jtreg/compiler/c2/Test6850611.java
Reviewed-by: mdoerr, thartmann, neliasso
|
2020-03-24 17:56:15 +01:00 |
|
Roland Westrelin
|
eb003a7382
|
8240335: C2: assert(found_sfpt) failed: no node in loop that's not input to safepoint
Reviewed-by: kvn, thartmann
|
2020-03-20 13:56:12 +01:00 |
|
Roland Westrelin
|
3bb62dc0d8
|
8236759: ShouldNotReachHere in PhaseIdealLoop::verify_strip_mined_scheduling
Reviewed-by: thartmann, neliasso
|
2020-01-13 10:00:30 +01:00 |
|
Tobias Hartmann
|
642d2ddcbc
|
8235452: Strip mined loop verification fails with assert(is_OuterStripMinedLoop()) failed: invalid node class
Do not try to verify strip mining if the strip mined loop is malformed.
Reviewed-by: roland, vlivanov
|
2019-12-11 10:42:44 +01:00 |
|
Roland Westrelin
|
9d40ab91db
|
8234350: assert(mode == ControlAroundStripMined && (use == sfpt || !use->is_reachable_from_root())) failed: missed a node
Reviewed-by: thartmann, mdoerr
|
2019-12-09 15:37:04 +01:00 |
|
Igor Ignatyev
|
a21dd0b86b
|
8225756: [testbug] compiler/loopstripmining/CheckLoopStripMining.java sets too short a SafepointTimeoutDelay
Reviewed-by: kvn, epavlova, roland, mdoerr
|
2019-11-13 10:59:25 -08:00 |
|
Roland Westrelin
|
703760bbec
|
8231550: C2: ShouldNotReachHere() in verify_strip_mined_scheduling
Reviewed-by: vlivanov, thartmann
|
2019-10-02 17:32:08 +02:00 |
|
Roland Westrelin
|
dfc5c795c7
|
8229483: Sinking load out of loop may trigger: assert(found_sfpt) failed: no node in loop that's not input to safepoint
Reviewed-by: thartmann, neliasso
|
2019-09-23 16:49:09 +02:00 |
|
Roland Westrelin
|
a63b541842
|
8230061: # assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node
Reviewed-by: thartmann, neliasso
|
2019-08-28 15:51:03 +02:00 |
|
Xin Liu
|
0a92dc786d
|
8229450: C2 compilation fails with assert(found_sfpt) failed
Reviewed-by: roland, thartmann
|
2019-09-04 16:39:12 +02:00 |
|
Roland Westrelin
|
3ec1137c1f
|
8220374: C2: LoopStripMining doesn't strip as expected
Reviewed-by: rkennke, thartmann, mdoerr
|
2019-03-12 15:42:32 +01:00 |
|
Roland Westrelin
|
04c961659f
|
8210390: C2 still crashes with "assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node"
Reviewed-by: thartmann, kvn
|
2018-09-12 16:38:13 +02:00 |
|
Aleksei Voitylov
|
2d0aee2275
|
8207065: Cleanup compiler tests for Client VM
Reviewed-by: kvn, iignatyev
|
2018-07-13 11:13:34 -07:00 |
|
Roland Westrelin
|
ff2c589b63
|
8202747: C2: assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node
Reviewed-by: neliasso, kvn
|
2018-06-11 14:16:43 +02:00 |
|
Roland Westrelin
|
76bb390810
|
8202950: C2: assert(found_sfpt) failed: no node in loop that's not input to safepoint
Reviewed-by: neliasso, kvn
|
2018-05-24 09:59:57 +02:00 |
|
Roland Westrelin
|
35460b0e85
|
8196294: LoopStripMiningIterShortLoop is set to zero by default
Reviewed-by: shade, thartmann, kvn
|
2018-03-21 10:05:36 +01:00 |
|
Roland Westrelin
|
2067aa56eb
|
8193597: sun/nio/cs/TestStringCoding.java fails intermittently with getBytes(csn) failed -> GBK
Should not change loop limit check of outer loop.
Reviewed-by: thartmann
|
2018-01-15 09:19:53 +01:00 |
|
Roland Westrelin
|
bf92da2c82
|
8194914: Compilation fails with "node not on backedge" in OuterStripMinedLoopNode::adjust_strip_mined_loop
Modified assert which is too strong.
Reviewed-by: thartmann
|
2018-01-15 09:17:25 +01:00 |
|