Looks good, except for the indentation of the value for $1_COMPONENT.
It's really a shame that you can't add comments inside the big blocks of
functional logic. It sure would help in understanding what each sub
block was trying to achieve.
/Erik
On 2017-11-23 06:20, Magnus Ihse Bursie wrote:
The test selection and component calculation for jtreg tests have been
broken since the consolidated and restructured forest.
This fix will restore component calculation (which solves issues with
incorrect component-specific settings, such as nativepath). It also
allows for a more flexible test selection mechanism, better suited to
the new test structure, while at the same time cleaning up at least a
bit of the almost incomprehensible make function.
Bug: https://bugs.openjdk.java.net/browse/JDK-8191820
WebRev:
http://cr.openjdk.java.net/~ihse/JDK-8191820-fix-jtreg-test-selection/webrev.01
/Magnus