The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
> Obsoletion checklist:
> - delete all code relating to the options
Done.
> - update any test that may be specifying the options (e.g. VMDeprecatedOptions test)
Did not find any tests in the repo that uses the MonitorBound option,
but I do have some in my personal ObjectMonitor stress kit.
> - move the flags to the "obsoleted" section of the special flags table
Done.
> - update any documentation that may refer to these flags
Google only found JDK-* bugs that referred to MonitorBound.
No man pages were found.
01-05-2020
As per my comments above:
> We just hit build 20 of JDK 15 and the special flag validation test is now failing because this flag has not yet been obsoleted.
> I'm bumping the validation build to 25 to give a little more time for this to be fixed.
that test is in tier1.
27-04-2020
How come this RFE has the tier1 label? Are there test failures in tier1 due to something that will be fixed here?
27-04-2020
I'm bumping the validation build to 25 to give a little more time for this to be fixed.
16-04-2020
We just hit build 20 of JDK 15 and the special flag validation test is now failing because this flag has not yet been obsoleted.
16-04-2020
Obsoletion checklist:
- delete all code relating to the options
- update any test that may be specifying the options (e.g. VMDeprecatedOptions test)
- move the flags to the "obsoleted" section of the special flags table
- update any documentation that may refer to these flags