RFR: 8333308: javap --system handling doesn't work on internal class names
Chen Liang
liach at openjdk.org
Tue Jun 25 19:52:10 UTC 2024
On Tue, 25 Jun 2024 13:59:35 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:
> Hi all,
>
> This PR addresses [JDK-8333308](https://bugs.openjdk.org/browse/JDK-8333308) enabling `javap -system` to handle internal class names.
>
> Thanks,
> Sonia
Technically javap accepts both notations of `a.b.C` and `a/b/C.class` and accepts both `.` and `$` as inner class separators. So this is fine. However it's hard to verify that the jdk in `--system` is really used, so I put a noreg-hard label on the original JBS issue; it's hard to create a suitable argument for the `--system` flag as you need a whole JDK.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19883#issuecomment-2189848518
More information about the core-libs-dev
mailing list