Releases: TravaOpenJDK/trava-jdk-11-dcevm
Releases · TravaOpenJDK/trava-jdk-11-dcevm
Release list
Dcevm-11.0.8+1 (2020-07-27)
dcevm-11.0.8+1 dcevm-11.0.8+1
Dcevm-11.0.7+4 (2020-06-27)
News
- Use
-XX:+UseHotswapDeoptExclusionto enable hotswap optimization keepingjava.*andjdk.*native code in code cache. It improves JVM performance after redefinition.
Dcevm-11.0.7+3 (2020-06-17)
News
- fix dcevm crashes with
-XX:+UseG1GC(bug in native methods registration)
Dcevm-11.0.7+2 (2020-06-14)
News
- Support G1 GC. Although Serial GC is still the default, G1 could be activated using
-XX:+UseG1GCnow. - Bundled with new HotswapAgent 1.4.1
Dcevm-11.0.7+1 (2020-05-22)
News
- skip GC runs for redefinitions without instance size change
- better support for lambda class redefinition
- fix access to com.sun.beans.util (HotswapAgent patch)
Dcevm-11.0.6+1 (2020-04-12)
News
- fixed direct method handles, improve massive hotswap performance
- fixed problem with repeated redefinition of inner(hosted) anonymous class
- dcevm 11.0.6, with optimization for huge redefinition (hope it will be stable)
Dcevm-11.0.5+5 (2020-01-26)
News
- Update HotswapAgent to v.1.4.0
- HotswapAgent with MyBatis plugin. Open java.io module for HotswapAgent
Dcevm-11.0.5+4 (2019-12-04)
News
- 4.12.2019 - new HotswapAgent with fixed Deltaspike 1.9 repositories
- 28.11.2019 - open ClassInfo.CACHE for HotswapAgent. Fixes issues with bean resolving (EL etc)
Dcevm-11.0.5+3 (2019-11-21)
News
- 21.11.2019 - fix static final initializer - allow new static final fields also in Java11
Dcevm-11.0.5+2 (2019-11-20)
News
- 19.11.2019
- attempt to fix #17
Crash during hotswap - Klass::java_mirror() - allow acess to
java.lang.IntrospectorWeakCacheusing--add-open java.desktop/com.sun.beans=ALL-UNNAMED
- attempt to fix #17