On Tue, 2008-06-03 at 15:51 -0700, Erik Trimble wrote:
> The Hotspot VM (which is (mostly) what is using the compiler), is set up
> to build with SunStudio 11. As Kelly notes, we're (well, actually, most
> He) is in the process of validating SS12 as a build compiler.
>
> GCC will NOT work under
> GCC will NOT work under Solaris/SPARC, and I'm pretty darned sure it won't
> work under Solaris/x86 or Solaris/x64. There are some significant GCC-isms
> which the JDK does not currently support.
>
> That said, it would not be terribly difficult to modify the source to get
> GCC to work, but yo
Not sure what you mean by the Sun Studio trap.
Each release of a compiler requires some kind of work to the Makefiles,
happened with gcc4, and will happen with SS12 and VS2008.
-kto
Andrew John Hughes wrote:
GCC will NOT work under Solaris/SPARC, and I'm pretty darned sure it won't
work under
This is a bug report with patch.
Tim or Kelly, please file a bug on my behalf, and review my fix.
In OpenJDK7,
If you do "make sanity" from the root of the forest, I get
PREVIOUS_JDK_FILE = jdk--linux-i586.tar.gz
ALT_PREVIOUS_JDK_FILE =
PREVIOUS_JRE_FILE = jre--linux-i586.tar.gz
ALT_P
Kelly or Tim, here's a bug report with patch.
Please file a bug and review my fix.
Compiling jawt, I see an unintended and unlikely-to-succeed CPP flag
-I/include
The culprit appears to be a vestigial reference to the undefined MOTIF_DIR
CPPFLAGS += -I$(OPENWIN_HOME)/include \
-I$(M
Changeset: 9eeb4966acae
Author:ohair
Date: 2008-06-04 09:27 -0700
URL: http://hg.openjdk.java.net/jdk7/build/corba/rev/9eeb4966acae
6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep
makefiles)
Summary: Changes to support building with SS12.
Reviewed-by: tbell
Hi Martin:
In OpenJDK7,
If you do "make sanity" from the root of the forest, I get
This is new bug-ID 6710904 "COMMON_BUILD_ARGUMENTS needs PREVIOUS_..._VERSION
settings"
It should be visible on http://bugs.sun.com/bugdatabase/ in 24 to 48 hours.
Tim
Hi Martin:
Compiling jawt, I see an unintended and unlikely-to-succeed CPP flag
-I/include
This is new bug-ID 6710907 "vestigial MOTIF references from Makefiles"
It should be visible on http://bugs.sun.com/bugdatabase/ in 24 to 48 hours.
Tim
Kelly O'Hair wrote:
these sh scripts used in the build process should be changed to be
something else, maybe small Java apps.
Would also be nice to not name the version-controlled input files *.java
when they are not in fact valid Java source. I am referring to the output of
hg -R jdk loc -r
Changeset: f9467b4496dc
Author:ohair
Date: 2008-06-04 09:38 -0700
URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/f9467b4496dc
6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep
makefiles)
Summary: Changes to support building with SS12.
Reviewed-by: tbell
!
10 matches
Mail list logo