8232365: Implementation for JEP 363: Remove the Concurrent Mark Sweep (CMS) Garbage Collector

Reviewed-by: kbarrett, tschatzl, erikj, coleenp, dholmes
This commit is contained in:
Leo Korinth 2019-11-13 11:37:29 +01:00
parent b8b88853a5
commit 1fc67ab002
239 changed files with 220 additions and 27246 deletions

View file

@ -2674,11 +2674,6 @@ typedef HashtableEntry<InstanceKlass*, mtClass> KlassHashtableEntry;
declare_constant(markWord::no_lock_in_place) \
declare_constant(markWord::max_age) \
\
/* Constants in markWord used by CMS. */ \
declare_constant(markWord::cms_shift) \
declare_constant(markWord::cms_mask) \
declare_constant(markWord::size_shift) \
\
/* InvocationCounter constants */ \
declare_constant(InvocationCounter::count_increment) \
declare_constant(InvocationCounter::count_shift)