classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Announcing JC virtual machine release 1.4.4


From: Archie Cobbs
Subject: Announcing JC virtual machine release 1.4.4
Date: Wed, 11 May 2005 09:19:33 -0500
User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041129

Announcing JC virtual machine release 1.4.4

This release adds support for different calling conventions in generated
JCNI code, and with this support enables passing of function parameters
in the %eax, %edx, and %ecx registers on the i386 architecture. It also
fixes a bug in method interface dispatch for certain methods having float
parameters. See the CHANGES file for details.

Changes in version 1.4.4:

    - Allow optimized calling conventions in JCNI (generated) code;
      on i386, pass the first three parameters in registers.
    - Add missing access modifier flag `abstract' for array classes.
    - Fixed JNI bug resolving <clinit> (don't recurse to superclass).
    - Fix bug invoking interface methods that have 'float' parameters.
    - Make installation succeed even if JDK not found.

http://jcvm.sourceforge.net/

Cheers,
-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]