RFR: 8323815: Source launcher should find classes with $ in names

Athijegannathan Sundararajan sundar at openjdk.org
Wed Jan 24 12:32:30 UTC 2024


On Tue, 23 Jan 2024 07:06:41 GMT, Christian Stein <cstein at openjdk.org> wrote:

> Please review this fix to make the multi-file source-code launcher find classes with `$` in names, including names of packages, names of compliation units, and also names of enclosed types.
> 
> Tested tier1-3

Marked as reviewed by sundar (Reviewer).

LGTM

I tested the fix with jextract samples (jextract generates $ in names). All source mode + mixed .class + .java mode both work fine as expected.

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

PR Review: https://git.openjdk.org/jdk/pull/17526#pullrequestreview-1841262743
PR Comment: https://git.openjdk.org/jdk/pull/17526#issuecomment-1908031020


More information about the compiler-dev mailing list