Searched defs:default_cc_file (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompilerOracle.cpp554 static const char* default_cc_file = ".hotspot_compiler"; variable
559 return default_cc_file;
644 if (os::stat(default_cc_file, &buf) == 0) {
647 default_cc_file, default_cc_file);
652 warning("CompileCommand and/or %s file contains 'print' commands, but PrintAssembly is also enabled", default_cc_file);

Completed in 40 milliseconds