--- old/src/hotspot/share/classfile/vmSymbols.hpp 2018-07-06 15:39:24.747203277 +0000 +++ new/src/hotspot/share/classfile/vmSymbols.hpp 2018-07-06 15:39:24.636202488 +0000 @@ -425,6 +425,8 @@ template(vmdependencies_name, "vmdependencies") \ template(loader_name, "loader") \ template(getModule_name, "getModule") \ + template(recordInitException_name, "recordInitException") \ + template(throwReinitException_name, "throwReinitException") \ template(input_stream_void_signature, "(Ljava/io/InputStream;)V") \ template(input_stream_signature, "Ljava/io/InputStream;") \ template(print_stream_signature, "Ljava/io/PrintStream;") \ @@ -490,10 +492,11 @@ template(throwable_void_signature, "(Ljava/lang/Throwable;)V") \ template(void_throwable_signature, "()Ljava/lang/Throwable;") \ template(throwable_throwable_signature, "(Ljava/lang/Throwable;)Ljava/lang/Throwable;") \ - template(class_void_signature, "(Ljava/lang/Class;)V") \ - template(class_int_signature, "(Ljava/lang/Class;)I") \ - template(class_long_signature, "(Ljava/lang/Class;)J") \ - template(class_boolean_signature, "(Ljava/lang/Class;)Z") \ + template(class_throwable_void_signature, "(Ljava/lang/Class;Ljava/lang/Throwable;)V") \ + template(class_void_signature, "(Ljava/lang/Class;)V") \ + template(class_int_signature, "(Ljava/lang/Class;)I") \ + template(class_long_signature, "(Ljava/lang/Class;)J") \ + template(class_boolean_signature, "(Ljava/lang/Class;)Z") \ template(throwable_string_void_signature, "(Ljava/lang/Throwable;Ljava/lang/String;)V") \ template(string_array_void_signature, "([Ljava/lang/String;)V") \ template(string_array_string_array_void_signature, "([Ljava/lang/String;[Ljava/lang/String;)V") \