Integrated: 8255049: Remove support for the hsdis decode_instructions entry point in hotspot
Claes Redestad
redestad at openjdk.java.net
Fri Oct 23 08:03:42 UTC 2020
On Thu, 22 Oct 2020 12:33:44 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> This patch drops support in hotspot for hsdis plugins which only include the old decode_instructions endpoint.
>
> The decode_instructions entry point in hsdis was replaced by decode_instructions_virtual[1], with support later added to allow old hsdis plugins to work, at least for the duration of JDK 8. Dropping the backwards compatibility means you'll need a hsdis built from JDK 8 sources or later, which seems a reasonable requirement at this point.
>
> It's unclear if a CSR request is needed.
>
> [1] https://github.com/openjdk/jdk/commit/22544e7a7c72e8779355df963e49e846f9458ce4
> [2] https://github.com/openjdk/jdk/commit/a9c40e9df41ee06adcd7fff951dd36b6c093a24b
This pull request has now been integrated.
Changeset: 107fb9cc
Author: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/107fb9cc
Stats: 37 lines in 2 files changed: 0 ins; 31 del; 6 mod
8255049: Remove support for the hsdis decode_instructions entry point in hotspot
Reviewed-by: neliasso, kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/807
More information about the hotspot-compiler-dev
mailing list