Obtaining methods executed at least once?

Andreas Sewe sewe at st.informatik.tu-darmstadt.de
Wed May 16 08:56:43 UTC 2012


Hi all,

I hope this is the right mailing list to ask such questions (if not,
please point me to the right one), as I couldn't find an obvious
analogue to lists like jikesrvm-researchers.

Is the a way (preferably using "diagnostic" rather than "develop"
options) to obtain a list of all methods executed at least once?
Currently I am considering "-XX:-UseInterpreter -XX:+LogCompilation",
but this seems to be an awfully indirect way to achieve my goal -- and
it may not even give correct results if the only call of m() is inlined
during compilation.

Any help is greatly appreciated.

Best wishes,

Andreas



More information about the discuss mailing list