-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: hotspot
-
b18
The addition of calls to VMError::is_error_reported_in_current_thread() in ZGC verification codes seems to have caused a slowdown and some tests time out. There is an easy workaround to check VMError::is_error_reported() before calling VMError::is_error_reported_in_current_thread(). I propose that we add this check to solve this regression.
- caused by
-
JDK-8350572 ZGC: Enhance z_verify_safepoints_are_blocked interactions with VMError
-
- Resolved
-
- causes
-
JDK-8351607 Test com/sun/jdi/JdbStopInNotificationThreadTest.java failing with missing "Breakpoint hit" for line 70
-
- Closed
-
- links to
-
Commit(master)
openjdk/jdk/3340e13f
-
Review(master)
openjdk/jdk/24349