On Tue, 25 Jun 2024 13:59:35 GMT, Sonia Zaldana Calles <szald...@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

Reply via email to