#include "stdio.h" #include "globals.hpp" // Shows an example of how a flag can be used by HotSpot code void foobar(int i) { printf("fake_compiler sees TypeProfileLevel = %lld\n", TypeProfileLevel); }