提交 46020574 编写于 作者: C coleenp

7049928: VM crashes with "assert(_adapter != NULL) failed: must have" at methodOop.cpp:63

Summary: Removed extra change from another bug fix that caused this regression
Reviewed-by: phh, dcubed, kvn, kamg, never
上级 210ca7e9
...@@ -720,7 +720,7 @@ void methodOopDesc::link_method(methodHandle h_method, TRAPS) { ...@@ -720,7 +720,7 @@ void methodOopDesc::link_method(methodHandle h_method, TRAPS) {
// called from the vtable. We need adapters on such methods that get loaded // called from the vtable. We need adapters on such methods that get loaded
// later. Ditto for mega-morphic itable calls. If this proves to be a // later. Ditto for mega-morphic itable calls. If this proves to be a
// problem we'll make these lazily later. // problem we'll make these lazily later.
if (UseCompiler) (void) make_adapters(h_method, CHECK); (void) make_adapters(h_method, CHECK);
// ONLY USE the h_method now as make_adapter may have blocked // ONLY USE the h_method now as make_adapter may have blocked
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册