Java 9 Released
oracle.com
Java 9 Released
1–10 of 21 posts
Re: Java 9 Released
#2Re: Java 9 Released
#3Re: Java 9 Released
#4Installer is digitally signed August 3rd, why such a long delay until release?
Re: Java 9 Released
#5Installer is digitally signed August 3rd, why such a long delay until release?
Speculating here, but perhaps they had planned some additional testing and wanted to have plenty of time to fix bugs.
Re: Java 9 Released
#6Re: Java 9 Released
#7Re: Java 9 Released
#8Android Studio 2.3 and the corresponding gradle versions embedded in android projects throw a hissy-fit on this java version. Android studio refuses to select the jdk9 directory (says "Please use JDK 8 or newer"), and gradlew quickly fails with "Parsing the SDK, no caching allowed, Failed to notify project evaluation listener, javax/xml/bind/annotation/XmlSchema"...?
Re: Java 9 Released
#9It would be great if Oracle licensed & worked to get bytecode into chromium and Microsoft did likewise with cil. It will take wasm 10 years to mature anywhere near those two. It'd be nice to not have to wait.
Re: Java 9 Released
#10I was pretty excited about AOT compilation⁰, but it seems it doesn't support dynamically generated classes and bytecode i.e.: lambdas and invokedynamic. ⓪ - http://openjdk.java.net/jeps/295
In any case, the other JDK vendors with AOT support are still around.