aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/c2_globals.hpp
diff options
context:
space:
mode:
authorkvn <none@none>2014-02-21 11:10:15 -0800
committerkvn <none@none>2014-02-21 11:10:15 -0800
commit0daf2b26365aa6a98998f5d516d6ba45b5585d20 (patch)
treed204c1fc032bd3a18336ae9b8613913845832bb3 /src/share/vm/opto/c2_globals.hpp
parent9cc74f2bce2959b344b6fad8a3c98bacafc1a6ad (diff)
8035585: Restore UseOldInlining in jdk8u
Summary: restore the flag Reviewed-by: twisti
Diffstat (limited to 'src/share/vm/opto/c2_globals.hpp')
-rw-r--r--src/share/vm/opto/c2_globals.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/share/vm/opto/c2_globals.hpp b/src/share/vm/opto/c2_globals.hpp
index e478d99ab..207daabc7 100644
--- a/src/share/vm/opto/c2_globals.hpp
+++ b/src/share/vm/opto/c2_globals.hpp
@@ -350,6 +350,9 @@
"File to dump ideal graph to. If set overrides the " \
"use of the network") \
\
+ product(bool, UseOldInlining, true, \
+ "Enable the 1.3 inlining strategy") \
+ \
product(bool, UseBimorphicInlining, true, \
"Profiling based inlining for two receivers") \
\