mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
preserve ThreadGroup.threadTerminated in openjdk.pro
We call this cleanup method from within the VM for every thread, so we need to preserve it.
This commit is contained in:
parent
66bd7e0814
commit
7ec7fe7e4d
@ -9,6 +9,10 @@
|
|||||||
public void run();
|
public void run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-keepclassmembers class java.lang.ThreadGroup {
|
||||||
|
void threadTerminated(java.lang.Thread);
|
||||||
|
}
|
||||||
|
|
||||||
-keep class java.lang.System {
|
-keep class java.lang.System {
|
||||||
private static void initializeSystemClass();
|
private static void initializeSystemClass();
|
||||||
public static void setProperties(java.util.Properties);
|
public static void setProperties(java.util.Properties);
|
||||||
|
Loading…
Reference in New Issue
Block a user