To be clear, I did not intend to change the module-info.java for
jdk.scripting.nashorn.shell in this change. That was only done to test
the new functionality.
/Erik
On 2017-11-16 15:40, Tim Bell wrote:
Erik:
This is a small fix to the module-info.java parsing logic in make to add
support for the "requires static" construct. I also made the current
logic a bit more robust so that it only matches keywords as stand alone
words.
Webrev: http://cr.openjdk.java.net/~erikj/8191420/webrev.01/
Bug: https://bugs.openjdk.java.net/browse/JDK-8191420
Looks good.
/Tim