< prev index next >

src/hotspot/cpu/x86/stubGenerator_x86_64.cpp

Print this page

@@ -5926,15 +5926,11 @@
 
     // -------------
     // make sure all code is generated
     masm->flush();
 
-    // The caller may not know the register mapping of the fields of the returned value
-    // object, so it won't generate a valid oopmap for the call site. Hence, we can't
-    // do InterfaceSupport::verify_stack().
-    RuntimeStub* stub = RuntimeStub::new_runtime_stub(name, &buffer, frame_complete, frame_size_in_words, oop_maps, false,
-                                                      /*can_verify_stack =*/false);
+    RuntimeStub* stub = RuntimeStub::new_runtime_stub(name, &buffer, frame_complete, frame_size_in_words, oop_maps, false);
     return stub->entry_point();
   }
 
   // Initialization
   void generate_initial() {
< prev index next >