Changeset: b057c9fbbf47
Author:alanb
Date: 2017-01-23 17:59 +
URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/b057c9fbbf47
Improve javadoc for getResourceAsStream
! src/java.base/share/classes/java/lang/Class.java
! src/java.base/share/classes/java/lang/reflect/Module.java
Nicolai,
I don't think this proposal is a good way to go. If nothing else, it would
require all the module-specific output directories to be created ahead
of time, so that javac can determine which ones to use, which would
require additional setup commands to be executed after a "make clean"
or i
On 21/01/17 02:32, Mandy Chung wrote:
Updated webrev to put the temporary file in the same containing directory of
the target file:
http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8173096/webrev.01
Looks fine. Trivially, the test can now drop "-Djava.io.tmpdir=." .
-Chris.
I want to fix
Changeset: a939a03937a9
Author:alanb
Date: 2017-01-23 08:11 +
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/a939a03937a9
tools/javac/NoStringToLower.java failing
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/ModuleInfoBuilder.java