# HG changeset patch # User jlahoda # Date 1492601934 -7200 # Node ID 086c71b7b1ddbad118a963e51dcfe330aa562c69 # Parent 4345641338a30d1cb60824dbea9308d9d537da1f 8178012: Finish removal of -Xmodule: Summary: Setting jtreg to use --patch-module instead of -Xmodule:. Reviewed-by: alanb diff -r 4345641338a3 -r 086c71b7b1dd nashorn/test/TEST.ROOT --- a/nashorn/test/TEST.ROOT Wed Apr 19 15:34:49 2017 +0530 +++ b/nashorn/test/TEST.ROOT Wed Apr 19 13:38:54 2017 +0200 @@ -12,3 +12,6 @@ # Use new module options useNewOptions=true + +# Use --patch-module instead of -Xmodule: +useNewPatchModule=true