--- old/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.hpp 2018-06-14 15:09:41.726101695 -0400 +++ new/src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.hpp 2018-06-14 15:09:40.181080384 -0400 @@ -295,9 +295,6 @@ bool has_cstring_entries() const { return _cstring_table->has_entries(); } }; -// external name (synthetic) for the primordial "boot" class loader instance -const char* const boot_class_loader_name = "boot"; - /** * When processing a set of artifacts, there will be a need * to track transitive dependencies originating with each artifact.