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

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp3001 const char* hotspotrc = ".hotspotrc"; local
3054 // Parse default .hotspotrc settings file
3055 if (!process_settings_file(".hotspotrc", false, args->ignoreUnrecognized)) {
3060 if (os::stat(hotspotrc, &buf) == 0) {
3086 hotspotrc, hotspotrc);

Completed in 41 milliseconds