How to Install and Uninstall openjdk-8-jre-dcevm Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "openjdk-8-jre-dcevm" package

This guide covers the steps necessary to install openjdk-8-jre-dcevm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install openjdk-8-jre-dcevm

2. Uninstall "openjdk-8-jre-dcevm" package

Learn how to uninstall openjdk-8-jre-dcevm on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove openjdk-8-jre-dcevm $ sudo apt autoclean && sudo apt autoremove

3. Information about the openjdk-8-jre-dcevm package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: openjdk-8-jre-dcevm
Priority: optional
Section: universe/java
Installed-Size: 13457
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: amd64
Version: 8u74-1
Depends: openjdk-8-jre-headless, libc6 (>= 2.14)
Filename: pool/universe/o/openjdk-8-jre-dcevm/openjdk-8-jre-dcevm_8u74-1_amd64.deb
Size: 3427886
MD5sum: c141cc54266ef2d96eec4aa21de60583
SHA1: 8e465eadef137bb3c28866427c2e2eb29d85e4a2
SHA256: 60c241f9c43b0e4613196bb560618be0dae4e8511abed1ecedb740e640a2b9c1
Description-en: 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.
Description-md5: 9db6e32f66865e8fa9053cbb586c9720
Multi-Arch: same
Homepage: https://github.com/dcevm/dcevm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions