Integrated: 8358066: Non-ascii package names gives compilation error "import requires canonical name"
Archie Cobbs
acobbs at openjdk.org
Wed Jun 4 12:59:02 UTC 2025
On Sat, 31 May 2025 21:05:35 GMT, Archie Cobbs <acobbs at openjdk.org> wrote:
> A simple counting bug in `Convert.utfNumChars()` causes bogus compiler errors for `import` statements of non-ASCII class names when the compiler is configured to use one of the older UTF-8 based `Name` table implementations (e.g., by specifying the `-XDuseUnsharedTable=true` flag).
This pull request has now been integrated.
Changeset: 09ec4de7
Author: Archie Cobbs <acobbs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/09ec4de74d495560ffb9ec529df7ec818c1d617c
Stats: 75 lines in 2 files changed: 70 ins; 2 del; 3 mod
8358066: Non-ascii package names gives compilation error "import requires canonical name"
Reviewed-by: jlahoda, naoto
-------------
PR: https://git.openjdk.org/jdk/pull/25567
More information about the compiler-dev
mailing list