Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 87674 invoked from network); 27 Sep 2010 09:19:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Sep 2010 09:19:30 -0000 Received: (qmail 2329 invoked by uid 500); 27 Sep 2010 09:19:30 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 2256 invoked by uid 500); 27 Sep 2010 09:19:29 -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 2126 invoked by uid 99); 27 Sep 2010 09:19:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 09:19:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Sep 2010 09:19:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2EAB32388A6E; Mon, 27 Sep 2010 09:19:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1001638 - /harmony/enhanced/java/trunk/classlib/modules/luni/src/main/native/launcher/shared/main.c Date: Mon, 27 Sep 2010 09:19:08 -0000 To: commits@harmony.apache.org From: regisxu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100927091908.2EAB32388A6E@eris.apache.org> Author: regisxu Date: Mon Sep 27 09:19:07 2010 New Revision: 1001638 URL: http://svn.apache.org/viewvc?rev=1001638&view=rev Log: Apply patch for HARMONY-6659: [classlib][luni]Launcher causing JVM to silently ignore unrecognized options Modified: harmony/enhanced/java/trunk/classlib/modules/luni/src/main/native/launcher/shared/main.c Modified: harmony/enhanced/java/trunk/classlib/modules/luni/src/main/native/launcher/shared/main.c URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/modules/luni/src/main/native/launcher/shared/main.c?rev=1001638&r1=1001637&r2=1001638&view=diff ============================================================================== --- harmony/enhanced/java/trunk/classlib/modules/luni/src/main/native/launcher/shared/main.c (original) +++ harmony/enhanced/java/trunk/classlib/modules/luni/src/main/native/launcher/shared/main.c Mon Sep 27 09:19:07 2010 @@ -373,7 +373,7 @@ gpProtectedMain (struct haCmdlineOptions /* main launcher processing in this function */ rc = invocation - (PORTLIB, argc, argv, handle, JNI_VERSION_1_4, JNI_TRUE, mainClass, + (PORTLIB, argc, argv, handle, JNI_VERSION_1_4, JNI_FALSE, mainClass, classArg, propertiesFileName, isStandaloneJar, vmdllsubdir, versionFlag); if (rc) {