< prev index next >

src/hotspot/share/classfile/vmSymbols.hpp

Print this page

        

*** 80,89 **** --- 80,90 ---- template(java_lang_Integer, "java/lang/Integer") \ template(java_lang_Integer_IntegerCache, "java/lang/Integer$IntegerCache") \ 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") \ template(java_lang_ref_FinalReference, "java/lang/ref/FinalReference") \ template(java_lang_ref_PhantomReference, "java/lang/ref/PhantomReference") \
*** 648,662 **** JFR_TEMPLATES(template) \ \ /* 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(moduleFinder_signature, "Ljava/lang/module/ModuleFinder;") \ template(systemModules_signature, "Ljdk/internal/module/SystemModules;") \ \ /*end*/ // Here are all the intrinsics known to the runtime and the CI. // Each intrinsic consists of a public enum name (like _hashCode), --- 649,664 ---- JFR_TEMPLATES(template) \ \ /* cds */ \ template(jdk_internal_loader_ClassLoaders, "jdk/internal/loader/ClassLoaders") \ template(jdk_vm_cds_SharedClassInfo, "jdk/vm/cds/SharedClassInfo") \ ! 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*/ // Here are all the intrinsics known to the runtime and the CI. // Each intrinsic consists of a public enum name (like _hashCode),
< prev index next >