Clearly marking external files in j2se/src/solaris/native/sun/awt as such

2007-06-22 Thread Petteri Räty
Attached is the output of grep -E "\\\$(XConsortium|XFree86)" -l * I am in the process of trying to build with these files deleted so let's see how it goes but any way it's a bit awkward that the directory has Sun written stuff and external files mixed together. Maybe the external files should be i

b14 fails to link launcher and as such fails to build

2007-06-22 Thread Petteri Räty
Linking vm... /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in object. { \ echo Linking launcher...; \ \ gcc -m32 -march=i586 -Xlinker -O1 -m32 -march=i586 -export-dynamic -L `pwd` -o gamma launcher.o

Re: b14 fails to link launcher and as such fails to build

2007-06-22 Thread Peter B. Kessler
Can you tell where the reference to ParScanClosure::do_oop_work is coming from? That method is declared in hotspot/share/vm/memory/genOopClosures.hpp (hmm, but it's not declared "inline"), and is then defined inline in hotspot/share/vm/memory/genOopClosures.inline.hpp Maybe we are mis

Re: b14 fails to link launcher and as such fails to build

2007-06-22 Thread Nikolay Igotti
I already fixed and integrated this bug: 6567018: Hotspot build fails with gcc4 so you should see it in the next push. Nikolay. Peter B. Kessler wrote: Can you tell where the reference to ParScanClosure::do_oop_work is coming from? That method is declared in hotspot/share/vm/memory/gen

Re: Clearly marking external files in j2se/src/solaris/native/sun/awt as such

2007-06-22 Thread Phil Race
Some of those are .c files, not header files. You may also want to see how any of these files differ in any significant way from the ones on your system. I think at least a couple of them are modified. -phil Petteri Räty wrote: Attached is the output of grep -E "\\\$(XConsortium|XFree86)" -l *

Re: b14 fails to link launcher and as such fails to build

2007-06-22 Thread Petteri Räty
Nikolay Igotti kirjoitti: > I already fixed and integrated this bug: 6567018: Hotspot build fails > with gcc4 > so you should see it in the next push. > > Nikolay. > Testing the patch from the bug report. Regards, Petteri signature.asc Description: OpenPGP digital signature

Re: Clearly marking external files in j2se/src/solaris/native/sun/awt as such

2007-06-22 Thread Petteri Räty
Phil Race kirjoitti: > Some of those are .c files, not header files. > You may also want to see how any of these files differ in any significant > way from the ones on your system. I think at least a couple of them are > modified. > > -phil > Yep I never talked about headers exclusively. My poin

Re: Clearly marking external files in j2se/src/solaris/native/sun/awt as such

2007-06-22 Thread Petteri Räty
Petteri Räty kirjoitti: > Phil Race kirjoitti: >> Some of those are .c files, not header files. >> You may also want to see how any of these files differ in any significant >> way from the ones on your system. I think at least a couple of them are >> modified. >> >> -phil >> > > Yep I never talked