RFR: 8334907: Test ExceptionDuringDumpAtObjectsInitPhase.java fail to initialize archive heap
David Holmes
dholmes at openjdk.org
Tue Jun 25 05:47:14 UTC 2024
On Tue, 25 Jun 2024 04:04:08 GMT, SendaoYan <syan at openjdk.org> wrote:
> Hi all,
> Test runtime/cds/appcds/javaldr/ExceptionDuringDumpAtObjectsInitPhase.java fails after [JDK-8306580](https://bugs.openjdk.org/browse/JDK-8306580). The PR in [JDK-8306580](https://bugs.openjdk.org/browse/JDK-8306580) change behavior from `exits the VM` to `MetaspaceShared::writing_error() to report errors without exiting the VM`. So we need to change this testcase to adopt the behavior change.
> Only change the testcase, the change has been verified locally, no risk.
@sendaoYan thanks for jumping on this but I had already filed [JDK-8334899](https://bugs.openjdk.org/browse/JDK-8334899) and @matias9927 also has an open PR at https://git.openjdk.org/jdk/pull/19873
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19875#issuecomment-2188026422
More information about the hotspot-runtime-dev
mailing list