diff src/share/vm/interpreter/interpreterRuntime.cpp @ 10479:40b8c383bc31

Throw InvalidInstalledCodeException directly in the stubs.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 23 Jun 2013 15:49:01 +0200
parents 836a62f43af9
children 3cce976666d9
line wrap: on
line diff
--- a/src/share/vm/interpreter/interpreterRuntime.cpp	Sun Jun 23 15:27:39 2013 +0200
+++ b/src/share/vm/interpreter/interpreterRuntime.cpp	Sun Jun 23 15:49:01 2013 +0200
@@ -501,6 +501,10 @@
 IRT_END
 
 
+IRT_ENTRY(void, InterpreterRuntime::throw_InvalidInstalledCodeException(JavaThread* thread))
+  THROW(vmSymbols::com_oracle_graal_api_code_InvalidInstalledCodeException());
+IRT_END
+
 //------------------------------------------------------------------------------------------------------------------------
 // Fields
 //