RFR: 8288282: Zero-release build is broken after JDK-8279047 due to UseHeavyMonitors is read-only [v2]

Jie Fu jiefu at openjdk.java.net
Mon Jun 13 09:14:09 UTC 2022


On Mon, 13 Jun 2022 08:11:36 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Unfortunately, that would break:
> 
> ```
> CONF=linux-x86_64-zero-release make exploded-test TEST=runtime/Monitor/SyncOnValueBasedClassTest.java
> 
> java.lang.RuntimeException: 'fatal error: Synchronizing on object' missing from stdout/stderr 
> ```

Good catch.
So let's disable the test for zero-release VMs.

I think it's fine to keep the diagnostics for zero debug VM in case someone might use it while debugging.
Thanks.

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

PR: https://git.openjdk.org/jdk/pull/9138


More information about the hotspot-dev mailing list