RFR: 8260334: Remove deprecated sv_for_node_id() from Compile

Paul Hohensee phh at openjdk.java.net
Tue Jan 26 20:55:39 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.

Marked as reviewed by phh (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/2211


More information about the hotspot-compiler-dev mailing list