8132286: change 'InlineNotify' flag option from "product" to "diagnostic"
Reviewed-by: coleenp
--- a/hotspot/src/share/vm/runtime/globals.hpp Thu Jul 23 16:36:36 2015 +0000
+++ b/hotspot/src/share/vm/runtime/globals.hpp Thu Jul 23 14:48:23 2015 -0700
@@ -1286,7 +1286,7 @@
\
experimental(intx, SyncVerbose, 0, "(Unstable)") \
\
- product(bool, InlineNotify, true, "intrinsify subset of notify" ) \
+ diagnostic(bool, InlineNotify, true, "intrinsify subset of notify") \
\
experimental(intx, ClearFPUAtPark, 0, "(Unsafe, Unstable)") \
\