RFR: 8274039: codestrings gtest fails when hsdis is present

Patric Hedlin phedlin at openjdk.java.net
Tue Sep 21 11:38:03 UTC 2021


On Tue, 21 Sep 2021 11:29:49 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.

Disassembly diff is only used/attempted when **hsdis** is available, e.g. through LD_LIBRARY_PATH, but the approach is rather brittle. Same issue should be expected on other platforms (in particular platforms I do not have access to).

Should the test-case **ifdef** on known platforms?

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

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


More information about the hotspot-compiler-dev mailing list