RFR: 8266764: [REDO] JDK-8255493 Support for pre-generated java.lang.invoke classes in CDS dynamic archive [v2]

Ioi Lam iklam at openjdk.java.net
Wed May 12 15:44:59 UTC 2021


On Wed, 12 May 2021 15:01:30 GMT, Yumin Qi <minqi at openjdk.org> wrote:

> The function name should be prepare_for_dynamic_dumping since it is called when jcmd does dynamic dumping which does not exit after dumping archive.

This function should not be called by the jcmd code. This function catches exceptions that happens inside `MetaspaceShared::link_and_cleanup_shared_classes()`, but in your existing code, jcmd doesn't call `MetaspaceShared::link_and_cleanup_shared_classes()`.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3953


More information about the hotspot-runtime-dev mailing list