Home
last modified time | relevance | path

Searched refs:h_exception (Results 1 – 25 of 62) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp72 vm_exit_during_initialization(h_exception); in special_exception()
133 Handle h_exception = Handle(thread, exception); in _throw_oop() local
134 _throw(thread, file, line, h_exception); in _throw_oop()
159 count_out_of_memory_exceptions(h_exception); in _throw()
181 _throw(thread, file, line, h_exception, message); in _throw_msg()
199 _throw(thread, file, line, h_exception, NULL); in _throw_cause()
266 Handle h_exception; in new_exception() local
281 args->set_receiver(h_exception); in new_exception()
297 return h_exception; in new_exception()
315 args1.set_receiver(h_exception); in new_exception()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp72 vm_exit_during_initialization(h_exception); in special_exception()
133 Handle h_exception = Handle(thread, exception); in _throw_oop() local
134 _throw(thread, file, line, h_exception); in _throw_oop()
159 count_out_of_memory_exceptions(h_exception); in _throw()
181 _throw(thread, file, line, h_exception, message); in _throw_msg()
199 _throw(thread, file, line, h_exception, NULL); in _throw_cause()
266 Handle h_exception; in new_exception() local
281 args->set_receiver(h_exception); in new_exception()
297 return h_exception; in new_exception()
315 args1.set_receiver(h_exception); in new_exception()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A Dexceptions.cpp88 vm_exit_during_initialization(h_exception); in special_exception()
141 Handle h_exception(thread, exception); in _throw_oop() local
142 _throw(thread, file, line, h_exception); in _throw_oop()
166 count_out_of_memory_exceptions(h_exception); in _throw()
190 _throw(thread, file, line, h_exception, message); in _throw_msg()
199 _throw(thread, file, line, h_exception, message); in _throw_msg_cause()
208 _throw(thread, file, line, h_exception, NULL); in _throw_cause()
281 Handle h_exception; in new_exception() local
299 return h_exception; in new_exception()
317 args1.set_receiver(h_exception); in new_exception()
[all …]
H A Devents.cpp142 void ExceptionsEventLog::log(Thread* thread, Handle h_exception, const char* message, const char* f… in log() argument
153 h_exception->print_value_on(&st); in log()
157 p2i(h_exception()), file, line); in log()
H A Devents.hpp210 void log(Thread* thread, Handle h_exception, const char* message, const char* file, int line);
252 …static void log_exception(Thread* thread, Handle h_exception, const char* message, const char* fil…
282 inline void Events::log_exception(Thread* thread, Handle h_exception, const char* message, const ch… in log_exception() argument
284 _exceptions->log(thread, h_exception, message, file, line); in log_exception()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A Dexceptions.cpp89 vm_exit_during_initialization(h_exception); in special_exception()
140 Handle h_exception(thread, exception); in _throw_oop() local
141 _throw(thread, file, line, h_exception); in _throw_oop()
165 count_out_of_memory_exceptions(h_exception); in _throw()
189 _throw(thread, file, line, h_exception, message); in _throw_msg()
198 _throw(thread, file, line, h_exception, message); in _throw_msg_cause()
207 _throw(thread, file, line, h_exception, NULL); in _throw_cause()
279 Handle h_exception; in new_exception() local
297 return h_exception; in new_exception()
315 args1.set_receiver(h_exception); in new_exception()
[all …]
H A Devents.cpp140 void ExceptionsEventLog::log(Thread* thread, Handle h_exception, const char* message, const char* f… in log() argument
151 h_exception->print_value_on(&st); in log()
155 p2i(h_exception()), file, line); in log()
H A Devents.hpp210 void log(Thread* thread, Handle h_exception, const char* message, const char* file, int line);
257 …static void log_exception(Thread* thread, Handle h_exception, const char* message, const char* fil…
296 inline void Events::log_exception(Thread* thread, Handle h_exception, const char* message, const ch… in log_exception() argument
298 _exceptions->log(thread, h_exception, message, file, line); in log_exception()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Dexceptions.cpp76 vm_exit_during_initialization(h_exception); in special_exception()
129 Handle h_exception(thread, exception); in _throw_oop() local
130 _throw(thread, file, line, h_exception); in _throw_oop()
152 count_out_of_memory_exceptions(h_exception); in _throw()
180 _throw(thread, file, line, h_exception, message); in _throw_msg()
189 _throw(thread, file, line, h_exception, message); in _throw_msg_cause()
198 _throw(thread, file, line, h_exception, NULL); in _throw_cause()
265 Handle h_exception; in new_exception() local
283 return h_exception; in new_exception()
301 args1.set_receiver(h_exception); in new_exception()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Dexceptions.cpp76 vm_exit_during_initialization(h_exception); in special_exception()
129 Handle h_exception(thread, exception); in _throw_oop() local
130 _throw(thread, file, line, h_exception); in _throw_oop()
152 count_out_of_memory_exceptions(h_exception); in _throw()
180 _throw(thread, file, line, h_exception, message); in _throw_msg()
189 _throw(thread, file, line, h_exception, message); in _throw_msg_cause()
198 _throw(thread, file, line, h_exception, NULL); in _throw_cause()
265 Handle h_exception; in new_exception() local
283 return h_exception; in new_exception()
301 args1.set_receiver(h_exception); in new_exception()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A Dexceptions.cpp76 vm_exit_during_initialization(h_exception); in special_exception()
129 Handle h_exception(thread, exception); in _throw_oop() local
130 _throw(thread, file, line, h_exception); in _throw_oop()
152 count_out_of_memory_exceptions(h_exception); in _throw()
180 _throw(thread, file, line, h_exception, message); in _throw_msg()
189 _throw(thread, file, line, h_exception, message); in _throw_msg_cause()
198 _throw(thread, file, line, h_exception, NULL); in _throw_cause()
265 Handle h_exception; in new_exception() local
283 return h_exception; in new_exception()
301 args1.set_receiver(h_exception); in new_exception()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A Dexceptions.cpp77 vm_exit_during_initialization(h_exception); in special_exception()
130 Handle h_exception(thread, exception); in _throw_oop() local
131 _throw(thread, file, line, h_exception); in _throw_oop()
155 count_out_of_memory_exceptions(h_exception); in _throw()
179 _throw(thread, file, line, h_exception, message); in _throw_msg()
188 _throw(thread, file, line, h_exception, message); in _throw_msg_cause()
197 _throw(thread, file, line, h_exception, NULL); in _throw_cause()
264 Handle h_exception; in new_exception() local
282 return h_exception; in new_exception()
300 args1.set_receiver(h_exception); in new_exception()
[all …]
H A Devents.cpp142 void ExceptionsEventLog::log(Thread* thread, Handle h_exception, const char* message, const char* f… in log() argument
153 h_exception->print_value_on(&st); in log()
157 p2i(h_exception()), file, line); in log()
H A Devents.hpp210 void log(Thread* thread, Handle h_exception, const char* message, const char* file, int line);
252 …static void log_exception(Thread* thread, Handle h_exception, const char* message, const char* fil…
282 inline void Events::log_exception(Thread* thread, Handle h_exception, const char* message, const ch… in log_exception() argument
284 _exceptions->log(thread, h_exception, message, file, line); in log_exception()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A Dexceptions.cpp77 vm_exit_during_initialization(h_exception); in special_exception()
130 Handle h_exception(thread, exception); in _throw_oop() local
131 _throw(thread, file, line, h_exception); in _throw_oop()
155 count_out_of_memory_exceptions(h_exception); in _throw()
179 _throw(thread, file, line, h_exception, message); in _throw_msg()
188 _throw(thread, file, line, h_exception, message); in _throw_msg_cause()
197 _throw(thread, file, line, h_exception, NULL); in _throw_cause()
264 Handle h_exception; in new_exception() local
282 return h_exception; in new_exception()
300 args1.set_receiver(h_exception); in new_exception()
[all …]
H A Devents.cpp142 void ExceptionsEventLog::log(Thread* thread, Handle h_exception, const char* message, const char* f… in log() argument
153 h_exception->print_value_on(&st); in log()
157 p2i(h_exception()), file, line); in log()
H A Devents.hpp210 void log(Thread* thread, Handle h_exception, const char* message, const char* file, int line);
252 …static void log_exception(Thread* thread, Handle h_exception, const char* message, const char* fil…
282 inline void Events::log_exception(Thread* thread, Handle h_exception, const char* message, const ch… in log_exception() argument
284 _exceptions->log(thread, h_exception, message, file, line); in log_exception()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A Dexceptions.cpp77 vm_exit_during_initialization(h_exception); in special_exception()
130 Handle h_exception(thread, exception); in _throw_oop() local
131 _throw(thread, file, line, h_exception); in _throw_oop()
155 count_out_of_memory_exceptions(h_exception); in _throw()
179 _throw(thread, file, line, h_exception, message); in _throw_msg()
188 _throw(thread, file, line, h_exception, message); in _throw_msg_cause()
197 _throw(thread, file, line, h_exception, NULL); in _throw_cause()
264 Handle h_exception; in new_exception() local
282 return h_exception; in new_exception()
300 args1.set_receiver(h_exception); in new_exception()
[all …]
H A Devents.cpp142 void ExceptionsEventLog::log(Thread* thread, Handle h_exception, const char* message, const char* f… in log() argument
153 h_exception->print_value_on(&st); in log()
157 p2i(h_exception()), file, line); in log()
H A Devents.hpp210 void log(Thread* thread, Handle h_exception, const char* message, const char* file, int line);
252 …static void log_exception(Thread* thread, Handle h_exception, const char* message, const char* fil…
282 inline void Events::log_exception(Thread* thread, Handle h_exception, const char* message, const ch… in log_exception() argument
284 _exceptions->log(thread, h_exception, message, file, line); in log_exception()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp399 Handle h_exception(thread, exception);
410 thread->set_vm_result(h_exception());
443 assert(h_exception->is_oop(), "just checking");
445 if (!(h_exception->is_a(SystemDictionary::Throwable_klass()))) {
459 (address)h_exception());
462 h_exception->print_value_string(),
463 (address)h_exception());
475 NOT_PRODUCT(Exceptions::debug_check_abort(h_exception));
478 KlassHandle h_klass(THREAD, h_exception->klass());
487 h_exception = Handle(THREAD, PENDING_EXCEPTION);
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp399 Handle h_exception(thread, exception);
410 thread->set_vm_result(h_exception());
443 assert(h_exception->is_oop(), "just checking");
445 if (!(h_exception->is_a(SystemDictionary::Throwable_klass()))) {
459 (address)h_exception());
462 h_exception->print_value_string(),
463 (address)h_exception());
475 NOT_PRODUCT(Exceptions::debug_check_abort(h_exception));
478 KlassHandle h_klass(THREAD, h_exception->klass());
487 h_exception = Handle(THREAD, PENDING_EXCEPTION);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DinterpreterRuntime.cpp473 Handle h_exception(thread, exception);
484 thread->set_vm_result(h_exception());
516 assert(h_exception.not_null(), "NULL exceptions should be handled by athrow");
518 if (!(h_exception->is_a(SystemDictionary::Throwable_klass()))) {
531 Exceptions::log_exception(h_exception, tempst.as_string());
540 Exceptions::debug_check_abort(h_exception);
543 Klass* klass = h_exception->klass();
552 h_exception = Handle(THREAD, PENDING_EXCEPTION);
575 JvmtiExport::post_exception_throw(thread, h_method(), last_frame.bcp(), h_exception());
606 …JvmtiExport::notice_unwind_due_to_exception(thread, h_method(), handler_pc, h_exception(), (handle…
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A DinterpreterRuntime.cpp473 Handle h_exception(thread, exception);
484 thread->set_vm_result(h_exception());
516 assert(h_exception.not_null(), "NULL exceptions should be handled by athrow");
518 if (!(h_exception->is_a(SystemDictionary::Throwable_klass()))) {
531 Exceptions::log_exception(h_exception, tempst.as_string());
540 Exceptions::debug_check_abort(h_exception);
543 Klass* klass = h_exception->klass();
552 h_exception = Handle(THREAD, PENDING_EXCEPTION);
575 JvmtiExport::post_exception_throw(thread, h_method(), last_frame.bcp(), h_exception());
606 …JvmtiExport::notice_unwind_due_to_exception(thread, h_method(), handler_pc, h_exception(), (handle…
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/interpreter/
H A DinterpreterRuntime.cpp488 Handle h_exception(thread, exception);
499 thread->set_vm_result(h_exception());
531 assert(h_exception.not_null(), "NULL exceptions should be handled by athrow");
533 if (!(h_exception->is_a(SystemDictionary::Throwable_klass()))) {
546 Exceptions::log_exception(h_exception, tempst.as_string());
555 Exceptions::debug_check_abort(h_exception);
558 Klass* klass = h_exception->klass();
567 h_exception = Handle(THREAD, PENDING_EXCEPTION);
590 JvmtiExport::post_exception_throw(thread, h_method(), last_frame.bcp(), h_exception());
621 …JvmtiExport::notice_unwind_due_to_exception(thread, h_method(), handler_pc, h_exception(), (handle…
[all …]

123