hotspot/src/share/vm/code/compiledIC.cpp
changeset 26580 8cca7fbe77b8
parent 25492 d27050bdfb04
child 26912 19021f626ad2
--- a/hotspot/src/share/vm/code/compiledIC.cpp	Fri Sep 05 11:23:47 2014 -0700
+++ b/hotspot/src/share/vm/code/compiledIC.cpp	Fri Sep 05 14:39:45 2014 -0700
@@ -595,6 +595,7 @@
   } else {
     // Callee is interpreted code.  In any case entering the interpreter
     // puts a converter-frame on the stack to save arguments.
+    assert(!m->is_method_handle_intrinsic(), "Compiled code should never call interpreter MH intrinsics");
     info._to_interpreter = true;
     info._entry      = m()->get_c2i_entry();
   }