--- old/src/hotspot/share/classfile/vmSymbols.hpp 2018-07-20 13:33:59.548449452 -0400 +++ new/src/hotspot/share/classfile/vmSymbols.hpp 2018-07-20 13:33:58.036361531 -0400 @@ -82,6 +82,7 @@ template(java_lang_Long, "java/lang/Long") \ template(java_lang_Long_LongCache, "java/lang/Long$LongCache") \ template(java_lang_Shutdown, "java/lang/Shutdown") \ + template(java_lang_module_Configuration, "java/lang/module/Configuration") \ template(java_lang_ref_Reference, "java/lang/ref/Reference") \ template(java_lang_ref_SoftReference, "java/lang/ref/SoftReference") \ template(java_lang_ref_WeakReference, "java/lang/ref/WeakReference") \ @@ -650,11 +651,12 @@ /* cds */ \ template(jdk_internal_loader_ClassLoaders, "jdk/internal/loader/ClassLoaders") \ template(jdk_vm_cds_SharedClassInfo, "jdk/vm/cds/SharedClassInfo") \ - template(url_void_signature, "(Ljava/net/URL;)V") \ - template(toFileURL_name, "toFileURL") \ - template(toFileURL_signature, "(Ljava/lang/String;)Ljava/net/URL;") \ + template(configuration_signature, "Ljava/lang/module/Configuration;") \ template(moduleFinder_signature, "Ljava/lang/module/ModuleFinder;") \ template(systemModules_signature, "Ljdk/internal/module/SystemModules;") \ + template(toFileURL_name, "toFileURL") \ + template(toFileURL_signature, "(Ljava/lang/String;)Ljava/net/URL;") \ + template(url_void_signature, "(Ljava/net/URL;)V") \ \ /*end*/