No way to access sun.* in a regression test?
Alan Bateman
Alan.Bateman at oracle.com
Thu Jan 29 14:59:14 UTC 2015
On 29/01/2015 14:32, Weijun Wang wrote:
> We have a lot of tests accessing internal classes inside sun.*. Is
> there still a way to do that?
There is a requirement listed for that:
http://openjdk.java.net/projects/jigsaw/goals-reqs/03#preserve-testability
In preparation, code-tools/jtreg tip has a @modules tag that will in
time provide a way to declare what the test needs. This is to allow work
on the tests to move ahead in jdk9/dev.
-Alan
More information about the jigsaw-dev
mailing list