Integrated: 8282878: Removed _JavaThread from PhaseTraceTime

Alex Blewitt duke at openjdk.java.net
Thu Mar 10 15:30:47 UTC 2022


On Wed, 9 Mar 2022 11:49:42 GMT, Alex Blewitt <duke at openjdk.java.net> wrote:

> The `PhaseTraceTime` class has a private `JavaThread _thread` field which doesn't appear to be referenced anywhere, and builds fine without it. It's not clear if this can be removed but it builds cleanly when not present.

This pull request has now been integrated.

Changeset: 26747990
Author:    Alex Blewitt <alex.blewitt at gmail.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/26747990053ab8f378d7f64cd7e565e530af88fc
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8282878: Removed _JavaThread from PhaseTraceTime

Reviewed-by: shade, thartmann

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

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


More information about the hotspot-compiler-dev mailing list