DesignForJDK9
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(New page: Looks like Jigsaw - e.g. JDK9 is unstoppable. The release will happen soon and projects are slowly starting to it. This applies to Graal compiler I am working on too. We wa...)
Next diff →
Revision as of 09:21, 11 August 2017
Looks like Jigsaw - e.g. JDK9 is unstoppable. The release will happen soon and projects are slowly starting to it. This applies to Graal compiler I am working on too. We want and need it to run on JDK9 and be good modular citizen. Last week I got a simple, but very important question:
Does Graal run on java.base only JDK9?
Simple question with many consequences and outcome that may be interesting for everyone who wants to port their application to JDK9 and/or make it run on slimmed down version of the JDK.
TBD.