RFR: JDK-8308913: Update core reflection for JEP 445 (preview) [v4]

Joe Darcy darcy at openjdk.org
Sat Jun 3 00:25:30 UTC 2023


On Fri, 2 Jun 2023 23:46:57 GMT, Chen Liang <liach at openjdk.org> wrote:

> Will this accidentally return `true` for classes from other JVM programming languages?

That is a potential concern. Future iteration of this work will likely use a different idiom to determine is-unnamed that would be more robust against false positives from class files generated for non-Java languages.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14165#discussion_r1215028194


More information about the core-libs-dev mailing list