RULE javax/swing/SwingUtilities/6464003/bug6464003.java Exception java.lang.RuntimeException: The left side bearing must be calculated for all characters, not only for 'W'.
17-03-2015
EVALUATION
The fix for 6464003 has some flaws. It was a backport of several fixes from early version of jdk7 into jdk6. Some of this fixes caused regressions (specifically the fix for 6797139), so 6464003 was completely removed from jdk7. However, it still presents in jdk6.