On Mon, 27 Sep 2021 17:21:09 GMT, Mandy Chung <mch...@openjdk.org> wrote:
> This reminds to double check [1] and realized that `java.lang.reflect` is not > in the list of trusted packages for `@Stable`. I'll add that in JEP 416. > > [1] > https://github.com/openjdk/jdk/blob/master/src/hotspot/share/ci/ciField.cpp#L219 Gotcha, I misremembered it as-if all packages under java/lang were already considered to be in that list. ------------- PR: https://git.openjdk.java.net/jdk/pull/5694