mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8210031: implementation for JVM Constants API
Co-authored-by: Brian Goetz <brian.goetz@oracle.com> Reviewed-by: jrose, mcimadamore, darcy, mchung, rriggs, dholmes, forax
This commit is contained in:
parent
b80d335354
commit
9846588b31
72 changed files with 6719 additions and 103 deletions
|
@ -79,6 +79,7 @@ module java.base {
|
|||
exports java.io;
|
||||
exports java.lang;
|
||||
exports java.lang.annotation;
|
||||
exports java.lang.constant;
|
||||
exports java.lang.invoke;
|
||||
exports java.lang.module;
|
||||
exports java.lang.ref;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue