-
Bug
-
Resolution: Fixed
-
P4
-
16
-
b17
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8276232 | 15.0.6 | Ekaterina Vergizova | P4 | Resolved | Fixed | b02 |
Currently, trace-IDs for classloaders, packages and modules are initialized with 1, and the first call to atomic_inc() will update it to 2, which will be the first trace-IDs for those objects. We can initialize them to 0 and start counting at 1 instead.
- backported by
-
JDK-8276232 Initialize JFR trace-IDs with zero
- Resolved