< prev index next >

src/hotspot/share/classfile/vmSymbols.hpp

Print this page
rev 50339 : 8203824: Chain exception from initialization in later NoClassDefFoundErrors.

*** 438,447 **** --- 438,450 ---- template(getProtectionDomain_signature, "(Ljava/security/CodeSource;)Ljava/security/ProtectionDomain;") \ template(url_code_signer_array_void_signature, "(Ljava/net/URL;[Ljava/security/CodeSigner;)V") \ template(module_entry_name, "module_entry") \ template(resolved_references_name, "<resolved_references>") \ template(init_lock_name, "<init_lock>") \ + template(exceptionThrownDuringClinit_name, "exceptionThrownDuringClinit") \ + template(throwable_signature, "Ljava/lang/Throwable;") \ + template(setExceptionThrownDuringClinit_name, "setExceptionThrownDuringClinit") \ \ /* name symbols needed by intrinsics */ \ VM_INTRINSICS_DO(VM_INTRINSIC_IGNORE, VM_SYMBOL_IGNORE, template, VM_SYMBOL_IGNORE, VM_ALIAS_IGNORE) \ \ /* common signatures names */ \
< prev index next >