HBASE-4994 TestHeapSize broke in trunk

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1212549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-12-09 17:56:12 +00:00
parent 0b0fa97084
commit 844819717c
1 changed files with 1 additions and 1 deletions

View File

@ -4328,7 +4328,7 @@ public class HRegion implements HeapSize { // , Writable{
public static final long FIXED_OVERHEAD = ClassSize.align(
ClassSize.OBJECT +
ClassSize.ARRAY +
29 * ClassSize.REFERENCE + Bytes.SIZEOF_INT +
30 * ClassSize.REFERENCE + Bytes.SIZEOF_INT +
(4 * Bytes.SIZEOF_LONG) +
Bytes.SIZEOF_BOOLEAN);