Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 77045 invoked from network); 30 Mar 2007 14:14:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Mar 2007 14:14:42 -0000 Received: (qmail 92239 invoked by uid 500); 30 Mar 2007 14:14:47 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 92200 invoked by uid 500); 30 Mar 2007 14:14:47 -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 92191 invoked by uid 99); 30 Mar 2007 14:14:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 07:14:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of peter.novodvorsky@gmail.com designates 64.233.184.225 as permitted sender) Received: from [64.233.184.225] (HELO wr-out-0506.google.com) (64.233.184.225) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2007 07:14:39 -0700 Received: by wr-out-0506.google.com with SMTP id i31so660467wra for ; Fri, 30 Mar 2007 07:14:18 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WnVlPxodrUrosfwYOAJkJwX6c6pXV+3+w2bJBa8V1P+3c4Jw7iIG1NEW3XUf75tOh/tVLc/GgLhpTcjdi1D7/bMFOr7lFINMFV5e/4HaxUjMirHh4mApZ8kQdgQAm+L4N7/yZguzInbJ+8Mn1XZkKslbWkJgoYBzP5UHz+yBzwM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c8OUx+DczhHCoymdFwCxPTI1lpC96UzxKoku0qMFlDW1va8L045RMw0kVETOZKJPKLXPnRDsRj+2e3Dr2QyPWMltmGU2QHsuIm3wJ68lroabp7uCjEmvShoe7gMnXHrvTSAOy3aCrywHhjMdlM9BmPbklvfgkHaNad/vR1ZzivQ= Received: by 10.114.158.1 with SMTP id g1mr766756wae.1175264057878; Fri, 30 Mar 2007 07:14:17 -0700 (PDT) Received: by 10.114.26.7 with HTTP; Fri, 30 Mar 2007 07:14:17 -0700 (PDT) Message-ID: Date: Fri, 30 Mar 2007 18:14:17 +0400 From: "Peter Novodvorsky" To: dev@harmony.apache.org Subject: Re: [drlvm][threading] last commits broke winx64 totally In-Reply-To: <587698b80703300351p1764e840n9299b90cfb37aaa3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <587698b80703300351p1764e840n9299b90cfb37aaa3@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org We've tested it with Pavel yesterday and it ran without problem. On 3/30/07, Vladimir Beliaev wrote: > DRLVM completely broken on windows/em64t (Hello World returns 128 exit code) > due to two last commits (r523782). > > $ ../trunk-debug-20070330/working_vm/build/deploy/jdk/jre/bin/java > -Xem:opt HWA ; echo $? > Hello, winx64 > 128 > $ ../trunk-debug-20070330/working_vm/build/deploy/jdk/jre/bin/java -Xem:jet > HWA ; echo $? > Hello, winx64 > 128 > $ ../trunk-debug-20070330/working_vm/build/deploy/jdk/jre/bin/java -Xint HWA > ; echo $? > Hello, winx64 > 128 > > If I undo these commits (to revision r523751) the windows/em64t is restored. > > I have related JIRA opened for this: > http://issues.apache.org/jira/browse/HARMONY-3527 > > Weldon, could you please undo your commits and make them windows/x86_64 > compliant before returning back? > > -- > Vladimir Beliaev > Intel Middleware Products Division >