[jdk8u-dev] RFR: 4660158: TTY: NumberFormatException while trying to set values by 'set' command

Andrew John Hughes andrew at openjdk.org
Thu Jun 13 00:16:16 UTC 2024


On Mon, 13 May 2024 09:10:00 GMT, Kazuhisa Takakuri <ktakakuri at openjdk.org> wrote:

> Hi all,
> 
> JDK8 reproduces the reported bug and I would like to backport this patch. The patch is clean.
> There is a related patch JDK-8030204, and I have proposed a separate backport for it. #497
> 
> Testing: All tests under jdk/test/com/sun/jdi
> 
> Thank you.

The backport is not completely clean, though Skara claims it is. A fragment from `jdk/src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java` was dropped due to the copyright header already being changed by JDK-8029235, a private bug which did a blanket copyright update on a number of files.

Changes look fine though and I'm happy if the tests are passing on the updated version.

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

Marked as reviewed by andrew (Reviewer).

PR Review: https://git.openjdk.org/jdk8u-dev/pull/496#pullrequestreview-2114438483


More information about the jdk8u-dev mailing list