RFR(S) : 8148012 : get rid of slash-dot-dot in @library directives
Dmitry Fazunenko
dmitry.fazunenko at oracle.com
Tue Jan 26 12:02:29 UTC 2016
Hi Igor,
the GC part of fix looks good!
Thank you for caring of GC tests
-- Dima
On 25.01.2016 22:36, 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
More information about the hotspot-compiler-dev
mailing list