You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Vladimir Beliaev <vl...@gmail.com> on 2007/03/30 12:51:37 UTC

[drlvm][threading] last commits broke winx64 totally

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

Re: [drlvm][threading] last commits broke winx64 totally

Posted by Vladimir Ivanov <iv...@gmail.com>.
The CC is down for the win x86_64 with a lot of "Java Result:128" messages :(
Note, this notification was not sent due to failures of tests in the
server mode but this issue resolved now.

 Thanks, Vladimir


On 3/30/07, Rana Dasgupta <rd...@gmail.com> wrote:
> Am I the only person who is seeing "build test" failures on Linux 32 and 64?
>
>
> On 3/30/07, Vladimir Beliaev <vl...@gmail.com> wrote:
> > I believe you did not test release mode with -Xem:opt and -sever keys.
> >
> > More over, the debug mode (with any EM) looks fine (HWA prints "Hello")
> > still the exit code is 128, not 0... (so I missed this fail too from very
> > beginning).
> >
> > Does it explain why your testing was succesfull?
> >
> > Thanks
> > Vladimir Beliaev
> >
> > 2007/3/30, Peter Novodvorsky <pe...@gmail.com>:
> > >
> > > We've tested it with Pavel yesterday and it ran without problem.
> > >
> > > On 3/30/07, Vladimir Beliaev <vl...@gmail.com> 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
> > > >
> > >
> >
> >
> >
> > --
> > Vladimir Beliaev
> > Intel Middleware Products Division
> >
>

Re: [drlvm][threading] last commits broke winx64 totally

Posted by Rana Dasgupta <rd...@gmail.com>.
Thanks Weldon. I always do a clean build.... The problem corrected
itself this morning so the last tree update must have fixed the
problem.

On 3/30/07, Weldon Washburn <we...@gmail.com> wrote:
> I re-ran build, build test on my Linux 32 machine and it all worked fine.
> Rana, please try a clean build again.
>
> On 3/30/07, Rana Dasgupta <rd...@gmail.com> wrote:
> >
> > Am I the only person who is seeing "build test" failures on Linux 32 and
> > 64?
> >
> >
>

Re: [drlvm][threading] last commits broke winx64 totally

Posted by Weldon Washburn <we...@gmail.com>.
I re-ran build, build test on my Linux 32 machine and it all worked fine.
Rana, please try a clean build again.

On 3/30/07, Rana Dasgupta <rd...@gmail.com> wrote:
>
> Am I the only person who is seeing "build test" failures on Linux 32 and
> 64?
>
>

Re: [drlvm][threading] last commits broke winx64 totally

Posted by Rana Dasgupta <rd...@gmail.com>.
Am I the only person who is seeing "build test" failures on Linux 32 and 64?


On 3/30/07, Vladimir Beliaev <vl...@gmail.com> wrote:
> I believe you did not test release mode with -Xem:opt and -sever keys.
>
> More over, the debug mode (with any EM) looks fine (HWA prints "Hello")
> still the exit code is 128, not 0... (so I missed this fail too from very
> beginning).
>
> Does it explain why your testing was succesfull?
>
> Thanks
> Vladimir Beliaev
>
> 2007/3/30, Peter Novodvorsky <pe...@gmail.com>:
> >
> > We've tested it with Pavel yesterday and it ran without problem.
> >
> > On 3/30/07, Vladimir Beliaev <vl...@gmail.com> 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
> > >
> >
>
>
>
> --
> Vladimir Beliaev
> Intel Middleware Products Division
>

Re: [drlvm][threading] last commits broke winx64 totally

Posted by Vladimir Beliaev <vl...@gmail.com>.
I believe you did not test release mode with -Xem:opt and -sever keys.

More over, the debug mode (with any EM) looks fine (HWA prints "Hello")
still the exit code is 128, not 0... (so I missed this fail too from very
beginning).

Does it explain why your testing was succesfull?

Thanks
Vladimir Beliaev

2007/3/30, Peter Novodvorsky <pe...@gmail.com>:
>
> We've tested it with Pavel yesterday and it ran without problem.
>
> On 3/30/07, Vladimir Beliaev <vl...@gmail.com> 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
> >
>



-- 
Vladimir Beliaev
Intel Middleware Products Division

Re: [drlvm][threading] last commits broke winx64 totally

Posted by Peter Novodvorsky <pe...@gmail.com>.
We've tested it with Pavel yesterday and it ran without problem.

On 3/30/07, Vladimir Beliaev <vl...@gmail.com> 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
>