changeset 2231:49d8bea3c3c8

Implement invokestatic also
author Gary Benson <gbenson@redhat.com>
date Thu, 17 Feb 2011 10:08:24 +0000
parents 16b88e57d90b
children 881a0e4117fa
files src/cpu/zero/vm/cppInterpreter_zero.cpp
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/zero/vm/cppInterpreter_zero.cpp	Wed Feb 16 16:28:28 2011 +0000
+++ b/src/cpu/zero/vm/cppInterpreter_zero.cpp	Thu Feb 17 10:08:24 2011 +0000
@@ -665,8 +665,7 @@
         }
       }
       // fall through
-
-    //case MethodHandles::_invokestatic_mh:
+    case MethodHandles::_invokestatic_mh:
       {
         method = (methodOop) java_dyn_MethodHandle::vmtarget(method_handle);
         address entry_point = method->from_interpreted_entry();