RFR: 8282878: Removed _JavaThread from PhaseTraceTime
Aleksey Shipilev
shade 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.
I believe this is trivial too.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7756
More information about the hotspot-compiler-dev
mailing list