From 99f005b648c3fde7ca01c978447f8782011ebf21 Mon Sep 17 00:00:00 2001 From: "Daniel D. Daugherty" Date: Thu, 23 Jul 2015 14:48:23 -0700 Subject: [PATCH] 8132286: change 'InlineNotify' flag option from "product" to "diagnostic" Reviewed-by: coleenp --- hotspot/src/share/vm/runtime/globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/src/share/vm/runtime/globals.hpp b/hotspot/src/share/vm/runtime/globals.hpp index e14fe386682..40aab355a05 100644 --- a/hotspot/src/share/vm/runtime/globals.hpp +++ b/hotspot/src/share/vm/runtime/globals.hpp @@ -1286,7 +1286,7 @@ public: \ 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)") \ \