On 16/02/2016 03:31, Tim Du wrote:
Hi All:
Please help to review the fix for Jigsaw test bug.Thanks.
Bug: https://bugs.openjdk.java.net/browse/JDK-8134487
Webrev: http://cr.openjdk.java.net/~tidu/8134487/webrev.01/
The test to access non-public class.To workaround the issue , I create
the test wrapper to compile test class into the named module with
-Xmodule ,-Xpath options and then execute the test with -Xpath ,-m
options.
It's not clear to me why these tests need wrappers. I see in the bug
that you've tried @compile/module=java.base but you run into problems
running the tests. Can you say more about this?
-Alan