File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
visualvm/graalvm/src/org/graalvm/visualvm/graalvm/svm Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ protected void initStaticData() {
404
404
}
405
405
if (jvmstatModel != null ) {
406
406
commandLine = jvmstatModel .getCommandLine ();
407
- jvmArgs = getJvmArgsJvmstat ();
407
+ jvmArgs = jvmstatModel . getJvmArgs ();
408
408
jvmFlags = jvmstatModel .getJvmFlags ();
409
409
mainArgs = jvmstatModel .getMainArgs ();
410
410
mainClass = jvmstatModel .getMainClass ();
@@ -419,10 +419,6 @@ protected void initStaticData() {
419
419
}
420
420
}
421
421
422
- private String getJvmArgsJvmstat () {
423
- return jvmstatModel .getJvmArgs ();
424
- }
425
-
426
422
public void dataChanged (JvmstatModel stat ) {
427
423
assert stat == monitoredVm ;
428
424
MonitoredData data = new SVMMonitoredDataImpl (this , monitoredVm , jvmstatModel );
You can’t perform that action at this time.
0 commit comments