RFR: JDK-8308913: Update core reflection for JEP 445 (preview)
Mandy Chung
mchung at openjdk.org
Fri May 26 21:05:03 UTC 2023
On Fri, 26 May 2023 02:06:55 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Explain in java.lang.Class how unnamed classes are modeled in core reflection.
Looks fine. This version matches the current implementation where `getCanonicalName` returns non-null. When the implementation of `getCanonicalName` is updated to return null, the spec should be updated.
Nit: `<p>` is needed assuming the section of "Unnamed Classes" has 3 paragraphs.
-------------
Marked as reviewed by mchung (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14165#pullrequestreview-1446650885
More information about the core-libs-dev
mailing list