Documentation Contents

Java Virtual Machine Enhancements in Java SE 8

The follow pages introduce some of the larger changes relating to the Java Virtual Machine introduced in the Java SE 8 and JDK 8 release:

Release 8u20

The Java HotSpot Virtual Machine Garbage Collection Tuning Guide has been added, which describes the garbage collectors included with the Java HotSpot VM and helps you decide which garbage collector can best optimize the performance of your application, especially if it handles large amounts of data (multiple gigabytes), has many threads, and has high transaction rates.

Release 8

Area: Specification / vm and HotSpot
Standard/Platform: Java SE 8
Synopsis: The verification of invokespecial instructions has been tightened so that only an instance initialization method in the current class or its direct superclass may be invoked.
RFE: 7160765


Oracle and/or its affiliates Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.
Contact Us