hg: jdk7/tl: 6727046: Add message when docs are skipped in control build; ...

2009-11-18 Thread kelly . ohair
Changeset: 382219a27386 Author:ohair Date: 2009-11-18 16:41 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/rev/382219a27386 6727046: Add message when docs are skipped in control build 6864011: typo? in top level Makefile: DAYE_STAMP Reviewed-by: jjg ! Makefile ! make/Defs-internal.g

Re: Need reviewer for 6902010: (cl) Delay initialization of ClassLoader.parallelLoaders

2009-11-18 Thread Valerie Peng
Changes look fine to me as well. BTW, I normally run all regression tests under "java/lang java/net/URLClassLoader sun/applet/AppletClassLoader" for classloader related changes. Thanks, Valerie On 11/18/09 09:19, Mandy Chung wrote: Looks good. I reviewed your latest webrev that incorporated

hg: jdk7/tl/jdk: 4 new changesets

2009-11-18 Thread kelly . ohair
Changeset: f329c9e0d39f Author:ohair Date: 2009-11-18 11:10 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f329c9e0d39f 6902323: Fix testcase sun/tools/native2ascii/NativeErrors.java 6902325: Fix testcase sun/tools/jhat/HatHeapDump1Test.java Reviewed-by: tbell, dcubed ! test

hg: jdk7/tl/jdk: 6894461: OCSP Checker should not wrap all Exception as "Unable to send OCSP request."(introduced by #6885667)

2009-11-18 Thread sean . mullan
Changeset: 6fac6e5fdf0c Author:mullan Date: 2009-11-18 12:34 -0500 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6fac6e5fdf0c 6894461: OCSP Checker should not wrap all Exception as "Unable to send OCSP request."(introduced by #6885667) Reviewed-by: vinnie, xuelei ! src/share/cla

Re: Need reviewer for 6902010: (cl) Delay initialization of ClassLoader.parallelLoaders

2009-11-18 Thread Mandy Chung
Looks good. I reviewed your latest webrev that incorporated Rémi's suggestion. Mandy Alan Bateman wrote: Valerie, I'd like to re-visit the initialization of the parallel-capable loaders [1]. Currently the set of parallel-capable loader types is created by ClassLoader's initializer. That wo

Re: Deprecation policy?

2009-11-18 Thread Alan Bateman
Neal Gafter wrote: I notice that javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange has been deprecated "As of JDK version 1.7" wi