diff options
Diffstat (limited to 'java/openjdk6/files/icedtea/security/20130618/8008611-6_fixup.patch')
-rw-r--r-- | java/openjdk6/files/icedtea/security/20130618/8008611-6_fixup.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/java/openjdk6/files/icedtea/security/20130618/8008611-6_fixup.patch b/java/openjdk6/files/icedtea/security/20130618/8008611-6_fixup.patch deleted file mode 100644 index 675a8a049bbf..000000000000 --- a/java/openjdk6/files/icedtea/security/20130618/8008611-6_fixup.patch +++ /dev/null @@ -1,20 +0,0 @@ -# HG changeset patch -# User andrew -# Date 1371827429 18000 -# Node ID 059ac6834c32c540ad86b99c0e5339554398def2 -# Parent ae1f55ff0e864d754b3dd7f2ad86fd93062e9744 -Fix up 8008611 - -diff --git a/src/share/classes/com/sun/jmx/mbeanserver/Introspector.java b/src/share/classes/com/sun/jmx/mbeanserver/Introspector.java ---- jdk/src/share/classes/com/sun/jmx/mbeanserver/Introspector.java -+++ jdk/src/share/classes/com/sun/jmx/mbeanserver/Introspector.java -@@ -44,6 +44,9 @@ - - import com.sun.jmx.mbeanserver.Util; - -+import sun.reflect.misc.MethodUtil; -+import sun.reflect.misc.ReflectUtil; -+ - /** - * This class contains the methods for performing all the tests needed to verify - * that a class represents a JMX compliant MBean. |