Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C64A10BB8 for ; Tue, 27 Aug 2013 00:18:28 +0000 (UTC) Received: (qmail 52998 invoked by uid 500); 27 Aug 2013 00:18:27 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 52974 invoked by uid 500); 27 Aug 2013 00:18:27 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 52966 invoked by uid 99); 27 Aug 2013 00:18:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 00:18:27 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aharui@adobe.com designates 64.18.1.29 as permitted sender) Received: from [64.18.1.29] (HELO exprod6og112.obsmtp.com) (64.18.1.29) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Aug 2013 00:18:21 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob112.postini.com ([64.18.5.12]) with SMTP ID DSNKUhvwOKHDTEYVshwCjPIp9uMtB+7CQAiH@postini.com; Mon, 26 Aug 2013 17:18:01 PDT Received: from inner-relay-2.corp.adobe.com ([153.32.1.52]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r7R0ESiH009994 for ; Mon, 26 Aug 2013 17:14:28 -0700 (PDT) Received: from nacas03.corp.adobe.com (nacas03.corp.adobe.com [10.8.189.121]) by inner-relay-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r7R0Hxw7011011 for ; Mon, 26 Aug 2013 17:17:59 -0700 (PDT) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nacas03.corp.adobe.com ([10.8.189.121]) with mapi; Mon, 26 Aug 2013 17:17:59 -0700 From: Alex Harui To: "dev@flex.apache.org" Date: Mon, 26 Aug 2013 17:18:07 -0700 Subject: Re: Java 1.7 compiler issue Thread-Topic: Java 1.7 compiler issue Thread-Index: Ac6iuuJyjUWcMGsCRhaRbAwFGtkRPQ== Message-ID: In-Reply-To: <0828F81F-25BA-4504-BE11-036214C51EDF@classsoftware.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.6.130613 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 8/26/13 5:07 PM, "Justin Mclean" wrote: >Hi, > >The exception points to compare in updateMaps in SwcGroup.java but it >seems to be doing the right thing. > >https://github.com/apache/flex-sdk/blob/e1649ef1a28766647885c7ad2e61bd29a5 >6778a1/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java > >Justin It is doing the right thing for Java 6, but Java 7 is stricter. Here's an example fix someone else did: http://dertompson.com/2012/11/23/sort-algorithm-changes-in-java-7/ My understanding is that the key issue for that person was that there were cases that mattered on the parameter order. -Alex