commit | f3e710a50e0642eaf3cdf17b51954897baff7ff3 | [log] [tgz] |
---|---|---|
author | Thomas Schatzl <tschatzl@openjdk.org> | Wed Apr 22 09:39:38 2015 +0200 |
committer | Thomas Schatzl <tschatzl@openjdk.org> | Wed Apr 22 09:39:38 2015 +0200 |
tree | c786a04d986cefefaa95489f6ff70df0d920dab1 | |
parent | 30ad15c46d038f70ca951b60ed14776098563e5d [diff] |
8076541: Parallel GC registers Java heap twice to NMT Remove the superfluous call to MemTracker::record_virtual_memory_type() and also a superfluous check whether the space has been successfully reserved. Reviewed-by: pliden, jmasa