File: control

package info (click to toggle)
openjdk-11-jre-dcevm 11.0.15%2B1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 221,420 kB
  • sloc: java: 1,363,561; cpp: 967,919; ansic: 69,480; xml: 62,475; sh: 8,106; asm: 3,475; python: 1,667; javascript: 943; makefile: 397; sed: 172; perl: 114
file content (38 lines) | stat: -rw-r--r-- 1,334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: openjdk-11-jre-dcevm
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
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.6.0.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.