Skip to content

Dcevm-11.0.10+6 (2021-03-25)

Compare
Choose a tag to compare
@skybber skybber released this 24 Mar 22:20

News

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.