< prev index next >

src/share/vm/utilities/top.hpp

Print this page

        

*** 40,49 **** --- 40,52 ---- #include "c1/c1_globals.hpp" #endif #ifdef COMPILER2 #include "opto/c2_globals.hpp" #endif + #if INCLUDE_JVMCI + #include "jvmci/jvmci_globals.hpp" + #endif // THIS FILE IS INTESIONALLY LEFT EMPTY // IT IS USED TO MINIMIZE THE NUMBER OF DEPENDENCIES IN includeDB #endif // SHARE_VM_UTILITIES_TOP_HPP
< prev index next >