[jdk17u] RFR: 8273486: Zero: Handle DiagnoseSyncOnValueBasedClasses VM option
Aleksey Shipilev
shade at openjdk.java.net
Wed Oct 20 13:29:22 UTC 2021
On Wed, 6 Oct 2021 08:39:54 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Unclean backport to fix Zero. The uncleanliness comes from the existing test shape in 17u, which uses `UseOptoBiasInlining` that is C2-specific flag, which Zero has no access to. In JDK 18, this was removed along with biased locking deprecation. I opted to fix the test in-place.
>
> Additional testing:
> - [x] Linux x86_64 Zero passes the test now
> - [x] Linux x86_64 Server continues to pass the test
Closed in favor of #209. This fixes the PR after re-creation of 17u.
-------------
PR: https://git.openjdk.java.net/jdk17u/pull/154
More information about the jdk-updates-dev
mailing list