mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
8242328: Update mentions of ThreadMBean to ThreadMXBean
Reviewed-by: dholmes, iignatyev, sspitsyn
This commit is contained in:
parent
8c90f4c0a7
commit
bac2e7fcad
13 changed files with 20 additions and 30 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue