Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206772 | 12 | Coleen Phillimore | P4 | Resolved | Fixed | team |
JDK-8206549 | 11.0.1 | Coleen Phillimore | P4 | Resolved | Fixed | b01 |
There is no data supporting the benefit of these flags, they are untested and unnecessarily complicate mutex code.
experimental(intx, NativeMonitorTimeout, -1, "(Unstable)") \
\
experimental(intx, NativeMonitorFlags, 0, "(Unstable)") \
\
experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \
\
experimental(intx, NativeMonitorTimeout, -1, "(Unstable)") \
\
experimental(intx, NativeMonitorFlags, 0, "(Unstable)") \
\
experimental(intx, NativeMonitorSpinLimit, 20, "(Unstable)") \
\
- backported by
-
JDK-8206549 Remove NativeMonitorSpinLimit, NativeMonitorFlags and NativeMonitorTimeout experimental flags
- Resolved
-
JDK-8206772 Remove NativeMonitorSpinLimit, NativeMonitorFlags and NativeMonitorTimeout experimental flags
- Resolved
- duplicates
-
JDK-8205631 CheckNativeMonitorFlags.java throws RuntimeException Error: VM option 'NativeMonitorTimeout' is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions.
- Closed
- relates to
-
JDK-8205631 CheckNativeMonitorFlags.java throws RuntimeException Error: VM option 'NativeMonitorTimeout' is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions.
- Closed