Java 9 was released yesterday and I was eager to give it a spin through a test suite which happens to be on a Solaris x64 server. However, I cannot figure out how to download Java9 (JRE) for Solaris X64. Here's what it looks like for Java 9:
Here's what it looks like for Java 8:

According to this, Solaris x64 is a supported platform. But according to this, Solaris x64 is no longer a certified platform for Oracle Java. (the equivalent list for Java 8 is here)
I don't understand where this leaves me.
Questions:
- Is Oracle officially dropping support for Solaris x64? Has anything been communicated on this topic?
- I can actually download a perfect copy of Java 9 for Solaris x64 from Oracle's website, just by replacing
sparcv9withx64in the URL. Is that safe to use for production purpose ? Would there be legal issues in using it?
UPDATE Jan 2019
Overview of various JDK distributions in relation to Solaris X64:
Liberica, by BellSoft have support for Solaris X64 (and Solaris SPARC for that matter)
AdoptOpenJDK seem to be dropping support for Solaris. For JDK8 they did in fact support Solaris but only on SPARC, not on Intel (odd choice). For later versions of the JDK there's no Solaris mentioned at all.
Zulu, by Azul seem to focus exclusively on Windows, Mac OSX and Linux, but with a note to contact them if you are interested in Solaris.
Amazon Corretto seem to focus exclusively on Windows, Mac OSX and Linux.
