--- old/src/share/vm/classfile/vmSymbols.hpp 2019-04-22 18:56:10.109879333 +0000 +++ new/src/share/vm/classfile/vmSymbols.hpp 2019-04-22 18:56:10.059879225 +0000 @@ -609,6 +609,11 @@ /* trace signatures */ \ TRACE_TEMPLATES(template) \ \ + /* bugid 8194653: For early initialization */ \ + template(java_nio_file_FileSystems, "java/nio/file/FileSystems") \ + template(getDefault_name, "getDefault") \ + template(getDefault_signature, "()Ljava/nio/file/FileSystem;") \ + \ /*end*/ // Here are all the intrinsics known to the runtime and the CI.