[crac] RFR: 8365484: [CRaC] Support IgnoreUnrecognizedVMOptions on restore

Timofei Pushkin tpushkin at openjdk.org
Wed Aug 20 13:10:04 UTC 2025


On Wed, 20 Aug 2025 13:03:58 GMT, Anton Kozlov <akozlov at openjdk.org> wrote:

> Right now, it also has an inconsistency. Suppose you enable it for the restore, and provide nonsense argument. The IgnoreUnrecognizedVMOptions took effect, you can sense unrecognized argument, but you check IgnoreUnrecognizedVMOptions and it's false.

The unrecognized option will not be forwarded to the restored JVM so there is no inconsistency in this case.

But ok, I'll remove this special handling.

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

PR Review Comment: https://git.openjdk.org/crac/pull/263#discussion_r2288112748


More information about the crac-dev mailing list