Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6522091
Votes 0
Synopsis VMPanel.java contains non-ASCII character
Category java:jconsole
Reported Against b06
Release Fixed 7(b25), 6u10(b10) (Bug ID:2157064)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs
Submit Date 06-FEB-2007
Description
j2se/src/share/classes/sun/tools/jconsole/VMPanel.java line 568 has a non-ASCII character (right single quote):

            // Set the first enabled tab in the tab's list

This can cause problems if someone is trying to compile JDK sources and is using -encoding US-ASCII or UTF-8. (The character appears to be encoded in ISO-8859-1.) As far as I can tell this is the only non-ASCII character in j2se/src/share/classes/**/*.java.

$ svn -v stat j2se/src/share/classes/sun/tools/jconsole/VMPanel.java
               64       56 bnoble       j2se/src/share/classes/sun/tools/jconsole/VMPanel.java
Posted Date : 2007-02-06 23:20:03.0
Work Around
N/A
Evaluation
Replace with regular single quote character.
Posted Date : 2007-02-07 00:20:10.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang