mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
preserve Thread.run(Thread) from elimination by ProGuard
This commit is contained in:
parent
ad0592df6f
commit
c5deeb2cda
4
vm.pro
4
vm.pro
@ -73,7 +73,9 @@
|
|||||||
|
|
||||||
# Thread.run is called by name in the VM
|
# Thread.run is called by name in the VM
|
||||||
|
|
||||||
-keepclassmembernames class java.lang.Thread { void run(); }
|
-keepclassmembers class java.lang.Thread {
|
||||||
|
private static void run(java.lang.Thread);
|
||||||
|
}
|
||||||
|
|
||||||
# when continuations are enabled, the VM may call these methods by name:
|
# when continuations are enabled, the VM may call these methods by name:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user