The 'InlineNotify' flag option that was added by JDK-8075171 in JDK9
should be deprecated in JDK10. The 'InlineNotify' flag option should
be ignored in JDK10 and removed in JDK11.
The functionality of disabling the intrinsification of Object.notify() and
Object.notifyAll() can be moved to the experimental "SyncKnobs"
mechanism.
Update: Missed the window for JDK10. We are obsoleting the 'InlineNotify'
flag option in JDK11 and removing it JDK12. Since this is a diagnostic
option, we can follow the two-step command line option removal process.