RFR: 8326135: Enhance adlc to report unused operands [v4]

kuaiwei duke at openjdk.org
Thu Feb 22 08:58:57 UTC 2024


On Thu, 22 Feb 2024 07:39:32 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> I think adlc is almost a stand alone tool, it only depends on src/hotspot/share/opto/opcodes.cpp . Could we move it to src/utils?
>
> Why you want to move it? It depends on C2 sources and used only for VM build.

I'm thinking if it can be out of hotspot and use stl in code.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17910#discussion_r1498884718


More information about the hotspot-compiler-dev mailing list