equal
deleted
inserted
replaced
97 define_pd_global(bool, NeverActAsServerClassMachine, true); |
97 define_pd_global(bool, NeverActAsServerClassMachine, true); |
98 define_pd_global(uint64_t,MaxRAM, 1ULL*G); |
98 define_pd_global(uint64_t,MaxRAM, 1ULL*G); |
99 #define CI_COMPILER_COUNT 0 |
99 #define CI_COMPILER_COUNT 0 |
100 #else |
100 #else |
101 |
101 |
102 #if defined(COMPILER2) || INCLUDE_JVMCI |
102 #if COMPILER2_OR_JVMCI |
103 #define CI_COMPILER_COUNT 2 |
103 #define CI_COMPILER_COUNT 2 |
104 #else |
104 #else |
105 #define CI_COMPILER_COUNT 1 |
105 #define CI_COMPILER_COUNT 1 |
106 #endif // COMPILER2 || INCLUDE_JVMCI |
106 #endif // COMPILER2_OR_JVMCI |
107 |
107 |
108 #endif // no compilers |
108 #endif // no compilers |
109 |
109 |
110 // string type aliases used only in this file |
110 // string type aliases used only in this file |
111 typedef const char* ccstr; |
111 typedef const char* ccstr; |