8025845: Default methods are unnecessarily marked w/ force_inline directive in some situations
authorvlivanov
Mon, 07 Oct 2013 14:13:28 +0400
changeset 20694 2b8425bb18c2
parent 20693 1d94d9407c58
child 20695 4f5a5e95090b
child 20699 1ee18362a1ce
8025845: Default methods are unnecessarily marked w/ force_inline directive in some situations Reviewed-by: acorn, kvn
hotspot/src/share/vm/classfile/defaultMethods.cpp
--- a/hotspot/src/share/vm/classfile/defaultMethods.cpp	Mon Oct 07 14:12:23 2013 +0400
+++ b/hotspot/src/share/vm/classfile/defaultMethods.cpp	Mon Oct 07 14:13:28 2013 +0400
@@ -1083,7 +1083,6 @@
   m->set_max_locals(params);
   m->constMethod()->set_stackmap_data(NULL);
   m->set_code(code_start);
-  m->set_force_inline(true);
 
   return m;
 }