src/hotspot/share/runtime/globals.hpp
branchepsilon-gc-branch
changeset 56489 016b77c3734a
parent 56472 02bd022fcea1
parent 49877 d84f06a0cae1
child 56508 f67f588ebf15
--- a/src/hotspot/share/runtime/globals.hpp	Mon Apr 23 12:53:43 2018 +0200
+++ b/src/hotspot/share/runtime/globals.hpp	Thu Apr 26 17:59:02 2018 +0200
@@ -2997,6 +2997,8 @@
   diagnostic(bool, ShowRegistersOnAssert, false,                            \
           "On internal errors, include registers in error report.")         \
                                                                             \
+  experimental(bool, UseSwitchProfiling, true,                              \
+          "leverage profiling for table/lookup switch")                     \
 
 #define VM_FLAGS(develop,                                                   \
                  develop_pd,                                                \