RFR: 8294976: Convert Runtime classes to use the ClassFile API instead of ASM [v5]
Oussama Louati
duke at openjdk.org
Wed Mar 13 15:54:17 UTC 2024
On Wed, 13 Mar 2024 15:48:36 GMT, Oussama Louati <duke at openjdk.org> wrote:
>> 8294976: Convert Runtime classes to use the ClassFile API instead of ASM
>
> Oussama Louati has updated the pull request incrementally with one additional commit since the last revision:
>
> Add --enable-preview to use classFile API, and fix test failing.
test/hotspot/jtreg/runtime/verifier/OverriderMsg.java line 45:
> 43: * java.management
> 44: * @compile -XDignore.symbol.file OverriderMsg.java
> 45: * @run main/othervm --enable-preview OverriderMsg
**main/othervm:** Specifies that the test should be run in a separate JVM (Java Virtual Machine).
**--enable-preview:** Enables preview features during execution.
We added `main/othervm --enable-preview` to run the test in a separate JVM with preview features enabled, ensuring proper testing of code utilizing Java preview features.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/18271#discussion_r1523522073
More information about the hotspot-runtime-dev
mailing list