On Wed, 30 Mar 2022 02:37:31 GMT, Jie Fu <ji...@openjdk.org> wrote:

> > In share mode, the process runs for a long time and the number of physical 
> > machine cores is large, making it easier to reappear.
> 
> So if we run long enough, the `getHostTotalCpuTicks0()` may return overflowed 
> `hostTicks`, right?

GetHostTotalCpuTicks0 is correct
(GetHostTotalCpuTicks0() * containerCPUs)  will overflowed

-------------

PR: https://git.openjdk.java.net/jdk/pull/8028

Reply via email to