mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
preserve ClassLoader.loadClass from obfuscation/shrinking
This method is called by name in the VM.
This commit is contained in:
parent
b4941cddbe
commit
475b286c7f
6
vm.pro
6
vm.pro
@ -116,3 +116,9 @@
|
|||||||
-keepclassmembers class java.lang.Object {
|
-keepclassmembers class java.lang.Object {
|
||||||
protected java.lang.Object clone();
|
protected java.lang.Object clone();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# called by name in the VM:
|
||||||
|
|
||||||
|
-keepclassmembers class java.lang.ClassLoader {
|
||||||
|
public java.lang.Class loadClass(java.lang.String);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user