< prev index next >

src/hotspot/share/opto/doCall.cpp

Print this page

        

@@ -133,11 +133,10 @@
       // We will retry the intrinsic if nothing had claimed it afterwards.
       if (cg->does_virtual_dispatch()) {
         cg_intrinsic = cg;
         cg = NULL;
       } else if (should_delay_vector_inlining(callee, jvms)) {
-        assert(!delayed_forbidden, "delay should be allowed");
         return CallGenerator::for_late_inline(callee, cg);
       } else {
         return cg;
       }
     }
< prev index next >