RFR: 8275031: runtime/ErrorHandling/MachCodeFramesInErrorFile.java fails when hsdis is present
Doug Simon
dnsimon at openjdk.java.net
Mon Oct 11 12:19:06 UTC 2021
On Mon, 11 Oct 2021 09:52:03 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> tier1 test that is newly added by [JDK-8272586](https://bugs.openjdk.java.net/browse/JDK-8272586) fails on hsdis-enabled machine. I chose to fix it by annotating the real disassembly with `[Disassembly]`, and checking for its existence in the test.
>
> Additional testing:
> - [x] Test now passes when `hsdis` is installed
> - [x] Test still passes when `hsdis` is not installed
Marked as reviewed by dnsimon (Committer).
Looks good to me. Thanks @shipilev and sorry for the breakage.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5888
More information about the hotspot-dev
mailing list