From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23193 invoked by alias); 8 Jul 2011 17:31:48 -0000 Received: (qmail 23176 invoked by uid 22791); 8 Jul 2011 17:31:48 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_BF,TW_GC,TW_IB,TW_SG X-Spam-Check-By: sourceware.org Received: from mail-gw0-f47.google.com (HELO mail-gw0-f47.google.com) (74.125.83.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 08 Jul 2011 17:31:26 +0000 Received: by gwb11 with SMTP id 11so1009231gwb.20 for ; Fri, 08 Jul 2011 10:31:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.236.182.103 with SMTP id n67mr2868925yhm.26.1310146286094; Fri, 08 Jul 2011 10:31:26 -0700 (PDT) Received: by 10.147.178.7 with HTTP; Fri, 8 Jul 2011 10:31:26 -0700 (PDT) Date: Fri, 08 Jul 2011 17:31:00 -0000 Message-ID: Subject: RTEMS Port of GCJ Progress Report From: Jie Liu To: RTEMS Mailing List , java@gcc.gnu.org, gcc@gcc.gnu.org Cc: Joel Sherrill Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00001.txt.bz2 Hi, This is the second report after =93GCJ Porting for RTEMS Status Report=94[1]. During this time, I am --- Focusing on running the testsuite and fix encountered problem --- Submitting patches to related community In details, I have got the testsuite result for boehm-gc, libffi and libjava, which can be seen in rtemsgcj project=92s trunk[2]. For problems encountered in boehm-gc, they are fixed under Ivan=92s help, and the problems can be seen in mailing list[3](Just search rtems for related information). For problems encountered in libjava, I have send a mail to java-patches[4], some problems have been fixed while others still in fixing. The patches have been send to related communities, although libjava=92s patch still needs modify. For boehm-gc, the patch can be seen on java-patches mailing list[5]. For RTEMS, the patch can be seen on RTEMS mailing list[6]. For libjava, the patch also can be seen on java-patches mailing list[7]. The libffi is worked on RTEMS/i386, so there is no patch for it. Next step, I will +++ Make as more libjava test case PASS as possible and get the libjava patch merged +++ Move to a new architecture and repeat the porting progress If you have any ideas on this project, please do not hesitate to contact me= . :) [1] http://www.rtems.org/pipermail/rtems-users/2011-June/008574.html [2]http://rtemsgcj.googlecode.com/svn/trunk/gcjtest/testsuite_out [3] http://news.gmane.org/gmane.comp.programming.garbage-collection.boehmgc [4] http://gcc.gnu.org/ml/java-patches/2011-q3/msg00016.html [5] http://gcc.gnu.org/ml/java-patches/2011-q2/msg00067.html [6] http://www.rtems.org/pipermail/rtems-users/2011-June/008573.html [7] http://gcc.gnu.org/ml/java-patches/2011-q3/msg00001.html Best Regards, Jie