RFR: 8274039: codestrings gtest fails when hsdis is present [v2]

Aleksey Shipilev shade at openjdk.java.net
Tue Sep 21 16:21:30 UTC 2021


On Tue, 21 Sep 2021 15:26:57 GMT, Patric Hedlin <phedlin at openjdk.org> wrote:

>> Please review this change to the (g)test-case "codestrings".
>> 
>> Adding missing regexp pattern to remove trailing **hsdis** printout due to padding on x64.
>
> Patric Hedlin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Changed x64 padding pattern to a more general match.

Not sure why the first group is `[ \\t]+` in x86_64 match, but it still works on my machine.

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

Marked as reviewed by shade (Reviewer).

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


More information about the hotspot-compiler-dev mailing list