Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 1107 invoked from network); 16 Dec 2008 14:55:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Dec 2008 14:55:07 -0000 Received: (qmail 32822 invoked by uid 500); 16 Dec 2008 14:55:19 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 32798 invoked by uid 500); 16 Dec 2008 14:55:19 -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 32776 invoked by uid 99); 16 Dec 2008 14:55:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 06:55:19 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 14:55:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5193B234C3E7 for ; Tue, 16 Dec 2008 06:54:44 -0800 (PST) Message-ID: <1085396260.1229439284333.JavaMail.jira@brutus> Date: Tue, 16 Dec 2008 06:54:44 -0800 (PST) From: "Alex Blewitt (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-6050) Don't go through Applet call path if not needed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Don't go through Applet call path if not needed ----------------------------------------------- Key: HARMONY-6050 URL: https://issues.apache.org/jira/browse/HARMONY-6050 Project: Harmony Issue Type: Improvement Components: Classlib Affects Versions: 5.0M9 Reporter: Alex Blewitt This moves the initialiser code out of the 4-arg call into the 3-arg call, so that the applet-dependent code isn't triggered if not available. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.