RFR 8184904/10, jdk/internal/jrtfs/WithSecurityManager fails with exploded builds

Alan Bateman Alan.Bateman at oracle.com
Wed Jul 19 09:50:04 UTC 2017


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




More information about the core-libs-dev mailing list