Apologies in advance if this list is not intended for these kind of questions.<br><br>JDK 1.6:<br><br>How can I detect to which generation an object belongs? (regular java, JVMTI, ?)<br><br>Is it safe to assume that all generations are allocated contigiously? Hence detecting starting offset & size of a generation may give me what I'm looking for?<br>
<br>Where can I find more information about how GC interacts with JVM? In other words, how can I implement agents which interacts with GC the way JVMTI does? <br><br>This will require more than detecting start/stop of GC collection. What GC had detected as reachable/unreachable, decision to promote an object etc.<br>
<br>Thanks,<br>-volkan<br><br><br>