Mysaifu JVM is a free Java virtual machine for Windows Mobile.
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)
JVM本体
o シャットダウンフックが実行されなかった点を修正した。(Bug #14218)
JNI
o boolean, byte, char, short, およびfloat型の引数を持つJavaメソッドに、不正な引数を渡していた点を修正した。(Bug #14662)
パッケージjava.awt
o Font.createFont()をサポートした。(Feature Request #10411)
o Graphics2D.fill(Shape)及びGraphics2D.draw(Shape)で任意のShapeを描画できるようになった。(Feature Request #9123)
パッケージjava.net
o MulticastSocket.setNetworkInterface()が常に例外をthrowしていた。(Bug #14132)