Re: 8185853: Generate readability graph at link time and other startup improvements

2017-08-06 Thread Alan Bateman
On 06/08/2017 01:37, mandy chung wrote: It is good to see more optimization be done at link time that improves the startup. jdk/internal/loader/ClassLoaders.java 79 if (cp.length() == 0) cp = null; Our launcher and hotspot VM always set "java.class.path" system property and so it'll be

Re: 8185853: Generate readability graph at link time and other startup improvements

2017-08-05 Thread mandy chung
On 8/4/17 8:48 AM, Alan Bateman wrote: This is a patch for jdk10/jdk10 to claw back some of the regression to startup performance in JDK 9 for very short lived applications. The bulk of the changes are to the "system modules" jlink plugin and the related code in the module system

8185853: Generate readability graph at link time and other startup improvements

2017-08-04 Thread Alan Bateman
This is a patch for jdk10/jdk10 to claw back some of the regression to startup performance in JDK 9 for very short lived applications. The bulk of the changes are to the "system modules" jlink plugin and the related code in the module system initialization. Specifically, the plugin now