RFR: 8333308: javap --system handling doesn't work on internal class names

Thomas Stuefe stuefe at openjdk.org
Wed Jun 26 06:07:13 UTC 2024


On Tue, 25 Jun 2024 19:49:07 GMT, Chen Liang <liach at openjdk.org> wrote:

> 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.

Question, what is the noreg-hard label used for?

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

PR Comment: https://git.openjdk.org/jdk/pull/19883#issuecomment-2190783227


More information about the compiler-dev mailing list