RFR: 8282878: Removed _JavaThread from PhaseTraceTime
Tobias Hartmann
thartmann at openjdk.java.net
Thu Mar 10 11:13:45 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.
Looks good.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7756
More information about the hotspot-compiler-dev
mailing list