diff src/share/vm/interpreter/interpreterRuntime.hpp @ 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 aeaca88565e6
children 3cce976666d9
line wrap: on
line diff
--- a/src/share/vm/interpreter/interpreterRuntime.hpp	Sun Jun 23 15:27:39 2013 +0200
+++ b/src/share/vm/interpreter/interpreterRuntime.hpp	Sun Jun 23 15:49:01 2013 +0200
@@ -89,6 +89,7 @@
   // Exceptions thrown by the interpreter
   static void    throw_AbstractMethodError(JavaThread* thread);
   static void    throw_IncompatibleClassChangeError(JavaThread* thread);
+  static void    throw_InvalidInstalledCodeException(JavaThread* thread);
   static void    throw_StackOverflowError(JavaThread* thread);
   static void    throw_ArrayIndexOutOfBoundsException(JavaThread* thread, char* name, jint index);
   static void    throw_ClassCastException(JavaThread* thread, oopDesc* obj);