mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8279534: Consolidate and remove oopDesc::klass_gap methods
Reviewed-by: shade, dholmes
This commit is contained in:
parent
f05ff99654
commit
afd2805ef2
3 changed files with 5 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue