This defect happens on jdk1.2m
To reproduce :
set LC_ALL=ja
run a test case /home/cjao/works/i18n_work/IMF/FontTest
(i.e. %env LC_ALL=ja java FontTest)
get java.lang.OutOfMemoryError
If you run the same test case under en_US locale, this bug will not be shown up.
If you run this test case on jdk1.2l, this bug will not shown up either.
P.S. If you want copy FontTest to your directory, make sure copy MyRescources.java and MyResources_ja.java as well.
This bug is introduced in JDK1.2 Beta1 again.
Try run /home/cjao/taligetn_i18n/MessageCatalog/demo/Sample.java
or see the attachment
cindy.jao@eng 1997-10-21
To reproduce :
set LC_ALL=ja
run a test case /home/cjao/works/i18n_work/IMF/FontTest
(i.e. %env LC_ALL=ja java FontTest)
get java.lang.OutOfMemoryError
If you run the same test case under en_US locale, this bug will not be shown up.
If you run this test case on jdk1.2l, this bug will not shown up either.
P.S. If you want copy FontTest to your directory, make sure copy MyRescources.java and MyResources_ja.java as well.
This bug is introduced in JDK1.2 Beta1 again.
Try run /home/cjao/taligetn_i18n/MessageCatalog/demo/Sample.java
or see the attachment
cindy.jao@eng 1997-10-21
- relates to
-
JDK-4097137 Erroneous OutOfMemoryErrors can occur under obscure conditions
-
- Closed
-