RFR: 8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798

Jie Fu jiefu at openjdk.org
Wed Sep 21 11:41:39 UTC 2022


It fails with release VMs.

STDERR:
Error: VM option 'AlwaysIncrementalInline' is develop and is available only in debug version of VM.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.


`-XX:+IgnoreUnrecognizedVMOptions` is added to fix it.

Thanks.
Best regards,
Jie

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

Commit messages:
 - 8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798

Changes: https://git.openjdk.org/jdk/pull/10374/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10374&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8294110
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/10374.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10374/head:pull/10374

PR: https://git.openjdk.org/jdk/pull/10374


More information about the hotspot-compiler-dev mailing list