mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8076076: Move SharedHeap::print_size_transition() into G1 code
Reviewed-by: tschatzl, mgerdin
This commit is contained in:
parent
2c63bc9175
commit
fd46a24a3e
5 changed files with 17 additions and 32 deletions
|
@ -214,16 +214,6 @@ public:
|
|||
// Sets the number of parallel threads that will be doing tasks
|
||||
// (such as process roots) subsequently.
|
||||
virtual void set_par_threads(uint t);
|
||||
|
||||
//
|
||||
// New methods from CollectedHeap
|
||||
//
|
||||
|
||||
// Some utilities.
|
||||
void print_size_transition(outputStream* out,
|
||||
size_t bytes_before,
|
||||
size_t bytes_after,
|
||||
size_t capacity);
|
||||
};
|
||||
|
||||
#endif // SHARE_VM_MEMORY_SHAREDHEAP_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue