changeset 24430 | 47a764232b9c |
parent 23865 | ba4aeedb2a9f |
child 24431 | 3ffc38ad9083 |
--- a/hotspot/src/os/aix/vm/os_aix.cpp Fri May 09 17:06:52 2014 +0200 +++ b/hotspot/src/os/aix/vm/os_aix.cpp Mon May 12 09:59:56 2014 -0400 @@ -1870,7 +1870,7 @@ // properties. // ShmBkBlock: base class for all blocks in the shared memory bookkeeping -class ShmBkBlock { +class ShmBkBlock : public CHeapObj<mtInternal> { ShmBkBlock* _next;