Integrated: JDK-8279956: Useless method Scheduling::ComputeLocalLatenciesForward()

SUN Guoyun duke at openjdk.java.net
Wed Jan 19 02:11:36 UTC 2022


On Thu, 13 Jan 2022 09:50:38 GMT, SUN Guoyun <duke at openjdk.java.net> wrote:

> Method `Scheduling::ComputeLocalLatenciesForward()` be used for compute the latency of all the instructions and write the result to `_node_latency`. But I found that `_node_latency` was never used. So I think method `Scheduling::ComputeLocalLatenciesForward()` can be deleted, which is also an enhancement to the efficiency of compilation threads.

This pull request has now been integrated.

Changeset: 4eb4f94d
Author:    sunguoyun <sunguoyun at loongson.cn>
Committer: Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/4eb4f94db09cbd204fa228fc1eaac5153dfe3521
Stats:     62 lines in 1 file changed: 0 ins; 61 del; 1 mod

8279956: Useless method Scheduling::ComputeLocalLatenciesForward()

Reviewed-by: jiefu, neliasso

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

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


More information about the hotspot-compiler-dev mailing list