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() {
404404 }
405405 if (jvmstatModel != null ) {
406406 commandLine = jvmstatModel .getCommandLine ();
407- jvmArgs = getJvmArgsJvmstat ();
407+ jvmArgs = jvmstatModel . getJvmArgs ();
408408 jvmFlags = jvmstatModel .getJvmFlags ();
409409 mainArgs = jvmstatModel .getMainArgs ();
410410 mainClass = jvmstatModel .getMainClass ();
@@ -419,10 +419,6 @@ protected void initStaticData() {
419419 }
420420 }
421421
422- private String getJvmArgsJvmstat () {
423- return jvmstatModel .getJvmArgs ();
424- }
425-
426422 public void dataChanged (JvmstatModel stat ) {
427423 assert stat == monitoredVm ;
428424 MonitoredData data = new SVMMonitoredDataImpl (this , monitoredVm , jvmstatModel );
You can’t perform that action at this time.
0 commit comments