mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-18 01:17:57 +00:00
8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert
Reviewed-by: anthony, pchelko, azvegint
This commit is contained in:
parent
cf4ed54c17
commit
a11814d264
@ -29,7 +29,7 @@ import java.nio.ByteBuffer;
|
||||
import java.nio.CharBuffer;
|
||||
import java.nio.charset.*;
|
||||
|
||||
final class WingDings extends Charset {
|
||||
public final class WingDings extends Charset {
|
||||
public WingDings () {
|
||||
super("WingDings", null);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user