8076076: Move SharedHeap::print_size_transition() into G1 code

Reviewed-by: tschatzl, mgerdin
This commit is contained in:
Bengt Rutisson 2015-03-27 09:28:47 +01:00
parent 2c63bc9175
commit fd46a24a3e
5 changed files with 17 additions and 32 deletions

View file

@ -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