Re: 7u4 Request for approval for CR 7121110 - JAXP 1.4.5 update 1 for 7u4

2011-12-20 Thread Edvard Wendelin
Approved. Cheers, Edvard On Dec 21, 2011, at 12:43 AM, Joe Wang wrote: > Hi, > > The jaxp bundle that I'm requesting to be pushed into jdk7u-dev contains > virtually the same content as that for 7u2 (see > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7091141). > > During 7u2, it was su

jdk7u4-b05: HotSpot

2011-12-20 Thread Alejandro E Murillo
hs23-b08 has been integrated into jdk7u4-b05. http://hg.openjdk.java.net/jdk7u/jdk7u/rev/a15712a2304e http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/1a7656c7a8b9 http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/1647361df7ba http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/f98a23328572 http://h

hg: jdk7u/jdk7u/hotspot: 58 new changesets

2011-12-20 Thread john . coomes
Changeset: d1f29d4e0bc6 Author:katleman Date: 2011-12-01 10:33 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/d1f29d4e0bc6 Added tag jdk8-b15 for changeset fde2a39ed7f3 ! .hgtags Changeset: 698a22e99f74 Author:katleman Date: 2011-12-15 12:16 -0800 URL:

hg: jdk7u/jdk7u-dev/hotspot: 61 new changesets

2011-12-20 Thread john . coomes
Changeset: 21dbf8183550 Author:katleman Date: 2011-12-15 09:37 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/21dbf8183550 Added tag jdk7u4-b04 for changeset 278a1c1706f0 ! .hgtags Changeset: a33d99dd8b24 Author:katleman Date: 2011-12-14 17:30 -0800 URL

7u4 Request for approval for CR 7121110 - JAXP 1.4.5 update 1 for 7u4

2011-12-20 Thread Joe Wang
Hi, The jaxp bundle that I'm requesting to be pushed into jdk7u-dev contains virtually the same content as that for 7u2 (see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7091141). During 7u2, it was suspected that the jaxp integration had caused a build problem. The update was therefo

hg: jdk7u/jdk7u/jdk: 2 new changesets

2011-12-20 Thread igor . nekrestyanov
Changeset: 0e546acf224f Author:ngthomas Date: 2011-11-13 21:39 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/0e546acf224f 7109885: security baseline for 7u2 or above is not set correctly Reviewed-by: ccheung, igor, ohair ! make/common/shared/Sanity.gmk Changeset: 9621e

Re: Need reviewer - jdk7u-osx Mac sanity check fixes

2011-12-20 Thread Mike Swingler
On Dec 20, 2011, at 11:43 AM, Kelly O'Hair wrote: > On Dec 20, 2011, at 11:34 AM, Mike Swingler wrote: > >> Is there an existing Bugster ID for moving the JDK8 build to clang on the >> Mac (obviously blocked on the introduction of the Mac port to JDK8)? > > 7123056: Update compiler used in Mac

Re: Need reviewer - jdk7u-osx Mac sanity check fixes

2011-12-20 Thread Kelly O'Hair
On Dec 20, 2011, at 11:34 AM, Mike Swingler wrote: > Is there an existing Bugster ID for moving the JDK8 build to clang on the Mac > (obviously blocked on the introduction of the Mac port to JDK8)? > 7123056: Update compiler used in Mac 10.7 to clang -kto

Re: Need reviewer - jdk7u-osx Mac sanity check fixes

2011-12-20 Thread Mike Swingler
On Dec 20, 2011, at 9:50 AM, Kelly O'Hair wrote: > On Dec 20, 2011, at 9:38 AM, Mike Swingler wrote: > >> On Dec 20, 2011, at 8:43 AM, Kelly O'Hair wrote: >> >>> On Dec 19, 2011, at 11:39 PM, Alex Strange wrote: >>> > If you are restricting your builders to Mac OS X 10.7 now, you can >

Re: Need reviewer - jdk7u-osx Mac sanity check fixes

2011-12-20 Thread Kelly O'Hair
On Dec 20, 2011, at 9:38 AM, Mike Swingler wrote: > On Dec 20, 2011, at 8:43 AM, Kelly O'Hair wrote: > >> On Dec 19, 2011, at 11:39 PM, Alex Strange wrote: >> If you are restricting your builders to Mac OS X 10.7 now, you can actually cut over to using clang soon, since it has no kno

Re: Need reviewer - jdk7u-osx Mac sanity check fixes

2011-12-20 Thread Mike Swingler
On Dec 20, 2011, at 6:46 AM, David Schlosnagle wrote: > On Tue, Dec 20, 2011 at 2:09 AM, Henri Gomez wrote: > > The JDK should be buildable under both llvm-gcc (which it currently uses) > > and clang, which is the future, since llvm-gcc is now in maintenance mode. > > > > If you are restricting

Re: Need reviewer - jdk7u-osx Mac sanity check fixes

2011-12-20 Thread Mike Swingler
On Dec 20, 2011, at 8:43 AM, Kelly O'Hair wrote: > On Dec 19, 2011, at 11:39 PM, Alex Strange wrote: > >>> If you are restricting your builders to Mac OS X 10.7 now, you can actually >>> cut over to using clang soon, since it has no known bugs compiling the JDK >>> (right Alex? I'm not complete

Re: Need reviewer - jdk7u-osx Mac sanity check fixes

2011-12-20 Thread Kelly O'Hair
On Dec 19, 2011, at 11:39 PM, Alex Strange wrote: >> If you are restricting your builders to Mac OS X 10.7 now, you can actually >> cut over to using clang soon, since it has no known bugs compiling the JDK >> (right Alex? I'm not completely hallucinating this right?) >> >> Regards, >> Mike Sw

Re: Need reviewer - jdk7u-osx Mac sanity check fixes

2011-12-20 Thread David Schlosnagle
On Tue, Dec 20, 2011 at 2:09 AM, Henri Gomez wrote: > > The JDK should be buildable under both llvm-gcc (which it currently > uses) and clang, which is the future, since llvm-gcc is now in maintenance > mode. > > > > If you are restricting your builders to Mac OS X 10.7 now, you can > actually cu

hg: jdk7u/jdk7u-dev/jdk: 7122796: SunToolkit constructor should create the EventQueue for the Main AppContext

2011-12-20 Thread anthony . petrov
Changeset: 8ee4164ea612 Author:anthony Date: 2011-12-20 13:51 +0300 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/8ee4164ea612 7122796: SunToolkit constructor should create the EventQueue for the Main AppContext Summary: Always create an EQ for the main AppContext in SunT

Re: 7u4] Request for approval for 7122796: SunToolkit constructor should create the EventQueue for the Main AppContext

2011-12-20 Thread Edvard Wendelin
Approved. On 12/20/2011 11:14 AM, Anthony Petrov wrote: This is a request to backport a JDK 8 fix into JDK 7u4. 7122796: SunToolkit constructor should create the EventQueue for the Main AppContext http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7122796 (not yet visible) The JDK 8 changes

7u4] Request for approval for 7122796: SunToolkit constructor should create the EventQueue for the Main AppContext

2011-12-20 Thread Anthony Petrov
This is a request to backport a JDK 8 fix into JDK 7u4. 7122796: SunToolkit constructor should create the EventQueue for the Main AppContext http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7122796 (not yet visible) The JDK 8 changeset is at: http://hg.openjdk.java.net/jdk8/awt/jdk/rev/cde

Re: Need reviewer - jdk7u-osx Mac sanity check fixes

2011-12-20 Thread Alex Strange
On 12/19/11, Mike Swingler wrote: > On Dec 19, 2011, at 3:33 PM, Kelly O'Hair wrote: > > > > > Need reviewer for some sanity check fixes for jdk7u-osx (Mac) > > > > 7123022: Fixing some Mac sanity checks > > http://cr.openjdk.java.net/~ohair/openjdk7/jdk7u-osx-jdk-sanity/webrev/ > > Looks g