comparison src/share/vm/graal/graalCompiler.cpp @ 14124:7ad529321294

make: remove GRAALVM and introduce COMPILERGRAAL. fix client hosted-mode
author Bernhard Urban <bernhard.urban@jku.at>
date Mon, 10 Mar 2014 16:26:10 +0100
parents dd783f0ecf17
children cd22c8dbda4f
comparison
equal deleted inserted replaced
14123:dc41eab09fe8 14124:7ad529321294
97 } 97 }
98 } 98 }
99 VMToCompiler::finalizeOptions(CITime || CITimeEach); 99 VMToCompiler::finalizeOptions(CITime || CITimeEach);
100 100
101 if (UseCompiler) { 101 if (UseCompiler) {
102 bool bootstrap = GRAALVM_ONLY(BootstrapGraal) NOT_GRAALVM(false); 102 bool bootstrap = COMPILERGRAAL_PRESENT(BootstrapGraal) NOT_COMPILERGRAAL(false);
103 VMToCompiler::startCompiler(bootstrap); 103 VMToCompiler::startCompiler(bootstrap);
104 _initialized = true; 104 _initialized = true;
105 CompilationPolicy::completed_vm_startup(); 105 CompilationPolicy::completed_vm_startup();
106 if (bootstrap) { 106 if (bootstrap) {
107 // Avoid -Xcomp and -Xbatch problems by turning on interpreter and background compilation for bootstrapping. 107 // Avoid -Xcomp and -Xbatch problems by turning on interpreter and background compilation for bootstrapping.