OpenJDK / portola / portola
changeset 20694:2b8425bb18c2
8025845: Default methods are unnecessarily marked w/ force_inline directive in some situations
Reviewed-by: acorn, kvn
author | vlivanov |
---|---|
date | Mon, 07 Oct 2013 14:13:28 +0400 |
parents | 1d94d9407c58 |
children | 4f5a5e95090b 1ee18362a1ce |
files | hotspot/src/share/vm/classfile/defaultMethods.cpp |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }