Skip to content

Releases: TravaOpenJDK/trava-jdk-11-dcevm

Dcevm-11.0.8+1 (2020-07-27)

Choose a tag to compare

@skybber skybber released this 25 Jul 17:35
dcevm-11.0.8+1

dcevm-11.0.8+1

Dcevm-11.0.7+4 (2020-06-27)

Choose a tag to compare

@skybber skybber released this 27 Jun 12:20

News

  • Use -XX:+UseHotswapDeoptExclusion to enable hotswap optimization keeping java.* and jdk.* native code in code cache. It improves JVM performance after redefinition.

Dcevm-11.0.7+3 (2020-06-17)

Choose a tag to compare

@skybber skybber released this 17 Jun 18:11

News

  • fix dcevm crashes with -XX:+UseG1GC (bug in native methods registration)

Dcevm-11.0.7+2 (2020-06-14)

Choose a tag to compare

@skybber skybber released this 13 Jun 19:47
79a1ad2

News

  • Support G1 GC. Although Serial GC is still the default, G1 could be activated using -XX:+UseG1GC now.
  • Bundled with new HotswapAgent 1.4.1

Dcevm-11.0.7+1 (2020-05-22)

Choose a tag to compare

@skybber skybber released this 15 May 17:39

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)

Choose a tag to compare

@skybber skybber released this 12 Apr 13:07

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)

Choose a tag to compare

@skybber skybber released this 26 Jan 13:37

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)

Choose a tag to compare

@skybber skybber released this 28 Nov 18:50

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)

Choose a tag to compare

@skybber skybber released this 21 Nov 18:38

News

  • 21.11.2019 - fix static final initializer - allow new static final fields also in Java11

Dcevm-11.0.5+2 (2019-11-20)

Choose a tag to compare

@skybber skybber released this 19 Nov 20:48

News

  • 19.11.2019
    • attempt to fix #17 Crash during hotswap - Klass::java_mirror()
    • allow acess to java.lang.Introspector WeakCache using --add-open java.desktop/com.sun.beans=ALL-UNNAMED