Skip to content

Commit 44c5c23

Browse files
DanHeidingashipilev
authored andcommitted
8272164: DumpAllocStats shouldn't subclass from ResourceObj
Reviewed-by: shade, iklam, dholmes
1 parent 1bf5bda commit 44c5c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/cds/dumpAllocStats.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
// This is for dumping detailed statistics for the allocations
3232
// in the shared spaces.
33-
class DumpAllocStats : public ResourceObj {
33+
class DumpAllocStats : public StackObj {
3434
public:
3535

3636
// Here's poor man's enum inheritance

0 commit comments

Comments
 (0)