-
Bug
-
Resolution: Fixed
-
P4
-
11, 12, 13
-
b15
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8243360 | 11.0.8-oracle | Lutz Schmidt | P4 | Resolved | Fixed | b04 |
JDK-8245198 | 11.0.8 | Lutz Schmidt | P4 | Resolved | Fixed | b04 |
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.
- 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