hotspot/src/share/vm/prims/jvm.cpp
changeset 39289 a17f754703e5
parent 38303 1d0016127806
child 40010 e32d5e545789
--- a/hotspot/src/share/vm/prims/jvm.cpp	Wed Jun 15 12:44:20 2016 +0200
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Wed Jun 15 09:48:24 2016 -0400
@@ -695,7 +695,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());
+      m->method_holder()->add_member_name(new_obj(), false);
     }
   }