mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8289613: Drop use of Thread.stop in jshell
Reviewed-by: jlahoda
This commit is contained in:
parent
8d3399bf5f
commit
ffc249ae21
2 changed files with 70 additions and 4 deletions
|
@ -186,7 +186,8 @@ module java.base {
|
|||
exports jdk.internal.org.objectweb.asm to
|
||||
jdk.jartool,
|
||||
jdk.jfr,
|
||||
jdk.jlink;
|
||||
jdk.jlink,
|
||||
jdk.jshell;
|
||||
exports jdk.internal.org.objectweb.asm.tree to
|
||||
jdk.jfr,
|
||||
jdk.jlink;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue