Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2213612 | 7u2 | Vladimir Kozlov | P3 | Closed | Fixed | b04 |
JDK-2212892 | 7u1 | Vladimir Kozlov | P3 | Closed | Fixed | b03 |
JDK-2213655 | 7 | Vladimir Kozlov | P2 | Resolved | Fixed | b148 |
JDK-2212893 | hs21.1 | Vladimir Kozlov | P3 | Resolved | Fixed | b02 |
JDK-2213656 | hs21 | Vladimir Kozlov | P3 | Resolved | Fixed | b18 |
VM crashed at the next line when I tried to port 7070134 into HS20:
BoolTest::mask bt = cl->loopexit()->test_trip();
It crushed because cl->loopexit() == NULL. I did not see such crush with latest HS22 sources but it does not mean it can't happen. The check cl->is_valid_counted_loop() should be used in the code to avoid such crush.
BoolTest::mask bt = cl->loopexit()->test_trip();
It crushed because cl->loopexit() == NULL. I did not see such crush with latest HS22 sources but it does not mean it can't happen. The check cl->is_valid_counted_loop() should be used in the code to avoid such crush.
- backported by
-
JDK-2213655 Possible reference through NULL in loopPrdicate.cpp:726
- Resolved
-
JDK-2212893 Possible reference through NULL in loopPrdicate.cpp:726
- Resolved
-
JDK-2213656 Possible reference through NULL in loopPrdicate.cpp:726
- Resolved
-
JDK-2212892 Possible reference through NULL in loopPrdicate.cpp:726
- Closed
-
JDK-2213612 Possible reference through NULL in loopPrdicate.cpp:726
- Closed