8340436: Remove unused CompressedOops::AnyNarrowOopMode
Reviewed-by: haosun, dholmes
This commit is contained in:
parent
94c33179b6
commit
0f7d9e5995
@ -73,8 +73,7 @@ public:
|
|||||||
UnscaledNarrowOop = 0,
|
UnscaledNarrowOop = 0,
|
||||||
ZeroBasedNarrowOop = 1,
|
ZeroBasedNarrowOop = 1,
|
||||||
DisjointBaseNarrowOop = 2,
|
DisjointBaseNarrowOop = 2,
|
||||||
HeapBasedNarrowOop = 3,
|
HeapBasedNarrowOop = 3
|
||||||
AnyNarrowOopMode = 4
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// The representation type for narrowOop is assumed to be uint32_t.
|
// The representation type for narrowOop is assumed to be uint32_t.
|
||||||
|
Loading…
Reference in New Issue
Block a user