Home
last modified time | relevance | path

Searched refs:should_report_bug (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DvmError.hpp108 static bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError
113 return should_report_bug(id) && (id != OOM_JAVA_HEAP_FATAL); in should_submit_bug_report()
H A DvmError.cpp448 if (should_report_bug(_id)) { in report()
566 if (should_report_bug(_id)) { in report()
595 if (should_report_bug(_id)) { // already printed the message. in report()
1491 if (should_report_bug(id)) { in report_and_die()
1635 bool dump_core = should_report_bug(_id); in report_and_die()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DvmError.hpp113 static bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError
118 return should_report_bug(id) && (id != OOM_JAVA_HEAP_FATAL); in should_submit_bug_report()
H A DvmError.cpp430 if (should_report_bug(_id)) { in report()
537 if (should_report_bug(_id)) { in report()
566 if (should_report_bug(_id)) { // already printed the message. in report()
1448 if (should_report_bug(id)) { in report_and_die()
1510 if (!transmit_report_done && should_report_bug(_id)) { in report_and_die()
1608 bool dump_core = should_report_bug(_id); in report_and_die()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DvmError.hpp113 static bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError
118 return should_report_bug(id) && (id != OOM_JAVA_HEAP_FATAL); in should_submit_bug_report()
H A DvmError.cpp430 if (should_report_bug(_id)) { in report()
537 if (should_report_bug(_id)) { in report()
566 if (should_report_bug(_id)) { // already printed the message. in report()
1448 if (should_report_bug(id)) { in report_and_die()
1510 if (!transmit_report_done && should_report_bug(_id)) { in report_and_die()
1608 bool dump_core = should_report_bug(_id); in report_and_die()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DvmError.cpp392 if (should_report_bug(_id)) { in report()
443 if (should_report_bug(_id)) { in report()
472 if (should_report_bug(_id)) { // already printed the message. in report()
522 if (should_report_bug(_id) && _verbose) { in report()
1039 if (!transmit_report_done && should_report_bug(first_error->_id)) { in report_and_die()
1109 static bool skip_bug_url = !should_report_bug(first_error->_id); in report_and_die()
1122 bool dump_core = should_report_bug(first_error->_id); in report_and_die()
H A DvmError.hpp95 bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A DvmError.cpp392 if (should_report_bug(_id)) { in report()
443 if (should_report_bug(_id)) { in report()
472 if (should_report_bug(_id)) { // already printed the message. in report()
522 if (should_report_bug(_id) && _verbose) { in report()
1039 if (!transmit_report_done && should_report_bug(first_error->_id)) { in report_and_die()
1109 static bool skip_bug_url = !should_report_bug(first_error->_id); in report_and_die()
1122 bool dump_core = should_report_bug(first_error->_id); in report_and_die()
H A DvmError.hpp95 bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DvmError.cpp438 if (should_report_bug(_id)) { in report()
554 if (should_report_bug(_id)) { in report()
583 if (should_report_bug(_id)) { // already printed the message. in report()
624 if (should_report_bug(_id) && _verbose) { in report()
1476 if (should_report_bug(id)) { in report_and_die()
1570 static bool skip_bug_url = !should_report_bug(_id); in report_and_die()
1620 bool dump_core = should_report_bug(_id); in report_and_die()
H A DvmError.hpp113 static bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DvmError.cpp422 if (should_report_bug(_id)) { in report()
529 if (should_report_bug(_id)) { in report()
558 if (should_report_bug(_id)) { // already printed the message. in report()
599 if (should_report_bug(_id) && _verbose) { in report()
1427 if (should_report_bug(id)) { in report_and_die()
1503 static bool skip_bug_url = !should_report_bug(_id); in report_and_die()
1553 bool dump_core = should_report_bug(_id); in report_and_die()
H A DvmError.hpp113 static bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DvmError.cpp441 if (should_report_bug(_id)) { in report()
559 if (should_report_bug(_id)) { in report()
588 if (should_report_bug(_id)) { // already printed the message. in report()
632 if (should_report_bug(_id) && _verbose) { in report()
1502 if (should_report_bug(id)) { in report_and_die()
1598 static bool skip_bug_url = !should_report_bug(_id); in report_and_die()
1646 bool dump_core = should_report_bug(_id); in report_and_die()
H A DvmError.hpp111 static bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DvmError.cpp441 if (should_report_bug(_id)) { in report()
557 if (should_report_bug(_id)) { in report()
586 if (should_report_bug(_id)) { // already printed the message. in report()
630 if (should_report_bug(_id) && _verbose) { in report()
1490 if (should_report_bug(id)) { in report_and_die()
1586 static bool skip_bug_url = !should_report_bug(_id); in report_and_die()
1634 bool dump_core = should_report_bug(_id); in report_and_die()
H A DvmError.hpp111 static bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DvmError.cpp437 if (should_report_bug(_id)) { in report()
553 if (should_report_bug(_id)) { in report()
582 if (should_report_bug(_id)) { // already printed the message. in report()
623 if (should_report_bug(_id) && _verbose) { in report()
1475 if (should_report_bug(id)) { in report_and_die()
1569 static bool skip_bug_url = !should_report_bug(_id); in report_and_die()
1619 bool dump_core = should_report_bug(_id); in report_and_die()
H A DvmError.hpp111 static bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError