8236997: tools/javac tests fail with --illegal-access=deny

Correctly exporting packages to tests.

Reviewed-by: jlahoda
This commit is contained in:
Adam Sotona 2020-01-28 09:13:27 +01:00 committed by Jan Lahoda
parent a89b838d91
commit f2013ac247
28 changed files with 31 additions and 97 deletions

View file

@ -29,10 +29,7 @@
* temporarily workaround combo tests are causing time out in several platforms
* @library /tools/javac/lib
* @modules jdk.compiler/com.sun.tools.javac.api
* jdk.compiler/com.sun.tools.javac.code
* jdk.compiler/com.sun.tools.javac.comp
* jdk.compiler/com.sun.tools.javac.main
* jdk.compiler/com.sun.tools.javac.tree
* jdk.compiler/com.sun.tools.javac.file
* jdk.compiler/com.sun.tools.javac.util
* @build combo.ComboTestHelper