Java fails to start when classes.tar is not loaded via the vfs tar plugin
Duss Pirmin
pirmin.duss at gapfruit.com
Wed Nov 20 17:33:12 CET 2019
Hello Genodians
I'm tying to optimize the startup time of a java application (ARM
board), as starting the JVM takes several seconds on our board.
To do this, I tried to move the classes.tar in to a separate vfs
component [1]. This crashes the JVM with the following error message:
[init -> java] Error occurred during initialization of VM
[init -> java] java.lang.NoClassDefFoundError:
java/util/concurrent/ConcurrentHashMap
[init -> java] at
java.lang.WeakPairMap.<init>(java.base/WeakPairMap.java:47)
[init -> java] at java.lang.Module.<clinit>(java.base/Module.java:267)
Can anyone tell me, why this happens?
Is there a way to fix this?
[1]
https://github.com/trimpim/genode-world/commit/3ec7d915e20576a786a3e89decb494a7dc2c275f
Best regards,
Primin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.genode.org/pipermail/users/attachments/20191120/30e2600c/attachment.sig>
More information about the users
mailing list