RFR: 8295795: hsdis does not build with binutils 2.39+
Aleksey Shipilev
shade at openjdk.org
Thu Jan 19 09:49:15 UTC 2023
On Wed, 18 Jan 2023 15:08:00 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:
> Edit: Issue arises because hsdis needs to support older versions of hotspot which expect a `...` argument. Other than breaking compatibility of newer hsdis for older JVMs, I don't know how to keep the compatibility both ways.
Yes, that was my roadblock as well. I cannot yet see the fix that fixes it for all binutils versions. This what makes the BFD API change so awkward...
-------------
PR: https://git.openjdk.org/jdk/pull/10817
More information about the hotspot-compiler-dev
mailing list