mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8189373: jmap -heap exited with error code
Add CMSHeap related bits to SA code Reviewed-by: dholmes, jgeorge
This commit is contained in:
parent
e4cf0cb437
commit
82fcfbfbc4
4 changed files with 46 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
|||
#include "gc/parallel/mutableSpace.hpp"
|
||||
#include "gc/serial/defNewGeneration.hpp"
|
||||
#include "gc/serial/tenuredGeneration.hpp"
|
||||
#include "gc/cms/cmsHeap.hpp"
|
||||
#include "gc/shared/cardTableRS.hpp"
|
||||
#include "gc/shared/collectedHeap.hpp"
|
||||
#include "gc/shared/genCollectedHeap.hpp"
|
||||
|
@ -1463,6 +1464,7 @@ typedef PaddedEnd<ObjectMonitor> PaddedObjectMonitor;
|
|||
\
|
||||
declare_toplevel_type(CollectedHeap) \
|
||||
declare_type(GenCollectedHeap, CollectedHeap) \
|
||||
declare_type(CMSHeap, GenCollectedHeap) \
|
||||
declare_toplevel_type(Generation) \
|
||||
declare_type(DefNewGeneration, Generation) \
|
||||
declare_type(CardGeneration, Generation) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue