RFR: 8340568: Incorrect escaping of single quotes when pretty-printing character literals

Maurizio Cimadamore mcimadamore at openjdk.org
Wed Sep 25 10:08:38 UTC 2024


On Sat, 21 Sep 2024 07:28:23 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:

> This change fixes a regression in pretty-printing of character literals after [JDK-8325078](https://bugs.openjdk.org/browse/JDK-8325078). The pretty-printed form of the character literal `'` should be `'''`, intead of `'''`.

Marked as reviewed by mcimadamore (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/21116#pullrequestreview-2327795773


More information about the compiler-dev mailing list