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

/openjdk7/hotspot/src/share/vm/runtime/
H A Djava.hpp186 static const char* runtime_name() { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp454 const char* runtime_name = JDK_Version::runtime_name() != NULL ? local
455 JDK_Version::runtime_name() : "";
458 st->print_cr("# JRE version: %s (%s) (build %s)", runtime_name, buf, runtime_version);

Completed in 32 milliseconds