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

Igor Ignatyev igor.ignatyev at oracle.com
Mon Jan 25 19:36:48 UTC 2016


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-dev mailing list