From freebeans at xqb.biglobe.ne.jp Mon Feb 2 23:48:20 2009 From: freebeans at xqb.biglobe.ne.jp (freebeans) Date: Mon, 02 Feb 2009 23:48:20 +0900 Subject: [Mysaifujvm-announce 9] Mysaifu JVM 0.4.2 released Message-ID: <20090202234640.4EEC.FREEBEANS@xqb.biglobe.ne.jp> Hello, Mysaifu JVM annouce readers. I'm pleased to announce the release of Mysaifu JVM version 0.4.2. http://www2s.biglobe.ne.jp/~dat/java/project/jvm/index_en.html Changes in this version: JVM o FIXED: Shutdown hook thread not executed(Bug #14218) JNI o FIXED: Pass a wrong value to the Java method which has boolean, byte, char, short, or float argument via CallXXX() function.(Bug #14662) Package java.awt o Implemented Font.createFont(). (Feature Request #10411) o Implemented Graphics2D.fill(Shape) and Graphics2D.draw(Shape). Now you can fill and draw any Shape object.(Feature Request #9123) Package java.net o FIXED: MulticastSocket.setNetworkInterface() always throws Exception. (Bug #14132) Regards, freebeans From freebeans at xqb.biglobe.ne.jp Mon Feb 16 00:04:30 2009 From: freebeans at xqb.biglobe.ne.jp (freebeans) Date: Mon, 16 Feb 2009 00:04:30 +0900 Subject: [Mysaifujvm-announce 10] Mysaifu JVM 0.4.3 released Message-ID: <20090216000247.781B.FREEBEANS@xqb.biglobe.ne.jp> 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