.hgignore
author tschatzl
Tue, 22 Apr 2014 11:10:12 +0200
changeset 24108 dfc2242fc6b0
parent 13697 5262b00bc10c
child 33045 00f484891bcf
permissions -rw-r--r--
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

^build/
^dist/
nbproject/private/
^webrev
^.hgtip
^.bridge2
.DS_Store