Skip to content

Commit

Permalink
Update playlist for the access check on module
Browse files Browse the repository at this point in the history
The minor change is to export the requested 
Oracle class to unnamed modules.

Fix: #4313

Signed-off-by: CHENGJin <jincheng@ca.ibm.com>
  • Loading branch information
CHENGJin committed Jan 16, 2019
1 parent 91e786a commit 2ab6104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/Java8andUp/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,7 @@
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED $(ADD_EXPORTS_JDK_INTERNAL_REFLECT) \
--add-exports java.base/com.ibm.jit.crypto=ALL-UNNAMED \
--add-exports java.base/com.ibm.oti.reflect=ALL-UNNAMED \
--add-exports java.base/sun.net.www.protocol.jrt=ALL-UNNAMED \
--add-opens=java.base/java.lang=ALL-UNNAMED \
--add-opens=java.base/java.security=ALL-UNNAMED \
-cp $(Q)$(RESOURCES_DIR)$(P)$(TESTNG)$(P)$(TEST_RESROOT)$(D)GeneralTest.jar$(P)$(TEST_RESROOT)$(D)TestResources.jar$(P)$(LIB_DIR)$(D)asm-all.jar$(JAXB_API_JAR)$(Q) \
Expand Down

0 comments on commit 2ab6104

Please sign in to comment.