[lworld] RFR: 8370263: [lworld] Fix compile commands after JDK-8369437
Tobias Hartmann
thartmann at openjdk.org
Tue Oct 21 07:20:25 UTC 2025
On Tue, 21 Oct 2025 06:50:40 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:
>> When adding packages in [JDK-8369437](https://bugs.openjdk.org/browse/JDK-8369437), some compile commands were not updated accordingly as well. This is fixes with this patch.
>>
>> Thanks,
>> Christian
>
> test/hotspot/jtreg/compiler/valhalla/inlinetypes/TestOopsInReturnConvention.java line 33:
>
>> 31: * @run main/othervm/timeout=300 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
>> 32: * -Xbatch -XX:-TieredCompilation
>> 33: * -XX:CompileCommand=dontinline,*TestOopsInReturnConvention*::callee
>
> I think the `*` after `TestOopsInReturnConvention` was missing before: `callee()` is only defined in the inner class `LargeValueWithOops`.
Good catch!
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1689#discussion_r2446986887
More information about the valhalla-dev
mailing list