-
Bug
-
Resolution: Fixed
-
P2
-
OpenJDK6, 7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2156165 | 7 | Igor Nekrestyanov | P3 | Closed | Fixed | b28 |
JCK test api/javax_swing/SwingUtilities/descriptions.html#other produce error, and jvm becomes unusable at least on solaris. Here is the code that makes a crash:
Font[] fonts = GraphicsEnvironment.getLocalGraphicsEnvironment().getAllFonts();
FontMetrics fm;
for(int i = 0; i< fonts.length; i++){
fm = Toolkit.getDefaultToolkit().getFontMetrics(fonts[i]);
fm.getWidths();
}
Font[] fonts = GraphicsEnvironment.getLocalGraphicsEnvironment().getAllFonts();
FontMetrics fm;
for(int i = 0; i< fonts.length; i++){
fm = Toolkit.getDefaultToolkit().getFontMetrics(fonts[i]);
fm.getWidths();
}
- backported by
-
JDK-2156165 CRASH: JCK test eats much memory and jvm crashes
-
- Closed
-