-
Enhancement
-
Resolution: Fixed
-
P4
-
21, 22
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8329502 | 21.0.4 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
SonarCloud complains this field is not used:
https://github.com/openjdk/jdk/blob/6569b252b9e61e3eed77039c483529154feffbba/src/hotspot/share/jfr/leakprofiler/checkpoint/eventEmitter.hpp#L47
Apparently, Loom integration replaced moved its uses with JfrThreadLocal, but declaration stayed was left over.
https://github.com/openjdk/jdk/blob/6569b252b9e61e3eed77039c483529154feffbba/src/hotspot/share/jfr/leakprofiler/checkpoint/eventEmitter.hpp#L47
Apparently, Loom integration replaced moved its uses with JfrThreadLocal, but declaration stayed was left over.