8235474: JShell does not handle records properly

Reviewed-by: vromero, rfield
This commit is contained in:
Jan Lahoda 2019-12-11 13:08:42 +01:00
parent a20fa5b995
commit 308aea3e0b
9 changed files with 136 additions and 16 deletions

View file

@ -140,7 +140,8 @@ module java.base {
exports jdk.internal to
java.compiler,
jdk.jfr,
jdk.compiler;
jdk.compiler,
jdk.jshell;
exports jdk.internal.access to
java.desktop,
java.logging,