On 19/07/2017 10:43, Felix Yang wrote:
Hi all,
please review a patch to skip parts of testing with exploded builds.
Bug:
https://bugs.openjdk.java.net/browse/JDK-8184904
Webrev:
http://cr.openjdk.java.net/~xiaofeya/8184904/webrev.00/
The check for the image type should be independent of the allow/deny
parameter. Alternatively, and as jrtfs does support exploded builds, is
to use a different policy file when on an exploded build.
Also checking for an image doesn't only need to check for
${java.home}/lib/modules.
-Alan