diff src/share/vm/runtime/sharedRuntime.cpp @ 14957:4062efea018b

Remove compiled method call intrinsic.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 03 Apr 2014 17:47:29 +0200
parents 954c9df6ac79
children 05397227b8d4
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.cpp	Wed Apr 02 15:40:59 2014 -0700
+++ b/src/share/vm/runtime/sharedRuntime.cpp	Thu Apr 03 17:47:29 2014 +0200
@@ -752,11 +752,6 @@
   throw_and_post_jvmti_exception(thread, vmSymbols::java_lang_IncompatibleClassChangeError(), "vtable stub");
 JRT_END
 
-JRT_ENTRY(void, SharedRuntime::throw_InvalidInstalledCodeException(JavaThread* thread))
-  // These errors occur only at call sites
-  throw_and_post_jvmti_exception(thread, vmSymbols::com_oracle_graal_api_code_InvalidInstalledCodeException());
-JRT_END
-
 JRT_ENTRY(void, SharedRuntime::throw_ArithmeticException(JavaThread* thread))
   throw_and_post_jvmti_exception(thread, vmSymbols::java_lang_ArithmeticException(), "/ by zero");
 JRT_END