Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205237 | 11.0.1 | Richard Reingruber | P2 | Resolved | Fixed | team |
The tests in jdk/test/jdk/java/security/Security/signedfirst crash if executed with the vm option -XX:+CheckUnhandledOops, because the life range of the signers arry oop in JVM_GetClassSigners crosses the safepoint for the allocation of the result array.
The signers oop should be wrapped in an objArrayHandle to fix this.
The signers oop should be wrapped in an objArrayHandle to fix this.
- backported by
-
JDK-8205237 JVM_GetClassSigners: wrap signers oop in an objArrayHandle for subsequent safepoint.
-
- Resolved
-