src/hotspot/share/runtime/vmStructs.cpp
changeset 59053 ba6c248cae19
parent 58901 2700c409ff10
child 59070 22ee476cc664
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
  2672   declare_constant(markWord::no_hash)                                     \
  2672   declare_constant(markWord::no_hash)                                     \
  2673   declare_constant(markWord::no_hash_in_place)                            \
  2673   declare_constant(markWord::no_hash_in_place)                            \
  2674   declare_constant(markWord::no_lock_in_place)                            \
  2674   declare_constant(markWord::no_lock_in_place)                            \
  2675   declare_constant(markWord::max_age)                                     \
  2675   declare_constant(markWord::max_age)                                     \
  2676                                                                           \
  2676                                                                           \
  2677   /* Constants in markWord used by CMS. */                                \
       
  2678   declare_constant(markWord::cms_shift)                                   \
       
  2679   declare_constant(markWord::cms_mask)                                    \
       
  2680   declare_constant(markWord::size_shift)                                  \
       
  2681                                                                           \
       
  2682   /* InvocationCounter constants */                                       \
  2677   /* InvocationCounter constants */                                       \
  2683   declare_constant(InvocationCounter::count_increment)                    \
  2678   declare_constant(InvocationCounter::count_increment)                    \
  2684   declare_constant(InvocationCounter::count_shift)
  2679   declare_constant(InvocationCounter::count_shift)
  2685 
  2680 
  2686 
  2681