Details
-
Bug
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
11, 12, 13
-
b15
-
generic
-
generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8243360 | 11.0.8-oracle | Lucy Schmidt | P4 | Resolved | Fixed | b04 |
JDK-8245198 | 11.0.8 | Lucy Schmidt | P4 | Resolved | Fixed | b04 |
Description
With -XX:+PrintStubCode, SharedRuntime::generate_stubs() fails with an assert deep down in VMRegImpl::print_on().
Reason: some stubs have oop maps attached. Printing them requires the regName[] array to be initialized.
Reason: some stubs have oop maps attached. Printing them requires the regName[] array to be initialized.
Attachments
Issue Links
- backported by
-
JDK-8243360 Initialize VMRegImpl::regName[] earlier to prevent assert during PrintStubCode
-
- Resolved
-
-
JDK-8245198 Initialize VMRegImpl::regName[] earlier to prevent assert during PrintStubCode
-
- Resolved
-