Searched defs:get_exception_types (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp671 objArrayHandle Reflection::get_exception_types(methodHandle method, TRAPS) { function in class:Reflection
717 objArrayHandle exception_types = get_exception_types(method, CHECK_NULL);
774 objArrayHandle exception_types = get_exception_types(method, CHECK_NULL);

Completed in 61 milliseconds