Source: openjdk-11-jre-dcevm Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg Build-Depends: debhelper-compat (= 13), libasound2-dev, libcups2-dev, libfontconfig1-dev, libx11-dev, libxext-dev, libxrandr-dev, libxrender-dev, libxt-dev, libxtst-dev, openjdk-11-jdk, unzip, zip Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/java-team/openjdk-11-jre-dcevm.git Vcs-Browser: https://salsa.debian.org/java-team/openjdk-11-jre-dcevm Homepage: https://github.com/HotswapProjects/openjdk-jdk11u-dcevm Rules-Requires-Root: no Package: openjdk-11-jre-dcevm Architecture: amd64 i386 Multi-Arch: same Depends: openjdk-11-jre-headless, ${shlibs:Depends}, ${misc:Depends} Description: Alternative VM for OpenJDK 11 with enhanced class redefinition The Dynamic Code Evolution Virtual Machine (DCE VM) is a modification of the Java HotSpot VM that allows unlimited redefinition of loaded classes at runtime. The current hotswapping mechanism of the HotSpot VM allows only changing method bodies. This enhanced VM allows adding and removing fields and methods as well as changes to the super types of a class. . This alternative VM is enabled by adding the -dcevm option when invoking the java command.