mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-15 21:05:11 +00:00
8197772: metaspace uses global operator new/delete for gtest testing
Inherit ChunkManagerReturnTestImpl from CHeapObj Reviewed-by: kbarrett, zgu
This commit is contained in:
parent
d41cbf61a1
commit
2a4d4b43b4
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user