Live data from Hacker News

Java 9 Released

oracle.com

1–10 of 21 posts

Re: Java 9 Released

#2
With Java 9, Java finally supports HiDPI on Linux and Windows. MacOS has had HiDPI support since Java 7u40. On Linux it also adds GTK support.

Re: Java 9 Released

#4
post #3

Installer 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

#5
post #4
post #3

Installer 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.

Looks like they just gave themselves quite a bit of time for testing. http://mail.openjdk.java.net/pipermail/announce/2017-Septemb...

Re: Java 9 Released

#6
Android 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

#8
post #6

Android 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"...?

They've changed the version string⁰ format. Existing software needs to be updated to parse the new format.

⓪ - http://openjdk.java.net/jeps/223

Re: Java 9 Released

#9
Will JVM ever play with the browser again? https://twitter.com/globalmaxima/status/908089963752808448

It 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

#10
post #7

I 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

It is work in progress, the Java 10 dev branch already has much better support, including macOS and Windows, according to the Java Languages Summit 2017 talks.

In any case, the other JDK vendors with AOT support are still around.

Post reply on HN