HBASE-3183 fixup of TestHeapSize
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1029566 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b85509106d
commit
2fbceee800
|
@ -1478,7 +1478,8 @@ public class Store implements HeapSize {
|
|||
|
||||
public static final long FIXED_OVERHEAD = ClassSize.align(
|
||||
ClassSize.OBJECT + (15 * ClassSize.REFERENCE) +
|
||||
(5 * Bytes.SIZEOF_LONG) + (3 * Bytes.SIZEOF_INT) + (Bytes.SIZEOF_BOOLEAN * 2));
|
||||
(5 * Bytes.SIZEOF_LONG) +
|
||||
(4 * Bytes.SIZEOF_INT) + (Bytes.SIZEOF_BOOLEAN * 2));
|
||||
|
||||
public static final long DEEP_OVERHEAD = ClassSize.align(FIXED_OVERHEAD +
|
||||
ClassSize.OBJECT + ClassSize.REENTRANT_LOCK +
|
||||
|
|
Loading…
Reference in New Issue