RFR: 8260334: Remove deprecated sv_for_node_id() from Compile
Nils Eliasson
neliasso at openjdk.java.net
Mon Jan 25 08:44:41 UTC 2021
On Sun, 24 Jan 2021 19:18:58 GMT, Xin Liu <xliu at openjdk.org> wrote:
> static member function sv_for_node_id() has moved to PhaseOutput. It is safe to
> remove the declaration from Compile.
> Also move the comment to PhaseOutput::sv_for_node_id().
> Put both sv_for_node_id() and set_sv_for_object_node back to static.
Looks good.
-------------
Marked as reviewed by neliasso (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2211
More information about the hotspot-compiler-dev
mailing list