Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2221482 | 8 | Tom Rodriguez | P3 | Resolved | Fixed | b27 |
JDK-2221521 | 7u4 | Tom Rodriguez | P3 | Closed | Fixed | b13 |
There are nightly failures in the G1 GC baseline.
# Internal Error (C:\temp\jprt\P1\063915.jcoomes\source\src\share\vm\memory/gcLocker.inline.hpp:31), pid=12028, tid=20836
# assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
The assert started to show up after the hotspot-main -> hotspot-gc integration, which brought over the fix for:
7129164 - JNI Get/ReleasePrimitiveArrayCritical don't scale
# Internal Error (C:\temp\jprt\P1\063915.jcoomes\source\src\share\vm\memory/gcLocker.inline.hpp:31), pid=12028, tid=20836
# assert(_needs_gc || SafepointSynchronize::is_at_safepoint()) failed: only read at safepoint
The assert started to show up after the hotspot-main -> hotspot-gc integration, which brought over the fix for:
7129164 - JNI Get/ReleasePrimitiveArrayCritical don't scale
- backported by
-
JDK-2221482 GCLocker assert failure: assert(_needs_gc || SafepointSynchronize::is_at_safepoint(
-
- Resolved
-
-
JDK-2221521 GCLocker assert failure: assert(_needs_gc || SafepointSynchronize::is_at_safepoint(
-
- Closed
-