Allocation Profiling

Attribute Java heap allocation to code and validate reductions in bytes per operation. Use when allocation or GC frequency regresses, JFR allocation events are empty or disagree with counters, large buffers trigger G1 humongous collections or ZGC stalls, or pooling, TLAB tuning, or assumed JIT elimination is proposed without measurements. Covers sampling semantics and allocation-specific triage; general capture selection belongs to jfr-and-async-profiler, retention diagnosis to heap-dump-analysis, and scalar replacement mechanisms to jit-inlining-and-escape-analysis.

robsonkades e58c0e5 6 files · 45.1 KB Updated

File contents

robsonkades/agent-skills/tree/main/skills/allocation-profiling commit e58c0e520a

Frequently asked questions

npx skillmds@latest add robsonkades/allocation-profiling