Async-profiler: Question - is allocation size stored in JFR format?

Created on 9 Nov 2020  路  2Comments  路  Source: jvm-profiling-tools/async-profiler

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

question

Most helpful comment

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.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

oehme picture oehme  路  3Comments

aminebag picture aminebag  路  6Comments

stsypanov picture stsypanov  路  5Comments

henryjcee picture henryjcee  路  5Comments

MaXal picture MaXal  路  5Comments