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 ------------- Commit messages: - misssing start bound fix Changes: https://git.openjdk.org/valhalla/pull/2304/files Webrev: https://webrevs.openjdk.org/?repo=valhalla&pr=2304&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8381652 Stats: 4 lines in 2 files changed: 1 ins; 2 del; 1 mod Patch: https://git.openjdk.org/valhalla/pull/2304.diff Fetch: git fetch https://git.openjdk.org/valhalla.git pull/2304/head:pull/2304 PR: https://git.openjdk.org/valhalla/pull/2304
