mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
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:
parent
3665753d1f
commit
be12db20cb
@ -42,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
-keep class avian.OpenJDK {
|
-keep class avian.OpenJDK {
|
||||||
public static java.security.ProtectionDomain getProtectionDomain();
|
<methods>;
|
||||||
}
|
}
|
||||||
|
|
||||||
-keepclassmembers public class java.security.PrivilegedAction {
|
-keepclassmembers public class java.security.PrivilegedAction {
|
||||||
|
Loading…
Reference in New Issue
Block a user