RFR: 8328111: Convert Runtime classes to use the ClassFile API instead of ASM [v5]

Chen Liang liach at openjdk.org
Thu Mar 14 15:55:41 UTC 2024


On Thu, 14 Mar 2024 15:35:11 GMT, Oussama Louati <duke at openjdk.org> wrote:

>> Should n't be
>> @run main OverriderMsg
>> enough?
>
> i though about it too but the test fails saying:
> 
> TEST: runtime/verifier/OverriderMsg.java
> TEST JDK: /Users/louati/Documents/GitHub/jdk-fork/build/macosx-aarch64-server-release/images/jdk
> 
> TEST RESULT: Error. Parse Exception: [--enable-preview]: vm option(s) found, need to specify /othervm

The `@enablePreview` should be sufficient so you don't need extra cli args

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18271#discussion_r1525120981


More information about the hotspot-runtime-dev mailing list