--- old/src/jdk.jvmstat/share/classes/sun/jvmstat/monitor/MonitoredVm.java 2015-06-05 21:04:37.723466072 +0400 +++ new/src/jdk.jvmstat/share/classes/sun/jvmstat/monitor/MonitoredVm.java 2015-06-05 21:04:37.551466072 +0400 @@ -74,9 +74,10 @@ * * @param patternString a string containing a pattern as described in * {@link java.util.regex.Pattern}. - * @return List - a List of {@link Monitor} objects that can be used to + * @return {@code List} - a List of {@link Monitor} + * objects that can be used to * monitor the instrumentation objects whose names match - * the given pattern. If no instrumentation objects have` + * the given pattern. If no instrumentation objects have * names matching the given pattern, then an empty List * is returned. * @throws MonitorException Thrown if an error occurs while communicating