8279534: Consolidate and remove oopDesc::klass_gap methods

Reviewed-by: shade, dholmes
This commit is contained in:
Roman Kennke 2022-01-24 11:16:53 +00:00
parent f05ff99654
commit afd2805ef2
3 changed files with 5 additions and 15 deletions

View file

@ -91,8 +91,6 @@ class oopDesc {
static inline void release_set_klass(HeapWord* mem, Klass* k);
// For klass field compression
inline int klass_gap() const;
inline void set_klass_gap(int z);
static inline void set_klass_gap(HeapWord* mem, int z);
// size of object header, aligned to platform wordSize