src/share/vm/services/memoryPool.hpp

changeset 9806
758c07667682
parent 6876
710a3c8b516e
parent 9793
7386b3a385ac
     1.1 --- a/src/share/vm/services/memoryPool.hpp	Tue Feb 04 17:38:01 2020 +0800
     1.2 +++ b/src/share/vm/services/memoryPool.hpp	Tue Feb 04 18:13:14 2020 +0800
     1.3 @@ -198,7 +198,7 @@
     1.4                                 bool support_usage_threshold);
     1.5  
     1.6    MemoryUsage get_memory_usage();
     1.7 -  size_t used_in_bytes()            { return _space->used(); }
     1.8 +  size_t used_in_bytes()            { return _space->used_stable(); }
     1.9  };
    1.10  #endif // INCLUDE_ALL_GCS
    1.11  

mercurial