8197772: metaspace uses global operator new/delete for gtest testing

Inherit ChunkManagerReturnTestImpl from CHeapObj

Reviewed-by: kbarrett, zgu
This commit is contained in:
Coleen Phillimore 2018-02-14 09:09:37 -05:00
parent d41cbf61a1
commit 2a4d4b43b4

View File

@ -4372,7 +4372,7 @@ void ChunkManager_test_list_index() {
// ChunkManagerReturnTest stresses taking/returning chunks from the ChunkManager. It takes and
// returns chunks from/to the ChunkManager while keeping track of the expected ChunkManager
// content.
class ChunkManagerReturnTestImpl {
class ChunkManagerReturnTestImpl : public CHeapObj<mtClass> {
VirtualSpaceNode _vsn;
ChunkManager _cm;