8132286: change 'InlineNotify' flag option from "product" to "diagnostic"
authordcubed
Thu, 23 Jul 2015 14:48:23 -0700
changeset 31983 ab6d61a620df
parent 31980 f6b5a29df2c1
child 31984 27f2dae0e9e8
8132286: change 'InlineNotify' flag option from "product" to "diagnostic" Reviewed-by: coleenp
hotspot/src/share/vm/runtime/globals.hpp
--- 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)")               \
                                                                             \