RFR: 8275347 ciReplay: staticfield lines not properly terminated

Nils Eliasson neliasso at openjdk.java.net
Thu Oct 21 07:07:59 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

Looks good.

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

Marked as reviewed by neliasso (Reviewer).

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


More information about the hotspot-compiler-dev mailing list