On Wed, 7 Jul 2021 04:03:27 GMT, xpbob <[email protected]>
wrote:
> …ocess cpu usage in containers
Hi Bob,
I am not a reviewer, just a tiny comments that you may need to remove the
unnecessary empty line. Thanks.
-Lin
src/jdk.management/unix/classes/com/sun/management/internal/OperatingSystemImpl.java
line 49:
> 47: private long processUsageTicks = 0; // used for process cpu load
> calculation
> 48: private long processTotalTicks = 0; // used for process cpu load
> calculation
> 49:
I think this empty line could be removed
-------------
PR: https://git.openjdk.java.net/jdk/pull/4702