Quoting Amos Shapira, from the post of Tue, 09 Oct: > To give more details of what I'm after - I want to know whether the class > bytecode address points into the mmap(2)'ed jar file or into malloc(3)'ed > memory. I think I found part of the code path inside the jdk source which > does this and now I'm trying to determine what are the situations in which > each option is taken. > Can JMX do that? The code I'm looking at is written in pure C.
if that information is exposed to the java objects in the VM, then maybe. otherwise, I guess it's a case of getting your fingers dirty with GDB... -- The secret to happiness Ira Abramov http://ira.abramov.org/email/ _______________________________________________ Linux-il mailing list [email protected] http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
