comparison src/share/vm/utilities/top.hpp @ 22299:c28cb37b2e1d

Rename JVMCI to INCLUDE_JVMCI.
author twisti
date Wed, 22 Jul 2015 08:56:03 -0700
parents be896a1983c0
children
comparison
equal deleted inserted replaced
22298:571202729bbf 22299:c28cb37b2e1d
40 #include "c1/c1_globals.hpp" 40 #include "c1/c1_globals.hpp"
41 #endif 41 #endif
42 #ifdef COMPILER2 42 #ifdef COMPILER2
43 #include "opto/c2_globals.hpp" 43 #include "opto/c2_globals.hpp"
44 #endif 44 #endif
45 #ifdef JVMCI 45 #if INCLUDE_JVMCI
46 #include "jvmci/jvmciGlobals.hpp" 46 #include "jvmci/jvmciGlobals.hpp"
47 #endif 47 #endif
48 48
49 // THIS FILE IS INTESIONALLY LEFT EMPTY 49 // THIS FILE IS INTESIONALLY LEFT EMPTY
50 // IT IS USED TO MINIMIZE THE NUMBER OF DEPENDENCIES IN includeDB 50 // IT IS USED TO MINIMIZE THE NUMBER OF DEPENDENCIES IN includeDB