Searched refs:fail_stop (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.cpp61 void FileMapInfo::fail_stop(const char *msg, ...) { function in class:FileMapInfo
102 fail_stop("JVM Ident field for shared archive is too long"
113 fail_stop("Too many jar files to share.", NULL);
122 fail_stop("Unable to open jar file %s.", path);
133 fail_stop("Boot classpath directory %s is not empty.", name);
192 fail_stop("Unable to create shared archive file %s.", _full_path);
252 fail_stop("Unable to write to shared archive file.", NULL);
270 fail_stop("Unable to seek.", NULL);
293 fail_stop("Unable to close the shared archive file.");
408 fail_stop("Unabl
[all...]
H A Dfilemap.hpp140 static void fail_stop(const char *msg, ...);

Completed in 30 milliseconds