XMLWordPrintable

    • Icon: Story Story
    • Resolution: Won't Do
    • Icon: High High
    • None
    • None

       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)
      
      

            obrienlabs obrienlabs
            michaelobrien michaelobrien
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: