Hello,<br><br>Is it possible for my app to learn where objects are allocated? Young or old generation, if young which survivor space? In a LAB? I'm interested in where an object was initially allocated, but also any movements (from where?, to where?, when?) that happen thereafter. <br>
<br>These use cases illustrate what I had in mind:<br> * JUnit test asserting >90% of allocations of type com.mycompany.Entity are done in TLAB<br> * Benchmark tool showing the effect that various JVM tuning parameters have on memory management. Displayed as graphs, timelines, etc.<br>
<br>I looked through the 1.6 JVMTI demos and didn't see these sort of details being exposed. Also nothing similar looking through BTrace examples. Where should I look next?.<br><br>Happy holidays,<br>Brian Harris<br>