hotspot/src/share/vm/prims/nativeLookup.cpp
changeset 17381 a53ac5bf4850
parent 15482 470d0b0c09f1
child 20381 ed1047a3ac21
child 22827 07d991d45a51
--- a/hotspot/src/share/vm/prims/nativeLookup.cpp	Fri May 03 15:35:30 2013 -0700
+++ b/hotspot/src/share/vm/prims/nativeLookup.cpp	Mon May 06 13:53:13 2013 -0700
@@ -383,10 +383,7 @@
 
 address NativeLookup::lookup(methodHandle method, bool& in_base_library, TRAPS) {
   if (!method->has_native_function()) {
-    address entry =
-        method->intrinsic_id() == vmIntrinsics::_invokeGeneric ?
-            SharedRuntime::native_method_throw_unsupported_operation_exception_entry() :
-            lookup_base(method, in_base_library, CHECK_NULL);
+    address entry = lookup_base(method, in_base_library, CHECK_NULL);
     method->set_native_function(entry,
       Method::native_bind_event_is_interesting);
     // -verbose:jni printing