8164596: jshell tool: jdk repo module pages to allow double-dash fix to access Jopt-simple

Reviewed-by: jlahoda
This commit is contained in:
Robert Field 2016-08-22 19:28:36 -07:00
parent a4818844a9
commit 738e2b4297

View File

@ -24,5 +24,5 @@
*/
module jdk.internal.opt {
exports jdk.internal.joptsimple to jdk.jlink;
exports jdk.internal.joptsimple to jdk.jlink, jdk.jshell;
}