JDK-8133245 : Use external.lib.roots instead of relative paths for @library
  • Type: Task
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2015-08-10
  • Updated: 2016-01-26
  • Resolved: 2016-01-26
Related Reports
Duplicate :  
Description
@library entries like these:

 @library /../../test/lib

which refer to classes in the top-level repo, can be changed to 

  * @library /test/lib

if external.lib.roots in TEST.ROOT is set to point to ../../
Comments
This is a new feature in jtreg 4.1b12
10-08-2015