Searched refs:fail_continue (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dfilemap.cpp74 void FileMapInfo::fail_continue(const char *msg, ...) { function in class:FileMapInfo
146 fail_continue("Unable to read the file header.");
150 fail_continue("The shared archive file has the wrong version.");
165 fail_continue("Specified shared archive not found.");
167 fail_continue("Failed to open shared archive file (%s).",
308 fail_continue("Shared space base address does not match.");
339 fail_continue("Unable to remap shared readonly space (errno=%d).", errno);
343 fail_continue("Unable to remap shared readonly space at required address.");
386 fail_continue("Unable to map shared space.");
391 fail_continue("Unabl
[all...]
H A Dfilemap.hpp141 void fail_continue(const char *msg, ...);
H A DgenerationSpec.cpp154 mapinfo->fail_continue("Sharing disabled - unable to "
H A DgenCollectedHeap.cpp144 mapinfo->fail_continue("Unable to reserve shared region.");

Completed in 52 milliseconds