> Date: Thu, 29 Nov 2007 11:45:37 -0800
> From: [EMAIL PROTECTED]
> The email notification of hg pushes have the following in the subject line
> jdk7/path1/path2
>
> TeamWare set this in the "Code Manager notification " , and I could
> set up the mail client filters to appropriately deal with
Changeset: ad67802d5c35
Author:ramap
Date: 2007-11-29 15:18 -0800
URL: http://hg.openjdk.java.net/jdk7/jdk7/jaxws/rev/ad67802d5c35
Mercurial Repo Trial 1
+ README.example
Changeset: 0f0a74ba74fa
Author:ramap
Date: 2007-11-29 15:50 -0800
URL: http://hg.openjdk.java.n
Changeset: ad67802d5c35
Author:ramap
Date: 2007-11-29 15:18 -0800
URL: http://hg.openjdk.java.net/jdk7/jaxws/jaxws/rev/ad67802d5c35
Mercurial Repo Trial 1
+ README.example
Changeset: 57ad67ba0e34
Author:valeriep
Date: 2007-11-29 14:27 -0800
URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/57ad67ba0e34
Fixed 999: updated exception message
! src/share/classes/sun/security/pkcs11/SunPKCS11.java
Changeset: e697861313ea
Author:valeriep
Date:
Changeset: 4d79bdff36ee
Author:ohair
Date: 2007-11-29 14:03 -0800
URL: http://hg.openjdk.java.net/jdk7/build/langtools/rev/4d79bdff36ee
888: Add The End to every Makefile
! make/Makefile
! src/share/opensource/javac/Makefile
! test/Makefile
Changeset: 85fdea75e546
Author:ohair
Date: 2007-11-29 14:03 -0800
URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/85fdea75e546
888: Add The End to every Makefile
! make/Makefile
! make/com/Makefile
! make/com/sun/Makefile
! make/com/sun/crypto/provider/Makefile
! make/com/su
Changeset: a3b98e0fa66a
Author:ohair
Date: 2007-11-29 14:03 -0800
URL: http://hg.openjdk.java.net/jdk7/build/jaxws/rev/a3b98e0fa66a
888: Add The End to every Makefile
! make/Makefile
Changeset: bdcd028fcf81
Author:ohair
Date: 2007-11-29 14:03 -0800
URL: http://hg.openjdk.java.net/jdk7/build/jaxp/rev/bdcd028fcf81
888: Add The End to every Makefile
! make/Makefile
Changeset: f3a67b78cb39
Author:ohair
Date: 2007-11-29 14:03 -0800
URL: http://hg.openjdk.java.net/jdk7/build/hotspot/rev/f3a67b78cb39
888: Add The End to every Makefile
! agent/make/Makefile
! agent/src/os/linux/Makefile
! agent/src/os/solaris/Makefile
! agent/src/os/solaris/db
Changeset: f53399f63973
Author:ohair
Date: 2007-11-29 14:03 -0800
URL: http://hg.openjdk.java.net/jdk7/build/corba/rev/f53399f63973
888: Add The End to every Makefile
! make/Makefile
! make/com/Makefile
! make/com/sun/Makefile
! make/com/sun/corba/Makefile
! make/com/sun/corba/
Changeset: be260a3ad10e
Author:ohair
Date: 2007-11-29 14:03 -0800
URL: http://hg.openjdk.java.net/jdk7/build/rev/be260a3ad10e
888: Add The End to every Makefile
! Makefile
Looks like an interesting read:
http://today.java.net/pub/a/today/2007/11/29/building-the-jdk.html
- Mark
The main culprit is some (newer) gcc distributions enables -Wwrite-strings
by default. I found another place to hack in hotspot's makefile:
hotspot/build/linux/makefiles/gcc.make:
CFLAGS += $(VM_PICFLAG)
CFLAGS += -fno-rtti
CFLAGS += -fno-exceptions
CFLAGS += -D_REENTRANT
CFLAGS += -fcheck-new
#
Changeset: 136e95de6f4a
Author:chegar
Date: 2007-11-28 16:18 +
URL: http://hg.openjdk.java.net/jdk7/jsn/jdk/rev/136e95de6f4a
Added bogus comment to APDSI.
! src/share/classes/java/net/AbstractPlainDatagramSocketImpl.java
Changeset: db868c7da6dc
Author:joehw
Date: 2007-11-28 22:19 -0800
URL: http://hg.openjdk.java.net/jdk7/jaxp/jaxp/rev/db868c7da6dc
Fixed 6631310 : jaxp issue 42 : dysfunctional hyperlink in package org.xml.sax
! src/share/classes/org/xml/sax/ext/package.html
! src/share/classes/org/
Changeset: dbeac7b8c2e6
Author:dholmes
Date: 2007-11-28 14:51 +1000
URL: http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/dbeac7b8c2e6
Updated README file
! README
Changeset: efc7a08778a1
Author:ohair
Date: 2007-11-29 09:34 -0800
URL: http://hg.openjdk.java.net/jdk7/build/rev/efc7a08778a1
Minor changes to Makefile and README
! Makefile
! README
Changeset: c78c773008f4
Author:ohair
Date: 2007-11-29 09:35 -0800
URL: http://hg.op
Changeset: 4cbbdfccc885
Author:weijun
Date: 2007-11-30 01:17 +0800
URL: http://hg.openjdk.java.net/jdk7/jsn/corba/rev/4cbbdfccc885
License canot be modified
! LICENSE
Hi Roger,
On Thu, 2007-11-29 at 08:07 -0300, Roger Abelenda wrote:
> Hello i'm trying to compile the openjdk machine with open Suse 10.3.
> I'm using the b22 version of openjdk, and jdk 1.6_03 virtual machine
> as boostrap and import_jdk_directory. When i put it tu compile at last
> of the errors
Hello i'm trying to compile the openjdk machine with open Suse 10.3.
I'm using the b22 version of openjdk, and jdk 1.6_03 virtual machine
as boostrap and import_jdk_directory. When i put it tu compile at last
of the errors messages it gives me the following:
cc1plus: warnings being treated as erro
20 matches
Mail list logo