JDK 18 | JDK 19 |
---|---|
18 b28Fixed | 19Fixed |
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.
|