diff --git a/openjdk.pro b/openjdk.pro index 3ffce4f58f..69b4646090 100644 --- a/openjdk.pro +++ b/openjdk.pro @@ -14,6 +14,10 @@ public static void setProperties(java.util.Properties); } +-keep class sun.misc.Launcher { + public static sun.misc.Launcher getLauncher(); + } + -keep class java.lang.ClassLoader { private static java.lang.ClassLoader scl; private static boolean sclSet; @@ -281,4 +285,4 @@ -keepclassmembers class java.util.concurrent.SynchronousQueue$TransferStack$SNode { *** match; *** next; -} \ No newline at end of file +}