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
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
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
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
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
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
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
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/
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