Integrated: 8275347 ciReplay: staticfield lines not properly terminated

Dean Long dlong at openjdk.java.net
Thu Oct 21 19:06:10 UTC 2021


On Thu, 21 Oct 2021 04:11:32 GMT, Dean Long <dlong at openjdk.org> wrote:

> Summary of changes:
> - fix staticfield line termination for empty String constants
> - tighten up checks during parse time to detect any un-parsed input at the end of a line
> - updated test to trigger the problem, so that it fails without the fix
> - cleanup: removed _buffer_pos field and related logic that isn't needed

This pull request has now been integrated.

Changeset: 0961de47
Author:    Dean Long <dlong at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/0961de47de1bf4379089e010978bcb4708fde767
Stats:     40 lines in 3 files changed: 24 ins; 7 del; 9 mod

8275347: ciReplay: staticfield lines not properly terminated

Reviewed-by: neliasso, chagedorn

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

PR: https://git.openjdk.java.net/jdk/pull/6057


More information about the hotspot-compiler-dev mailing list