8242328: Update mentions of ThreadMBean to ThreadMXBean

Reviewed-by: dholmes, iignatyev, sspitsyn
This commit is contained in:
Leonid Mesnik 2020-06-12 14:33:55 -07:00
parent 8c90f4c0a7
commit bac2e7fcad
13 changed files with 20 additions and 30 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -50,7 +50,7 @@ public interface HotspotThreadMBean {
* @throws java.lang.UnsupportedOperationException if the Java virtual
* machine does not support CPU time measurement.
*
* @see java.lang.management.ThreadMBean#isThreadCpuTimeSupported
* @see java.lang.management.ThreadMXBean#isThreadCpuTimeSupported
*/
public java.util.Map<String,Long> getInternalThreadCpuTimes();