On Tue, 7 Apr 2026 12:06:54 GMT, Casper Norrbin <[email protected]> wrote:
> Hi everyone, > > When adding fields within a contended group, big primitive fields were > missing the argument that specifies the start bound, which allowed them to be > placed outside their contended group. This caused the test > `MixedPrimitives.java` to fail, which was added upstream as a part of the fix > to [JDK-8379614](https://bugs.openjdk.org/browse/JDK-8379614). > > Since the test now passes as expected, I have also removed it from the > problemlist. > > Testing: > - Tier 1 > - Manual inspection of contended class layouts before and after the fix This pull request has now been integrated. Changeset: 206fda2f Author: Casper Norrbin <[email protected]> Committer: Frederic Parain <[email protected]> URL: https://git.openjdk.org/valhalla/commit/206fda2fb13de20884cc7336c13bd50208a8b2be Stats: 4 lines in 2 files changed: 1 ins; 2 del; 1 mod 8381652: [lworld] runtime/contended/MixedPrimitives.java fails with Valhalla Reviewed-by: liach, fparain ------------- PR: https://git.openjdk.org/valhalla/pull/2304
