On Fri, 4 Sep 2026 05:09:42 GMT, Aleksey Shipilev <[email protected]> wrote:
> Automatic audit finds these spots: Thanks for finding this. I think I have addressed all listed issues. > test/hotspot/jtreg/compiler/valhalla/valuetypes/TestFieldNullMarkers.java > line 246: > >> 244: * -XX:+UnlockExperimentalVMOptions >> 245: * -XX:+UseNullableAtomicValueFlattening >> -XX:+UseNullFreeAtomicValueFlattening >> -XX:+UseNullFreeNonAtomicValueFlattening >> 246: * -XX:+ValueTypePassFieldsAsArgs >> -XX:+ValueTypeReturnedAsFields > > Semantic config change: `ReturnedAsFields` -> `PassFieldsAsArgs`? This one > seems to match the `@test id=all-flattening-pass-fields`. But is it a > separate test bug? This is an incorrect revert of an incorrect search-n-replace. It should be fixed now. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32673#issuecomment-5537166637 PR Review Comment: https://git.openjdk.org/jdk/pull/32673#discussion_r3931836398
