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

Liam Miller-Cushon cushon at openjdk.org
Wed Sep 25 13:15:46 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 `'''`.

This pull request has now been integrated.

Changeset: 083b9808
Author:    Liam Miller-Cushon <cushon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/083b98083136933fc51499181f85ca30a77da9e1
Stats:     90 lines in 2 files changed: 89 ins; 0 del; 1 mod

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

Reviewed-by: mcimadamore

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

PR: https://git.openjdk.org/jdk/pull/21116


More information about the compiler-dev mailing list