comparison src/share/vm/classfile/defaultMethods.cpp @ 12870:17cda06bcb7d

Merge
author iveresov
date Tue, 08 Oct 2013 07:08:27 -0700
parents 268e7a2178d7 5741fc86a2ee
children f50418dfb1b7
comparison
equal deleted inserted replaced
12799:deec468baebd 12870:17cda06bcb7d
896 m->set_size_of_parameters(params); 896 m->set_size_of_parameters(params);
897 m->set_max_stack(max_stack); 897 m->set_max_stack(max_stack);
898 m->set_max_locals(params); 898 m->set_max_locals(params);
899 m->constMethod()->set_stackmap_data(NULL); 899 m->constMethod()->set_stackmap_data(NULL);
900 m->set_code(code_start); 900 m->set_code(code_start);
901 m->set_force_inline(true);
902 901
903 return m; 902 return m;
904 } 903 }
905 904
906 static void switchover_constant_pool(BytecodeConstantPool* bpool, 905 static void switchover_constant_pool(BytecodeConstantPool* bpool,