Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 9616 invoked from network); 17 Mar 2009 22:33:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2009 22:33:56 -0000 Received: (qmail 53575 invoked by uid 500); 17 Mar 2009 22:33:56 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 53556 invoked by uid 500); 17 Mar 2009 22:33:56 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 53547 invoked by uid 99); 17 Mar 2009 22:33:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 15:33:56 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO aurora.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 22:33:54 +0000 Received: from aurora.apache.org (localhost [127.0.0.1]) by aurora.apache.org (8.13.8+Sun/8.13.8) with ESMTP id n2HMXYjI023410 for ; Tue, 17 Mar 2009 22:33:34 GMT Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@harmony.apache.org Date: Tue, 17 Mar 2009 22:33:34 -0000 Message-ID: <20090317223334.23339.32926@aurora.apache.org> Subject: [Harmony Wiki] Trivial Update of "Google Summer Of Code 2009 Projects Proposals" by AndrewCornwall X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification. The following page has been changed by AndrewCornwall: http://wiki.apache.org/harmony/Google_Summer_Of_Code_2009_Projects_Proposals The comment on the change is: Found another case in switch where explicit values would be nice ------------------------------------------------------------------------------ || '''Title''' || '''Extend VMTT bytecode assembler''' || || '''ASF Project''' || Apache Harmony http://harmony.apache.org || || '''Keywords''' || Java, tools, vmtt|| - || '''Description''' || VMTT is a bytecode assembler used to test the Apache Harmony VM and class library. For this task, you would extend it in several ways: adding real labels (so one could write jsr loop instead of jsr -5), adding flexibility to emit more bad classes (specifying padding for tableswitch/lookupswitch, allowing double/long constant pool entries without a subsequent constant pool entry), allowing for mixed asm and bin in methods, allowing for insertion of binary data in other places (such as the constant pool), warning users of possible errors (such as bad code_length for a given code array (configurable)), and fixing existing defects. If legal approval is available, you might extend VMTT to read the JASM format as well.|| + || '''Description''' || VMTT is a bytecode assembler used to test the Apache Harmony VM and class library. For this task, you would extend it in several ways: adding real labels (so one could write jsr loop instead of jsr -5), adding flexibility to emit more bad classes (specifying padding and values explicitly for tableswitch/lookupswitch, allowing double/long constant pool entries without a subsequent constant pool entry), allowing for mixed asm and bin in methods, allowing for insertion of binary data in other places (such as the constant pool), warning users of possible errors (such as bad code_length for a given code array (configurable)), and fixing existing defects. If legal approval is available, you might extend VMTT to read the JASM format as well.|| || '''Possible Mentors''' || Andrew Cornwall || || '''Status''' || Unassigned ||