Searched refs:ExceptionInfo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp34 class ExceptionInfo;
57 define_array(ExceptionInfoArray, ExceptionInfo*)
284 class ExceptionInfo: public CompilationResourceObj { class in inherits:CompilationResourceObj
290 ExceptionInfo(int pco, XHandlers* exception_handlers) function in class:ExceptionInfo
H A Dc1_Compilation.cpp441 ExceptionInfo* info = info_list->at(i);
543 exception_info_list()->push(new ExceptionInfo(pco, exception_handlers));
/openjdk7/jdk/src/share/classes/java/io/
H A DObjectStreamClass.java135 private static class ExceptionInfo { class in class:ObjectStreamClass
139 ExceptionInfo(String cn, String msg) { method in class:ObjectStreamClass.ExceptionInfo
157 private ExceptionInfo deserializeEx;
159 private ExceptionInfo serializeEx;
161 private ExceptionInfo defaultSerializeEx;
486 new ExceptionInfo(e.classname, e.getMessage());
525 deserializeEx = new ExceptionInfo(name, "enum type");
527 deserializeEx = new ExceptionInfo(name, "no valid constructor");
532 defaultSerializeEx = new ExceptionInfo(
642 deserializeEx = new ExceptionInfo(
[all...]

Completed in 124 milliseconds