mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
Merge
This commit is contained in:
commit
0218de0c75
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ public class XPlottingViewer extends PlotterPanel implements ActionListener {
|
|||
public void run() {
|
||||
try {
|
||||
Number n =
|
||||
(Number) xmbean.getMBeanServerConnection().getAttribute(xmbean.getObjectName(), attributeName);
|
||||
(Number) xmbean.getSnapshotMBeanServerConnection().getAttribute(xmbean.getObjectName(), attributeName);
|
||||
long v;
|
||||
if (n instanceof Float || n instanceof Double) {
|
||||
plotter.setDecimals(PLOTTER_DECIMALS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue