hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 5420 586d3988e72b
parent 5419 f2e8cc8c12ea
child 5686 5435e77aa3df
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Fri Apr 30 08:37:24 2010 -0700
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Sat May 01 02:42:18 2010 -0700
@@ -1557,7 +1557,7 @@
     methodOop actual_method = MethodHandles::decode_method(actual,
                                                           kignore, fignore);
     if (actual_method != NULL) {
-      if (actual_method->name() == vmSymbols::invoke_name())
+      if (methodOopDesc::is_method_handle_invoke_name(actual_method->name()))
         mhName = "$";
       else
         mhName = actual_method->signature()->as_C_string();