preserve all methods in avian.OpenJDK from removal in openjdk.pro

OpenJDK.getDeclaringClass is called from JVM_GetDeclaringClass, so we
need to tell ProGuard to preserve it along with the other method we
had already included.
This commit is contained in:
Joel Dice 2012-10-16 08:33:35 -06:00
parent 3665753d1f
commit be12db20cb

View File

@ -42,7 +42,7 @@
}
-keep class avian.OpenJDK {
public static java.security.ProtectionDomain getProtectionDomain();
<methods>;
}
-keepclassmembers public class java.security.PrivilegedAction {