Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8269819 | 11.0.13-oracle | Harold Seigel | P4 | Resolved | Fixed | b02 |
JDK-8269864 | 11.0.13 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
Description
The CheckUnhandledOops option is used to force stack allocated oops to be wrapped in Handles through safepoints that cause GCs. The stack allocated oop value is poisoned so that you get a crash close to the point of the unhandled oop.
There is a benign unhandled oop in the MemAllocator, which crashes with CheckUnhandledOops when an OOM is thrown.
There is a benign unhandled oop in the MemAllocator, which crashes with CheckUnhandledOops when an OOM is thrown.
Attachments
Issue Links
- backported by
-
JDK-8269819 CheckUnhandledOops is broken in MemAllocator
-
- Resolved
-
-
JDK-8269864 CheckUnhandledOops is broken in MemAllocator
-
- Resolved
-