You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: visualvm/sampler.truffle/src/org/graalvm/visualvm/sampler/truffle/Bundle.properties
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,10 @@ MSG_Press_mem=Press the 'Memory' button to start collecting memory data.
105
105
106
106
MSG_Unavailable=Not available.
107
107
108
+
MSG_unavailable_init_jmx=Not available. Cannot initialize JMX connection to target application. Use 'Add JMX Connection' action to attach to the application.
109
+
110
+
MSG_unavailable_create_jmx=Not available. Failed to create JMX connection to target application. Use 'Add JMX Connection' action to attach to the application.
111
+
108
112
MSG_Unavailable_remote=Not available. Remote sampling is only supported for Java 8+ applications.
109
113
110
114
MSG_Unavailable_connect_jdk=Not available. Cannot connect to target application. Make sure the application is running on a supported Java 6+.
MSG_unavailable_init_jmx=Not available. Cannot initialize JMX connection to target application. Use 'Add JMX Connection' action to attach to the application.
50
-
51
-
MSG_unavailable_create_jmx=Not available. Failed to create JMX connection to target application. Use 'Add JMX Connection' action to attach to the application.
52
-
53
47
MSG_unavailable_threads=Not available. Cannot access truffle JMX in target application. Check the VisualVM logfile ({0}).
54
48
55
49
MSG_unavailable_stacktraces=Not available. StackTraces instrument is not available. Please start your application with --stacktraces commandline option.
MSG_unavailable_init_jmx=Not available. Cannot initialize JMX connection to target application. Use 'Add JMX Connection' action to attach to the application.
74
-
75
-
MSG_unavailable_create_jmx=Not available. Failed to create JMX connection to target application. Use 'Add JMX Connection' action to attach to the application.
76
-
77
71
MSG_unavailable_threads=Not available. Cannot access truffle JMX in target application. Check the VisualVM logfile ({0}).
78
72
79
73
MSG_unavailable_heaphisto=Not available. Heap histogram instrument is not available. Please start your application with --heaphisto commandline option.
0 commit comments