Re: Invalid sanity check

2010-10-18 Thread Kelly O'Hair
On Oct 18, 2010, at 4:30 PM, David Holmes wrote: Kelly O'Hair said the following on 10/19/10 03:23: On Oct 17, 2010, at 10:35 PM, David Holmes wrote: I happened to notice in jdk/make/common/shared/Sanity.gmk: sane-gcc-compiler: ifeq ($(PLATFORM), solaris) ifndef OPENJDK @if [ -r $(GCC_COMP

Re: Invalid sanity check

2010-10-18 Thread David Holmes
Kelly O'Hair said the following on 10/19/10 03:23: On Oct 17, 2010, at 10:35 PM, David Holmes wrote: I happened to notice in jdk/make/common/shared/Sanity.gmk: sane-gcc-compiler: ifeq ($(PLATFORM), solaris) ifndef OPENJDK @if [ -r $(GCC_COMPILER_PATH) ]; then \ fi endif ifeq

Re: open jdk 6 b20 testt

2010-10-18 Thread Joe Darcy
Greetings. Krishna, Vamshi wrote: Thanks joe, we want to check the API coverage of oracle JDK 1.6 update 20. http://www.oracle.com/technetwork/java/javase/downloads/index.html which version of openjdk6 sources should we used to run the tests against jdk1.6 update 20. None. As outlined in my

Re: Invalid sanity check

2010-10-18 Thread Kelly O'Hair
On Oct 17, 2010, at 10:35 PM, David Holmes wrote: I happened to notice in jdk/make/common/shared/Sanity.gmk: sane-gcc-compiler: ifeq ($(PLATFORM), solaris) ifndef OPENJDK @if [ -r $(GCC_COMPILER_PATH) ]; then \ fi endif ifeq ($(PLATFORM), linux) Looks to me like there's

Re: static linking of libgcc on linux ?

2010-10-18 Thread Kelly O'Hair
On Oct 18, 2010, at 1:29 AM, Andrew Haley wrote: On 10/18/2010 12:51 AM, David Holmes wrote: Just to revive this ... Andrew Haley said the following on 09/27/10 20:06: In practice, it's often the other way round: static linking with libgcc on GNU/Linux causes more problems than it solves. I

RE: open jdk 6 b20 testt

2010-10-18 Thread Krishna, Vamshi
Thanks joe, we want to check the API coverage of oracle JDK 1.6 update 20. http://www.oracle.com/technetwork/java/javase/downloads/index.html which version of openjdk6 sources should we used to run the tests against jdk1.6 update 20. Will all the tests pass[ I know now that the javax/sound will f

Re: open jdk 6 b20 testt

2010-10-18 Thread Joe Darcy
Krishna, Vamshi wrote: Hello, I have downloaded the openjdk 6 b20 sources. I am trying to run the tests using the b20 binaries delivered from the oracle site. When I run the tests I am getting around 490 errors. All the testcases under javax/sound fail with compilation errors. I am running t

open jdk 6 b20 testt

2010-10-18 Thread Krishna, Vamshi
Hello, I have downloaded the openjdk 6 b20 sources. I am trying to run the tests using the b20 binaries delivered from the oracle site. When I run the tests I am getting around 490 errors. All the testcases under javax/sound fail with compilation errors. I am running the test using jtreg -v jdk/

Re: static linking of libgcc on linux ?

2010-10-18 Thread Andrew Haley
On 10/18/2010 12:51 AM, David Holmes wrote: > Just to revive this ... > > Andrew Haley said the following on 09/27/10 20:06: >> In practice, it's often the other way round: static linking with >> libgcc on GNU/Linux causes more problems than it solves. If we're not >> linking statically with libg