mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8235474: JShell does not handle records properly
Reviewed-by: vromero, rfield
This commit is contained in:
parent
a20fa5b995
commit
308aea3e0b
9 changed files with 136 additions and 16 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue