From be12db20cb50db7a21fd5484098fe372ad482908 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 16 Oct 2012 08:33:35 -0600 Subject: [PATCH] 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. --- openjdk.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openjdk.pro b/openjdk.pro index 165a6067af..d0b8de812f 100644 --- a/openjdk.pro +++ b/openjdk.pro @@ -42,7 +42,7 @@ } -keep class avian.OpenJDK { - public static java.security.ProtectionDomain getProtectionDomain(); + ; } -keepclassmembers public class java.security.PrivilegedAction {