Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 48731 invoked from network); 15 Jun 2007 13:01:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jun 2007 13:01:27 -0000 Received: (qmail 95908 invoked by uid 500); 15 Jun 2007 13:01:28 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 95885 invoked by uid 500); 15 Jun 2007 13:01:28 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 95876 invoked by uid 99); 15 Jun 2007 13:01:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2007 06:01:28 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of irlyanov@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wr-out-0506.google.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2007 06:01:24 -0700 Received: by wr-out-0506.google.com with SMTP id i22so773140wra for ; Fri, 15 Jun 2007 06:01:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=mzATnu/ghY1KUCV9vlrNWRFnXbb4OX/ykBo69/1lRYrBNhinUZ+SK8i9J//FN8SW9ZrDqabe/6/scYyFCAI1TF5cHxBuOhGdoEfsI5xSEzq9m3dvjFvmOERwHoVPGanljBLsuOPWvXNmjstmgZ80mxCquW83kGcFwOU1nUkbgiQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VVJw5RSU/o11xQrniUHioDm+c73UirxA/0jKhp3EQ2N6RnB3nydJ4dFayuALx7LzWvcnglwisIUntP/2f9SSMMZa5TqRIcTa86sV/XUDWNQh+QzFb8kQ9BaOy1gmODj6vVRa33aCp8OEV59WdyG57j1VU5C8K2aiAXZ8lhAt9nE= Received: by 10.78.178.5 with SMTP id a5mr1239793huf.1181912461594; Fri, 15 Jun 2007 06:01:01 -0700 (PDT) Received: by 10.78.188.20 with HTTP; Fri, 15 Jun 2007 06:01:01 -0700 (PDT) Message-ID: Date: Fri, 15 Jun 2007 17:01:01 +0400 From: "Dmitry Irlyanov" To: dev@harmony.apache.org Subject: [classlib] serialVersionUID justification MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_31625_25302097.1181912461575" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_31625_25302097.1181912461575 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Harmony differs from RI implementation not only in methods implementation but also in class fields. The problem is correctly stated in the JIRA issue ( https://issues.apache.org/jira/browse/HARMONY-4187 ) that says that values of serialVersionUID differ for Harmony and RI. You can see it at http://www.kaffe.org/~stuart/japi/htmlout/h-jdk15-harmony.html , but I'm totally confused what to do if serialVersionUID equals smth in jdk 1.5 and smth else in Harmony. Should I prepare the patch that changes the values to match/be equal? _______________ With Best Regards, Irlyanov Dmitry ------=_Part_31625_25302097.1181912461575--