OpenJDK / portola / portola
changeset 52890:4fd8872aebb4
8214915: CtwRunner misses export for jdk.internal.access
Reviewed-by: kvn
author | iignatyev |
---|---|
date | Wed, 05 Dec 2018 20:59:55 -0800 |
parents | fa3534ce82a1 |
children | 24ca55b8deed |
files | test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java Thu Dec 06 10:05:29 2018 +0800 +++ b/test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java Wed Dec 05 20:59:55 2018 -0800 @@ -272,6 +272,7 @@ "--add-exports", "java.base/jdk.internal.jimage=ALL-UNNAMED", "--add-exports", "java.base/jdk.internal.misc=ALL-UNNAMED", "--add-exports", "java.base/jdk.internal.reflect=ALL-UNNAMED", + "--add-exports", "java.base/jdk.internal.access=ALL-UNNAMED", // enable diagnostic logging "-XX:+LogCompilation", // use phase specific log, hs_err and ciReplay files