Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278712 | 19 | Calvin Cheung | P4 | Resolved | Fixed | b28 |
In JDK-8278299, we have a failure in this test but there wasn't enough information in the log file to see why (offset <= MAX_SHARED_DELTA) failed.
Suggested fixes:
[1] Add -Xlog:cds=debug to the command line
[2] Update the "guarantee(offset <= MAX_SHARED_DELTA) failed: must be 32-bit offset" in the VM to print out the actual offset.
Suggested fixes:
[1] Add -Xlog:cds=debug to the command line
[2] Update the "guarantee(offset <= MAX_SHARED_DELTA) failed: must be 32-bit offset" in the VM to print out the actual offset.
- backported by
-
JDK-8278712 Improve logging in CDS DynamicLoaderConstraintsTest.java
-
- Resolved
-