/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/ |
H A D | thread.hpp | 809 _no_async_condition = 0, enumerator 819 _async_exception_condition = _no_async_condition; in clear_async_exception_condition() 825 return check_unsafe_access_error ? _async_exception_condition != _no_async_condition in has_async_exception_condition() 831 if (_async_exception_condition == _no_async_condition) { in set_pending_unsafe_access_error() 1159 return (_async_exception_condition != _no_async_condition) || in has_special_runtime_exit_condition()
|
H A D | thread.cpp | 1030 _async_exception_condition(_no_async_condition), in JavaThread() 1629 if (condition == _no_async_condition) { in check_and_handle_async_exceptions()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/ |
H A D | thread.hpp | 1087 _no_async_condition = 0, enumerator 1443 _special_runtime_exit_condition = _no_async_condition; in clear_special_runtime_exit_condition() 1448 bool has_async_condition() { return (_special_runtime_exit_condition != _no_async_condition); } in has_async_condition() 1467 return (_special_runtime_exit_condition != _no_async_condition) || in has_special_runtime_exit_condition()
|
H A D | thread.cpp | 1520 _special_runtime_exit_condition(_no_async_condition), in JavaThread() 2140 if (condition == _no_async_condition) { in check_and_handle_async_exceptions() 2179 condition = _no_async_condition; // done in check_and_handle_async_exceptions() 2203 assert(condition == _no_async_condition || has_pending_exception() || in check_and_handle_async_exceptions()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/ |
H A D | thread.hpp | 845 _no_async_condition = 0, enumerator 1188 _special_runtime_exit_condition = _no_async_condition; in clear_special_runtime_exit_condition() 1193 bool has_async_condition() { return (_special_runtime_exit_condition != _no_async_condition); } in has_async_condition() 1213 return (_special_runtime_exit_condition != _no_async_condition) || in has_special_runtime_exit_condition()
|
H A D | thread.cpp | 1466 _special_runtime_exit_condition = _no_async_condition; in initialize() 2068 if (condition == _no_async_condition) { in check_and_handle_async_exceptions() 2103 condition = _no_async_condition; // done in check_and_handle_async_exceptions() 2127 assert(condition == _no_async_condition || has_pending_exception() || in check_and_handle_async_exceptions()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/ |
H A D | thread.hpp | 845 _no_async_condition = 0, enumerator 1188 _special_runtime_exit_condition = _no_async_condition; in clear_special_runtime_exit_condition() 1193 bool has_async_condition() { return (_special_runtime_exit_condition != _no_async_condition); } in has_async_condition() 1213 return (_special_runtime_exit_condition != _no_async_condition) || in has_special_runtime_exit_condition()
|
H A D | thread.cpp | 1466 _special_runtime_exit_condition = _no_async_condition; in initialize() 2068 if (condition == _no_async_condition) { in check_and_handle_async_exceptions() 2103 condition = _no_async_condition; // done in check_and_handle_async_exceptions() 2127 assert(condition == _no_async_condition || has_pending_exception() || in check_and_handle_async_exceptions()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/ |
H A D | thread.hpp | 991 _no_async_condition = 0, enumerator 1407 _special_runtime_exit_condition = _no_async_condition; in clear_special_runtime_exit_condition() 1412 bool has_async_condition() { return (_special_runtime_exit_condition != _no_async_condition); } in has_async_condition() 1431 return (_special_runtime_exit_condition != _no_async_condition) || in has_special_runtime_exit_condition()
|
H A D | thread.cpp | 1644 _special_runtime_exit_condition = _no_async_condition; in initialize() 2192 if (condition == _no_async_condition) { in check_and_handle_async_exceptions() 2229 condition = _no_async_condition; // done in check_and_handle_async_exceptions() 2250 assert(condition == _no_async_condition || has_pending_exception() || in check_and_handle_async_exceptions()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/ |
H A D | thread.hpp | 1056 _no_async_condition = 0, enumerator 1461 _special_runtime_exit_condition = _no_async_condition; in clear_special_runtime_exit_condition() 1466 bool has_async_condition() { return (_special_runtime_exit_condition != _no_async_condition); } in has_async_condition() 1485 return (_special_runtime_exit_condition != _no_async_condition) || in has_special_runtime_exit_condition()
|
H A D | thread.cpp | 1764 _special_runtime_exit_condition = _no_async_condition; in initialize() 2330 if (condition == _no_async_condition) { in check_and_handle_async_exceptions() 2367 condition = _no_async_condition; // done in check_and_handle_async_exceptions() 2388 assert(condition == _no_async_condition || has_pending_exception() || in check_and_handle_async_exceptions()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/ |
H A D | thread.hpp | 1002 _no_async_condition = 0, enumerator 1413 _special_runtime_exit_condition = _no_async_condition; in clear_special_runtime_exit_condition() 1418 bool has_async_condition() { return (_special_runtime_exit_condition != _no_async_condition); } in has_async_condition() 1437 return (_special_runtime_exit_condition != _no_async_condition) || in has_special_runtime_exit_condition()
|
H A D | thread.cpp | 1595 _special_runtime_exit_condition = _no_async_condition; in initialize() 2137 if (condition == _no_async_condition) { in check_and_handle_async_exceptions() 2174 condition = _no_async_condition; // done in check_and_handle_async_exceptions() 2195 assert(condition == _no_async_condition || has_pending_exception() || in check_and_handle_async_exceptions()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/ |
H A D | thread.hpp | 991 _no_async_condition = 0, enumerator 1407 _special_runtime_exit_condition = _no_async_condition; in clear_special_runtime_exit_condition() 1412 bool has_async_condition() { return (_special_runtime_exit_condition != _no_async_condition); } in has_async_condition() 1431 return (_special_runtime_exit_condition != _no_async_condition) || in has_special_runtime_exit_condition()
|
H A D | thread.cpp | 1644 _special_runtime_exit_condition = _no_async_condition; in initialize() 2192 if (condition == _no_async_condition) { in check_and_handle_async_exceptions() 2229 condition = _no_async_condition; // done in check_and_handle_async_exceptions() 2250 assert(condition == _no_async_condition || has_pending_exception() || in check_and_handle_async_exceptions()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/ |
H A D | thread.hpp | 1090 _no_async_condition = 0, enumerator 1490 _special_runtime_exit_condition = _no_async_condition; in clear_special_runtime_exit_condition() 1495 bool has_async_condition() { return (_special_runtime_exit_condition != _no_async_condition); } in has_async_condition() 1514 return (_special_runtime_exit_condition != _no_async_condition) || in has_special_runtime_exit_condition()
|
H A D | thread.cpp | 1675 _special_runtime_exit_condition = _no_async_condition; in initialize() 2311 if (condition == _no_async_condition) { in check_and_handle_async_exceptions() 2348 condition = _no_async_condition; // done in check_and_handle_async_exceptions() 2369 assert(condition == _no_async_condition || has_pending_exception() || in check_and_handle_async_exceptions()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/ |
H A D | thread.hpp | 1059 _no_async_condition = 0, enumerator 1453 _special_runtime_exit_condition = _no_async_condition; in clear_special_runtime_exit_condition() 1458 bool has_async_condition() { return (_special_runtime_exit_condition != _no_async_condition); } in has_async_condition() 1477 return (_special_runtime_exit_condition != _no_async_condition) || in has_special_runtime_exit_condition()
|
H A D | thread.cpp | 1684 _special_runtime_exit_condition = _no_async_condition; in initialize() 2307 if (condition == _no_async_condition) { in check_and_handle_async_exceptions() 2344 condition = _no_async_condition; // done in check_and_handle_async_exceptions() 2365 assert(condition == _no_async_condition || has_pending_exception() || in check_and_handle_async_exceptions()
|