20181210 - update for docker mitigation
https://blog.docker.com/2018/04/improved-docker-container-integration-with-java-10/
The 9.0.1 _11 version is out
Preliminary tests on my systems show a 25% increase (over 1.8.0_151) in performance (in memory math) from single to full (64+ thread saturation of 8 vCores - via forkjoin pool streaming) parallel throughput. This is for Java 8 bytecode.
Java 9 bytecode pending
http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html
Verify release notes - especially the TLS changes
http://www.oracle.com/technetwork/java/javase/9-0-1-relnotes-3883752.html
Need a workaround for JAXB movement
Tomcat 8.5 will not resolve the library when running on JDK 9
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.ValidationException
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1291)
http://mail.openjdk.java.net/pipermail/jdk9-dev/2016-May/004309.html
add-apt-repository ppa:webupd8team/java apt update; apt install oracle-java9-installer root@oskub0:~# java -version java version "9.0.1" Java(TM) SE Runtime Environment (build 9.0.1+11) Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)
- blocks
-
LOG-128 Investigate new JEP-158/271 unified logging in JDK 9-11
- Closed
-
LOG-707 Logging El-Alto (moved from) Dublin Scope
- Closed
- relates to
-
LOG-115 Logging RI - SLF4J
- Closed
-
LOG-118 Add Logging Reference Impl example and AOP wrapper on Logging library
- Closed
-
CIMAN-146 Make JDK 9 available
- Done
-
LOG-1181 Assess Java 11 status
- Closed
- links to