Integrated: 8260334: Remove deprecated sv_for_node_id() from Compile

Xin Liu xliu at openjdk.java.net
Tue Jan 26 20:55:40 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.

This pull request has now been integrated.

Changeset: 19b6f61b
Author:    Xin Liu <xliu at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/19b6f61b
Stats:     8 lines in 2 files changed: 1 ins; 3 del; 4 mod

8260334: Remove deprecated sv_for_node_id() from Compile

Reviewed-by: neliasso, chagedorn, thartmann, phh

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

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


More information about the hotspot-compiler-dev mailing list