Just wrapped up HA 2.0.0! Check out the latest release here: https://t.co/y6uMm0Z5D2. It includes enhanced Spring support, new Jakarta integration (OWB, Weld, Deltaspike, Hibernate), Mybatis, Sponge, and tons of other improvements. 🚀 #HotswapAgent#Java#Spring#JakartaEE
@rafaelcodes At least you can get TravaJDK which is maintained fork of DCEVM, and interestingly @intellijidea 2021.1 EAP runtime has the DCEVM patches.
https://t.co/JP7WcL8Pet
@MattiTahvonen There is another motivation. Dcevm should be officially supported by IntelliJ in near future and most likely there will be AdvancedHotswap turned off as well. However it can be enabled not only by -XX:+Adva.. but also using -XX:HotswapAgent=, that very essential option
@MattiTahvonen If advanced hotswap is turned off, then dcevm code is completely separated from standard JDK code and JVM is running only in std OpenJDK code. So the main motivation replacing the system JDK by TravaOpenJDK.
@Foone Strace probably slows all the process down, so then the JSPC works... Otherwise it is inapropriate tool to debug problem that is on HA-Java level, not JVM.