On Mon, 9 Mar 2026 19:16:44 GMT, Frederic Parain <[email protected]> wrote:

>> test/hotspot/jtreg/runtime/valhalla/inlinetypes/field_layout/ValueRandomLayoutTest.java
>>  line 59:
>> 
>>> 57:                              boolean useNullableNonAtomicFlat, 
>>> String... args) throws Exception {
>>> 58:     List<String> argsList = new ArrayList<>();
>>> 59:     Collections.addAll(argsList, "--enable-preview");
>> 
>> Not necessary, `ProcessTools` will add it.
>
> I've tried to remove it, but then the test fails because of an unsupported 
> class file version.

That really shouldn't happen... we investigate once it's integrated.

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

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2202#discussion_r2912947660

Reply via email to