On 12/12/2014 18:25, Mandy Chung wrote:
Webrev:
http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8067360/webrev.00/
This patch adds back the verify-modules target to the dependences of
the images target that got dropped in the merge and hides a bug in
jdeps -Xverify:access.
Erik - I notice make/Javadoc.gmk that sets -bootclasspath
$(JDK_OUTPUTDIR)/classes that does not exist. I include a patch to
make/Javadoc.gmk in the webrev. Do you prefer to separate it and file
a new bug for it?
The fix to jdeps and the re-enabling of verify-modules looks good to me.
I'll leave it to Erik and the build folks to comment on the removing of
-bootclasspath, it might be clearer to track that separately.
-Alan