commit | f473d94b9c81995777945eae947fff417d5f1dac | [log] [tgz] |
---|---|---|
author | John Cuthbertson <johnc@openjdk.org> | Fri Nov 06 11:10:05 2009 -0800 |
committer | John Cuthbertson <johnc@openjdk.org> | Fri Nov 06 11:10:05 2009 -0800 |
tree | 07dce057bf72c72b709b5854b6ee15965f6cfafd | |
parent | a3e539d0dadadf38be687357dfb0c698369e0cfb [diff] |
6895788: G1: SATB and update buffer allocation code allocates too much space The type in the NEW_C_HEAP_ARRRY and FREE_C_HEAP_ARRAY calls in the buffer allocation code was changed from void* to char as the size argument had already been mulitipled by the byte size of an object pointer. Reviewed-by: ysr, tonyp