mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
update vm.pro to reflect new SystemClassLoader location
This commit is contained in:
parent
11e61543a3
commit
d4e977db28
4
vm.pro
4
vm.pro
@ -8,9 +8,9 @@
|
||||
|
||||
# the VM depends on the fixed layout of the following classes:
|
||||
|
||||
-keepclassmembers class avian.SystemClassLoader { !static <fields>; }
|
||||
-keepclassmembers class java.lang.Class { !static <fields>; }
|
||||
-keepclassmembers class java.lang.ClassLoader { !static <fields>; }
|
||||
-keepclassmembers class java.lang.SystemClassLoader { !static <fields>; }
|
||||
-keepclassmembers class java.lang.String { !static <fields>; }
|
||||
-keepclassmembers class java.lang.Thread { !static <fields>; }
|
||||
-keepclassmembers class java.lang.StackTraceElement { !static <fields>; }
|
||||
@ -54,7 +54,7 @@
|
||||
|
||||
# ClassLoader.getSystemClassloader() depends on the existence of this class:
|
||||
|
||||
-keep class java.lang.SystemClassLoader
|
||||
-keep class avian.SystemClassLoader
|
||||
|
||||
# the VM references these classes by name, so protect them from obfuscation:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user