RFR(S): 8025227: Add -XX: flag to print code cache sweeper statistics

Tobias Hartmann tobi.hartmann at gmail.com
Wed Sep 25 00:20:13 PDT 2013


Hi,

Please review the following small patch.

bug: https://bugs.openjdk.java.net/browse/JDK-8025277
webrev: http://cr.openjdk.java.net/~anoll/8025277/webrev.00/

I added the diagnostic VM option PrintMethodFlushingStatistics to print
statistics about the NMethodSweeper (sweep times) on exit. This is useful
to determine performance bottlenecks of applications that heavily compile
code (e.g. nashorn).

Thanks in advance!

Best regards,
Tobias


By the way, I'm Tobias Hartmann, a student from Switzerland currently
working on my Master Thesis "Code Cache Optimizations for Dynamically
Compiled Languages" on supervision of Albert Noll.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20130925/7b39cab3/attachment.html 


More information about the hotspot-compiler-dev mailing list