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

/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.hpp99 bool should_report_bug(unsigned int id) { return id != oom_error; } function in class:VMError
H A DvmError.cpp344 if (should_report_bug(_id)) {
404 if (should_report_bug(_id)) {
440 if (should_report_bug(_id)) { // already printed the message.
490 if (should_report_bug(_id) && _verbose) {
965 if (!transmit_report_done && should_report_bug(first_error->_id)) {
1012 static bool skip_bug_url = !should_report_bug(first_error->_id);
1025 bool dump_core = should_report_bug(first_error->_id);

Completed in 31 milliseconds