[Mysaifujvm-announce 10] Mysaifu JVM 0.4.3 released

アーカイブの一覧に戻る

freebeans freeb****@xqb*****
Mon Feb 16 00:04:30 JST 2009


Hello, Mysaifu JVM annouce readers.
 I'm pleased to announce the release of Mysaifu JVM version 0.4.3.
 http://www2s.biglobe.ne.jp/~dat/java/project/jvm/index_en.html

Changes in this version:
Package java.awt
* FIXED: Resource leak in BufferedImage.getGraphics().(Bug #14778)
* FIXED: Following code does not work correctly. (Bug #15066)
         BufferedImage img = new BufferedImage(...);
         Graphics2D g = img.createGraphics();
         Graphics2D g2 = g.create();
         g2.drawRectngle();
         g.drawString();

Package java.lang.reflect
* FIXED:Class.getAnnotations(), Method.getAnnotations(),
        Field.getAnnotations() always returns empty array.(Bug #14996)

Regards,
freebeans <freebeans ¡÷ xqb.biglobe.ne.jp>




More information about the Mysaifujvm-announce mailing list
アーカイブの一覧に戻る