diff src/share/vm/runtime/stubRoutines.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 6b0fd0964b87
children 7848fc12602b
line wrap: on
line diff
--- a/src/share/vm/runtime/stubRoutines.cpp	Wed Apr 02 15:40:59 2014 -0700
+++ b/src/share/vm/runtime/stubRoutines.cpp	Thu Apr 03 17:47:29 2014 +0200
@@ -51,7 +51,6 @@
 address StubRoutines::_forward_exception_entry                  = NULL;
 address StubRoutines::_throw_AbstractMethodError_entry          = NULL;
 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
-address StubRoutines::_throw_InvalidInstalledCodeException_entry = NULL;
 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;
 address StubRoutines::_throw_StackOverflowError_entry           = NULL;
 address StubRoutines::_handler_for_unsafe_access_entry          = NULL;