Hi list I would like to capture the thread name at the point in time jdk.ObjectAllocationOutsideTLAB event occurred. It helps me to track the context in which the allocation happens. Here is the example program https://pastebin.com/b2FTTiwm It doesn't work. It captures thread name at some later point in time. Can this be improved? -- Milan Mimica