diff src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.hpp @ 20218:828056cf311f

8040792: G1: Memory usage calculation uses sizeof(this) instead of sizeof(classname) Summary: A few locations in the code use sizeof(this) which returns the size of the pointer instead of sizeof(classname) which returns the size of the sum of its members. This change fixes these errors and adds a few tests. Reviewed-by: mgerdin, brutisso
author tschatzl
date Mon, 21 Jul 2014 09:40:19 +0200
parents a9becfeecd1b
children 4ca6dc0799b6 e5035defa3c4
line wrap: on
line diff