comparison src/share/vm/runtime/globals.cpp @ 22495:740feb10d15a

rename jvmciGlobals to be consistent with c1_globals and c2_globals
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 31 Aug 2015 11:13:32 -0700
parents c28cb37b2e1d
children
comparison
equal deleted inserted replaced
22494:88ab6f037ef2 22495:740feb10d15a
37 #endif // INCLUDE_ALL_GCS 37 #endif // INCLUDE_ALL_GCS
38 #ifdef COMPILER1 38 #ifdef COMPILER1
39 #include "c1/c1_globals.hpp" 39 #include "c1/c1_globals.hpp"
40 #endif 40 #endif
41 #if INCLUDE_JVMCI 41 #if INCLUDE_JVMCI
42 #include "jvmci/jvmciGlobals.hpp" 42 #include "jvmci/jvmci_globals.hpp"
43 #endif 43 #endif
44 #ifdef COMPILER2 44 #ifdef COMPILER2
45 #include "opto/c2_globals.hpp" 45 #include "opto/c2_globals.hpp"
46 #endif 46 #endif
47 #ifdef SHARK 47 #ifdef SHARK