comparison src/share/vm/runtime/compilationPolicy.cpp @ 7125:1baf7f1e3f23

decoupled C++ Graal runtime from C1
author Doug Simon <doug.simon@oracle.com>
date Mon, 03 Dec 2012 15:32:17 +0100
parents 7d815d842ee0
children 5d0bb7d52783 fb16d8681ddc
comparison
equal deleted inserted replaced
7124:ab65fa23f8e9 7125:1baf7f1e3f23
186 return 0; 186 return 0;
187 } 187 }
188 #endif 188 #endif
189 189
190 #ifdef COMPILER1 190 #ifdef COMPILER1
191 GRAAL_ONLY(ShouldNotReachHere();)
191 if (is_c1_compile(comp_level)) { 192 if (is_c1_compile(comp_level)) {
192 return _compiler_count; 193 return _compiler_count;
193 } else { 194 } else {
194 return 0; 195 return 0;
195 } 196 }