/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/ |
H A D | vmError.hpp | 108 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 D | vmError.cpp | 448 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 D | vmError.hpp | 113 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 D | vmError.cpp | 430 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 D | vmError.hpp | 113 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 D | vmError.cpp | 430 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 D | vmError.cpp | 392 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 D | vmError.hpp | 95 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 D | vmError.cpp | 392 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 D | vmError.hpp | 95 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 D | vmError.cpp | 438 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 D | vmError.hpp | 113 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 D | vmError.cpp | 422 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 D | vmError.hpp | 113 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 D | vmError.cpp | 441 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 D | vmError.hpp | 111 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 D | vmError.cpp | 441 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 D | vmError.hpp | 111 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 D | vmError.cpp | 437 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 D | vmError.hpp | 111 static bool should_report_bug(unsigned int id) { in should_report_bug() function in VMError
|