changeset 32268 | 9fe7ee60d49d |
parent 25859 | 3317bb8137f4 |
child 37363 | 329dba26ffd2 |
--- a/jdk/src/java.base/share/classes/java/lang/reflect/ReflectAccess.java Wed Jul 08 23:26:48 2015 -0700 +++ b/jdk/src/java.base/share/classes/java/lang/reflect/ReflectAccess.java Mon Aug 24 11:00:12 2015 +0200 @@ -139,6 +139,9 @@ public Method copyMethod(Method arg) { return arg.copy(); } + public Method leafCopyMethod(Method arg) { + return arg.leafCopy(); + } public Field copyField(Field arg) { return arg.copy();