< prev index next >

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

Print this page

        

*** 293,305 **** 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. * With the introduction of "epochs" to allow for concurrent tagging, --- 293,302 ----
< prev index next >