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:
Vicente Romero 2018-12-09 12:36:24 -05:00
parent b80d335354
commit 9846588b31
72 changed files with 6719 additions and 103 deletions

View file

@ -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;