RFR 8054465: Add --permit-unidentified-artifact=bar.txt support to sjavac

Andreas Lundblad andreas.lundblad at oracle.com
Fri Aug 8 15:51:02 UTC 2014


On Wed, Aug 06, 2014 at 11:22:36PM +0200, Fredrik Öhrström wrote:
> The --permit-unidentified-artifacts option is too broad for many use cases.
> 
> White-listing is more safe for many use cases, thus
>     --permit-unidentified-artifact=bar.txt
> will allow bar.txt to remain within the destination dir and be ignored by
> sjavac.
> 
> http://cr.openjdk.java.net/~ohrstrom/webrev-8054465-permit/
> 
> https://bugs.openjdk.java.net/browse/JDK-8054465
> 
> //Fredrik

I suggest you add a test that tests the semantics of the option as well (and not just the option decoding).

Other than that it looks good.

-- Andreas


More information about the compiler-dev mailing list