OpenJDK / bsd-port / jdk9 / hotspot
changeset 8766:6feb64d5ec92
8132286: change 'InlineNotify' flag option from "product" to "diagnostic"
Reviewed-by: coleenp
author | dcubed |
---|---|
date | Thu, 23 Jul 2015 14:48:23 -0700 |
parents | 5ec83d7b8a2d |
children | 7b402aaac053 |
files | src/share/vm/runtime/globals.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp Thu Jul 23 16:36:36 2015 +0000 +++ b/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)") \ \