• T
    6941275: G1: The MemoryPools are incorrectly supported for G1 · 0807c46f
    tonyp 提交于
    Summary: The way we were caluclating the max value meant that it might fluctuate during the run and this broke some assumptions inside the MBeans framework. This change sets the max value of each pool to -1, which means undefined according to the spec.
    Reviewed-by: mchung, johnc
    0807c46f
g1MemoryPool.hpp 7.9 KB