Dcevm-11.0.10+5 (2021-03-20)
Fixes
- fix race condition and crashes with class loading.
Notes
Starting with dcevm-11.0.9 HotswapAgent support is disabled by default. HotswapAgent support in JVM could be enabled in 3 different modes:
-XX:HotswapAgent=fatjar turns on internal fatjar HotswapAgent
-XX:HotswapAgent=core turns on internal core HotswapAgent
-XX:HotswapAgent=external setups HotswapAgent support in JVM and leaves settings of external HotswapAgent on user. User must supply hotswap-agent.jar by additional argument e.g. -javaagent:<path>/hotswap-agent.jar
disabled - default value.