mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
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:
parent
b8b88853a5
commit
1fc67ab002
239 changed files with 220 additions and 27246 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue