diff src/share/vm/runtime/sharedRuntime.cpp @ 14768:3e9a960f0da1

HSAIL: preliminary deopt support Contributed-by: Tom Deneau <tom.deneau@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Wed, 26 Mar 2014 17:33:54 +0100
parents d3225562f0d8
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.cpp	Wed Mar 26 17:30:40 2014 +0100
+++ b/src/share/vm/runtime/sharedRuntime.cpp	Wed Mar 26 17:33:54 2014 +0100
@@ -1171,7 +1171,6 @@
     assert(fr.is_entry_frame(), "must be");
     // fr is now pointing to the entry frame.
     callee_method = methodHandle(THREAD, fr.entry_frame_call_wrapper()->callee_method());
-    assert(fr.entry_frame_call_wrapper()->receiver() == NULL || !callee_method->is_static(), "non-null receiver for static call??");
   } else {
     Bytecodes::Code bc;
     CallInfo callinfo;