src/os/aix/vm/os_aix.cpp

Print this page
rev 6239 : 8039805: Fix the signature of the global new/delete operators in allocation.cpp

*** 1868,1878 **** // // Therefore we need to keep track of the allocated memory segments and their // properties. // ShmBkBlock: base class for all blocks in the shared memory bookkeeping ! class ShmBkBlock { ShmBkBlock* _next; protected: --- 1868,1878 ---- // // Therefore we need to keep track of the allocated memory segments and their // properties. // ShmBkBlock: base class for all blocks in the shared memory bookkeeping ! class ShmBkBlock : public CHeapObj<mtInternal> { ShmBkBlock* _next; protected: