Skip to content

Instantly share code, notes, and snippets.

View jendrikw's full-sized avatar

Jendrik jendrikw

  • Germany
  • 09:20 (UTC +02:00)
View GitHub Profile
@jendrikw
jendrikw / Notes.md
Created December 7, 2018 21:54 — forked from chrisvest/Notes.md
PrintCompilation on different versions of HotSpot VM

About PrintCompilation

This note tries to document the output of PrintCompilation flag in HotSpot VM. It was originally intended to be a reply to a blog post on PrintCompilation from Stephen Colebourne. It's kind of grown too big to fit as a reply, so I'm putting it here.

Written by: Kris Mok rednaxelafx@gmail.com

Most of the contents in this note are based on my reading of HotSpot source code from OpenJDK and experimenting with the VM flags; otheres come from HotSpot mailing lists and other reading materials listed in the "References" section.

This