On Fri, 3 Jul 2026 07:58:21 GMT, Roland Westrelin <[email protected]> wrote:

> > Also, just checking: flag InlineTypeReturnedAsFields should not currently 
> > be set on any arch other than x86 or aarch64 because only those two 
> > generate the blob. Is there startup argument checking logic to detect an 
> > invalid setting? If not then can that lead to a crash on other arches 
> > should someone set it on the command line?
> I see code that does that in arguments.cpp
> Can you confirm @TobiHartmann ?

Here's the relevant code for PPC added with 
[JDK-8386638](https://bugs.openjdk.org/browse/JDK-8386638):
https://github.com/openjdk/valhalla/blob/e16732cc12cff297859b3a58f48237201c6be771/src/hotspot/cpu/ppc/vm_version_ppc.cpp#L345-L352

The same exists on other platforms Valhalla has been ported to.

I'm re-running testing.

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

PR Comment: https://git.openjdk.org/valhalla/pull/2616#issuecomment-4874539481

Reply via email to