< prev index next >

src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/HSDB.java

Print this page
rev 59104 : imported patch serviceability

@@ -479,11 +479,11 @@
     panel = new JPanel();
     panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS));
     panel.setBorder(BorderFactory.createEmptyBorder(8, 8, 8, 8));
     JTextArea ta = new JTextArea(
                                  "Enter the process ID of a currently-running HotSpot process. On " +
-                                 "Solaris and most Unix operating systems, this can be determined by " +
+                                 "most Unix operating systems, this can be determined by " +
                                  "typing \"ps -u <your username> | grep java\"; the process ID is the " +
                                  "first number which appears on the resulting line. On Windows, the " +
                                  "process ID is present in the Task Manager, which can be brought up " +
                                  "while logged on to the desktop by pressing Ctrl-Alt-Delete.");
     ta.setLineWrap(true);
< prev index next >