openjdk-8-jre-dcevm 8u66-1 source package in Ubuntu

Changelog

openjdk-8-jre-dcevm (8u66-1) unstable; urgency=medium

  * Switch to OpenJDK 8:
    - Renamed the package to openjdk-8-jre-dcevm
    - Imported the light-jdk8u66-b17 DCEVM patches (build 5)

 -- Emmanuel Bourg <email address hidden>  Wed, 10 Feb 2016 13:35:34 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
amd64 i386
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
openjdk-8-jre-dcevm_8u66-1.dsc 2.0 KiB 4b7759d463567c49e2874d5837019064a62a82cd89e677b86f9e090afd881d4d
openjdk-8-jre-dcevm_8u66.orig.tar.gz 9.6 MiB f552ab7216d233296f64cb2551f43090b4ff1c0383bec365c910a913e25e61bb
openjdk-8-jre-dcevm_8u66-1.debian.tar.xz 45.3 KiB 632f6db623f36d3d04a749fdceb539ed1b48965fd5fd0109a0e66f5a23cf5149

No changes file available.

Binary packages built by this source

openjdk-8-jre-dcevm: Alternative VM for OpenJDK 8 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.