hotspot/src/share/vm/prims/jvm.cpp
changeset 43929 9a572e758c9b
parent 43466 add500644443
child 44203 d2d435372329
child 45628 ea212c4584d7
--- a/hotspot/src/share/vm/prims/jvm.cpp	Thu Feb 16 17:12:58 2017 +0000
+++ b/hotspot/src/share/vm/prims/jvm.cpp	Tue Feb 21 02:27:01 2017 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -684,7 +684,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);
     }
   }