< prev index next >

src/hotspot/share/oops/constantPool.cpp

Print this page

        

*** 469,479 **** // If there is a detail message, pass that detail message to the error. // The JVMS does not strictly require us to duplicate the same detail message, // or any internal exception fields such as cause or stacktrace. But since the // detail message is often a class name or other literal string, we will repeat it // if we can find it in the symbol table. ! throw_resolution_error(this_cp, which, CHECK_0); ShouldNotReachHere(); } Handle mirror_handle; Symbol* name = this_cp->symbol_at(name_index); --- 469,479 ---- // If there is a detail message, pass that detail message to the error. // The JVMS does not strictly require us to duplicate the same detail message, // or any internal exception fields such as cause or stacktrace. But since the // detail message is often a class name or other literal string, we will repeat it // if we can find it in the symbol table. ! throw_resolution_error(this_cp, which, CHECK_NULL); ShouldNotReachHere(); } Handle mirror_handle; Symbol* name = this_cp->symbol_at(name_index);
< prev index next >