From de645cbaed82ce14afcf8950ac7238b38a045342 Mon Sep 17 00:00:00 2001 From: kvn Date: Fri, 21 Feb 2014 11:10:15 -0800 Subject: [PATCH] 8035585: Restore UseOldInlining in jdk8u Summary: restore the flag Reviewed-by: twisti --- src/share/vm/opto/c2_globals.hpp | 3 +++ 1 file changed, 3 insertions(+) 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") \ \ -- GitLab