< prev index next >

src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.hpp

Print this page

        

*** 293,304 **** bool has_entries() const { return has_symbol_entries() || has_cstring_entries(); } bool has_symbol_entries() const { return _sym_table->has_entries(); } 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. * These might or might not be explicitly "tagged" at that point. --- 293,304 ---- bool has_entries() const { return has_symbol_entries() || has_cstring_entries(); } bool has_symbol_entries() const { return _sym_table->has_entries(); } bool has_cstring_entries() const { return _cstring_table->has_entries(); } }; ! // external name (synthetic) for the primordial "'bootstrap'" class loader instance ! const char* const boot_class_loader_name = "'bootstrap'"; /** * When processing a set of artifacts, there will be a need * to track transitive dependencies originating with each artifact. * These might or might not be explicitly "tagged" at that point.
< prev index next >