src/hotspot/share/runtime/safepoint.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File webrev Cdiff src/hotspot/share/runtime/safepoint.hpp

src/hotspot/share/runtime/safepoint.hpp

Print this page

        

*** 81,90 **** --- 81,91 ---- SAFEPOINT_CLEANUP_UPDATE_INLINE_CACHES, SAFEPOINT_CLEANUP_COMPILATION_POLICY, SAFEPOINT_CLEANUP_SYMBOL_TABLE_REHASH, SAFEPOINT_CLEANUP_STRING_TABLE_REHASH, SAFEPOINT_CLEANUP_CLD_PURGE, + SAFEPOINT_CLEANUP_SYSTEM_DICTIONARY_RESIZE, // Leave this one last. SAFEPOINT_CLEANUP_NUM_TASKS }; typedef struct {
src/hotspot/share/runtime/safepoint.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File