Visit Azul.com Support

15.09.0.0

Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

15.09.0.0

Release date: October 16, 2015

This release corresponds to the following OpenJDK versions:

Major Version OpenJDK Version

8

11

13

15

What’s New

Resolved Issues

Issue ID Description

Known Issues

Issue ID Description

6318

When using reserve-at-launch, you may see an exception such as "MemoryUsage ERROR: initialReserved 0 size -4738568192 used -4736471040" in Zing MXBean calls that use MemoryUsage objects for System Linux Memory. As of ZVM 16.01.0.0, the probability of seeing this error has been reduced. If the error is seen, it can safely be ignored.

5348

WebSphere fails to launch when using -XX:+UseZingMXBeans. Workaround: Set the following by using server.xml or WAS admin console (note the empty value for the system property):

genericJvmArguments="-XX:+UseZingMXBeans -Djavax.management.builder.initial= "

3958

JBoss7 throws an exception on startup with -XX:+UseZingMXBeans flag. Workaround: Add the following lines to the standalone.conf file:

JAVA_OPTS="$JAVA_OPTS -Djava.util.logging.manager=org.jboss.logmanager.LogManager"

JAVA_OPTS="$JAVA_OPTS -Xbootclasspath/p:../modules/org/jboss/logmanager/main/jboss-logmanager-1.2.0.GA.jar:../modules/org/jboss/logmanager/log4j/main/jboss-logmanager-log4j-1.0.0.GA.jar:../modules/org/apache/log4j/main/log4j-1.2.16.jar"