Hi, is allocation size stored in JFR format? I looked at source code and some generated JFRs and cannot find it :(
event=alloc, v1.8.1
Not in 1.8.x.
But async-profiler 2.0 (pre-release published today) writes jdk.ObjectAllocationInNewTLAB and jdk.ObjectAllocationOutsideTLAB events containing allocationSize and tlabSize fields.
Great, thank you.
Most helpful comment
Not in 1.8.x.
But async-profiler 2.0 (pre-release published today) writes
jdk.ObjectAllocationInNewTLABandjdk.ObjectAllocationOutsideTLABevents containingallocationSizeandtlabSizefields.