Details
-
Bug
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
16
-
b17
-
generic
-
generic
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8276232 | 15.0.6 | Ekaterina Vergizova | P4 | Resolved | Fixed | b02 |
Description
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.
Attachments
Issue Links
- backported by
-
JDK-8276232 Initialize JFR trace-IDs with zero
-
- Resolved
-