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

Changelog

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

  * New upstream release

 -- Emmanuel Bourg <email address hidden>  Mon, 21 Mar 2016 00:17:26 +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
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
openjdk-8-jre-dcevm_8u74-1.dsc 2.0 KiB dfb85462049b62a0ce39d4465d03ffa2fbd236b6b99dc35b8fb213748e2d570f
openjdk-8-jre-dcevm_8u74.orig.tar.gz 9.6 MiB 63d7f2a230623e82def92c9bdec36d02b82a0f7d29648bdafa92d9cb645df53e
openjdk-8-jre-dcevm_8u74-1.debian.tar.xz 45.3 KiB 68bba2e95ab8f843791acaf6ff15579db9007c20ffb14f4aef0812201f5cb069

Available diffs

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.