hg: hsx/hotspot-rt/jdk: 66 new changesets

2012-04-26 Thread john . coomes
Changeset: da54364b140c Author:dbuck Date: 2012-03-21 18:41 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jdk/rev/da54364b140c 7104147: the fix for cr6887286 was not appropriate for backporting Summary: Memory leak in the list of ImageObservers watching an object. We use rec

hg: hsx/hotspot-rt/jaxws: Added tag jdk8-b36 for changeset 89b36c658e39

2012-04-26 Thread john . coomes
Changeset: b05a948db1b6 Author:katleman Date: 2012-04-26 14:06 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/jaxws/rev/b05a948db1b6 Added tag jdk8-b36 for changeset 89b36c658e39 ! .hgtags

hg: hsx/hotspot-rt/corba: Added tag jdk8-b36 for changeset a5a61f259961

2012-04-26 Thread john . coomes
Changeset: 83fac66442cf Author:katleman Date: 2012-04-26 14:05 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/corba/rev/83fac66442cf Added tag jdk8-b36 for changeset a5a61f259961 ! .hgtags

hg: hsx/hotspot-rt: Added tag jdk8-b36 for changeset 6a6ba0a07f33

2012-04-26 Thread john . coomes
Changeset: 47aa0ddc9126 Author:katleman Date: 2012-04-26 14:04 -0700 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/rev/47aa0ddc9126 Added tag jdk8-b36 for changeset 6a6ba0a07f33 ! .hgtags

hg: jdk8/tl/jdk: 48 new changesets

2012-04-26 Thread lana . steuck
Changeset: fcc788b5f917 Author:mfang Date: 2012-03-16 10:20 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fcc788b5f917 Merge Changeset: 5e32f84f0ca9 Author:mfang Date: 2012-03-22 10:24 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5e32f84f0ca9 Merge

hg: jdk8/tl/hotspot: 38 new changesets

2012-04-26 Thread lana . steuck
Changeset: e02867d10860 Author:amurillo Date: 2012-03-30 14:18 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/e02867d10860 7158137: new hotspot build - hs24-b07 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 51612f0c0a79 Author:nloodin Date: 2012-03-15

hg: jdk8/tl/langtools: 6 new changesets

2012-04-26 Thread lana . steuck
Changeset: 807ca8ffbeb4 Author:ohair Date: 2012-04-10 08:15 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/807ca8ffbeb4 7074397: Build infrastructure changes (makefile re-write) Summary: New makefiles transition, old and new living side by side for now. Reviewed-by: oha

hg: jdk8/tl/jaxws: 4 new changesets

2012-04-26 Thread lana . steuck
Changeset: a34aee728ac0 Author:ohair Date: 2012-04-10 08:14 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/a34aee728ac0 7074397: Build infrastructure changes (makefile re-write) Summary: New makefiles transition, old and new living side by side for now. Reviewed-by: ohair,

hg: jdk8/tl/corba: 5 new changesets

2012-04-26 Thread lana . steuck
Changeset: a1b6b8f33d86 Author:ohair Date: 2012-04-10 08:14 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/a1b6b8f33d86 7074397: Build infrastructure changes (makefile re-write) Summary: New makefiles transition, old and new living side by side for now. Reviewed-by: ohair,

hg: jdk8/tl: 4 new changesets

2012-04-26 Thread lana . steuck
Changeset: e1830598f0b7 Author:ohair Date: 2012-04-10 08:18 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/rev/e1830598f0b7 7074397: Build infrastructure changes (makefile re-write) Summary: New makefiles transition, old and new living side by side for now. Reviewed-by: ohair, jjg, d

Re: Review Request: 7164376 Replace use of sun.security.action.LoadLibraryAction

2012-04-26 Thread Mandy Chung
Thanks, Phil. FYI. I plan to use TL gate for the entire changeset. The change will show up in the awt/2D repos when this gets integrated in the next promoted build. Mandy On 4/26/2012 3:51 PM, Phil Race wrote: All looks good to me. Compiler won't spot misspelled library names so I did try

Re: Review Request: 7164376 Replace use of sun.security.action.LoadLibraryAction

2012-04-26 Thread Phil Race
All looks good to me. Compiler won't spot misspelled library names so I did try to check all those are still the same. -phil. On 4/26/2012 2:20 PM, Mandy Chung wrote: Thanks, Sean. I have fixed the 3 files per your comment. Mandy On 4/26/2012 1:59 PM, Sean Mullan wrote: Looks fine, just a c

Re: Review Request: 7164376 Replace use of sun.security.action.LoadLibraryAction

2012-04-26 Thread Mandy Chung
Thanks, Sean. I have fixed the 3 files per your comment. Mandy On 4/26/2012 1:59 PM, Sean Mullan wrote: Looks fine, just a couple of nits. src/macosx/classes/com/apple/concurrent/LibDispatchNative.java, - the closing static brace is not indented the same as the open brace. src/solaris/cla

Re: Review Request: 7164376 Replace use of sun.security.action.LoadLibraryAction

2012-04-26 Thread Sean Mullan
Looks fine, just a couple of nits. src/macosx/classes/com/apple/concurrent/LibDispatchNative.java, - the closing static brace is not indented the same as the open brace. src/solaris/classes/sun/management/FileSystemImpl.java src/windows/classes/sun/management/FileSystemImpl.java - line-bre

hg: jdk8/tl/jdk: 7118100: (prefs) Inconsistency when using system and user preference on OSX Lion

2012-04-26 Thread kurchi . subhra . hazra
Changeset: 108a02a57b75 Author:khazra Date: 2012-04-26 12:04 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/108a02a57b75 7118100: (prefs) Inconsistency when using system and user preference on OSX Lion Summary: Enable user to read/write preferences to persistent storage Revie

Review Request: 7164376 Replace use of sun.security.action.LoadLibraryAction

2012-04-26 Thread Mandy Chung
7164376 Replace use of sun.security.action.LoadLibraryAction with direct call of System.loadLibrary Webrev: http://cr.openjdk.java.net/~mchung/jdk8/webrevs/7164376/webrev.00/ This change is required for jdk modularization. High level summary: it replaces the use of LoadLibraryAction:

Re: sun.management.Agent: the properties.putAll API may fail with ConcurrentModifcationException on multi-thread scenario

2012-04-26 Thread Dmitry Samersoff
Deven, Thank you! On 2012-04-26 05:21, Deven You wrote: > Hi Dmitry, > > Thanks for your help. I have created a CR with internal id 2236492 which > hasn't be published yet. So please set this internal CR id as duplicate > to 716419 as well. > > This is the original mail for this problem: > >