RFR(S) : 8148012 : get rid of slash-dot-dot in @library directives

Chris Plummer chris.plummer at oracle.com
Tue Jan 26 07:19:14 UTC 2016


On 1/25/16 11:36 AM, Igor Ignatyev wrote:
> http://cr.openjdk.java.net/~iignatyev/8148012/webrev.00/
>> 31 lines changed: 0 ins; 0 del; 31 mod;
> Having ‘external.lib.roots=/../../' in TEST.ROOT made it possible not to use ‘/..’ in tests, the latest change in JTreg(https://bugs.openjdk.java.net/browse/CODETOOLS-7901585) made it illegal to have references to directories outside a test suite, so it’s required to fix all such entries for switching to the next jtreg version. the fix basically replaces all '/../../test/lib’ w/ ‘/test/lib’ in @library directives.
>
> testing: run the affected tests
> jbs: https://bugs.openjdk.java.net/browse/JDK-8148012
>
> Thanks,
> Igor
Hi Igor,

Your changes look fine. However, your webrev for some reason is listing 
a few extra revisions and CRs. I'm not sure what's going on with that. 
(I'm not a "R"eviewer).

cheers,

Chris



More information about the hotspot-dev mailing list