hotspot/src/share/vm/aot/aotLoader.cpp
changeset 46364 00a21c0ff97e
parent 46329 53ccc37bda19
child 46560 388aa8d67c80
--- a/hotspot/src/share/vm/aot/aotLoader.cpp	Wed Apr 05 01:11:25 2017 +0000
+++ b/hotspot/src/share/vm/aot/aotLoader.cpp	Wed Apr 05 13:15:44 2017 -0700
@@ -89,14 +89,6 @@
   }
 }
 
-address AOTLoader::exception_begin(JavaThread* thread, CodeBlob* blob, address return_address) {
-  assert(blob->is_aot(), "sanity");
-  AOTCompiledMethod* aotm = (AOTCompiledMethod*)blob;
-  // Set flag if return address is a method handle call site.
-  thread->set_is_method_handle_return(aotm->is_method_handle_return(return_address));
-  return aotm->exception_begin();
-}
-
 // Flushing and deoptimization in case of evolution
 void AOTLoader::flush_evol_dependents_on(InstanceKlass* dependee) {
   // make non entrant and mark for deoptimization