hotspot/src/share/vm/prims/jvm.cpp
changeset 40102 23ff468d69b4
parent 40010 e32d5e545789
child 40655 9f644073d3a0
--- a/hotspot/src/share/vm/prims/jvm.cpp	Mon Aug 01 15:38:58 2016 +0300
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Mon Aug 01 16:28:23 2016 -0400
@@ -680,7 +680,7 @@
       // This can safepoint and redefine method, so need both new_obj and method
       // in a handle, for two different reasons.  new_obj can move, method can be
       // deleted if nothing is using it on the stack.
-      m->method_holder()->add_member_name(new_obj(), false);
+      m->method_holder()->add_member_name(new_obj());
     }
   }