File: README.source

package info (click to toggle)
openjdk-11-jre-dcevm 11.0.12%2B7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 221,052 kB
  • sloc: java: 1,360,115; cpp: 832,709; ansic: 209,376; xml: 62,473; sh: 8,122; asm: 3,279; python: 1,661; javascript: 942; makefile: 382; sed: 172; perl: 114
file content (13 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Dynamic Code Evolution VM
-------------------------

The Dynamic Code Evolution virtual machine is a modification of the HotSpot VM
that enhance the class redefinition at runtime. The source consists in the HotSpot
code (available at http://hg.openjdk.java.net/jdk-updates/jdk11u/, this code
is also used in the openjdk-11 package) and a patch originally developed at
http://ssw.jku.at/dcevm/ by Thomas Wurthinger and now maintained on GitHub
by Ivan Dubrov (https://github.com/HotswapProjects/openjdk-jdk11u-dcevm).

DCEVM is packaged as an alternative VM for the openjdk-11-jre package. The VM is
enabled by appending 'dcevm KNOWN' to /etc/java-11-openjdk/jvm-*.cfg and then
using the -dcevm option when invoking the java command.