hg: jdk7/tl/langtools: 2 new changesets

2011-01-04 Thread lana . steuck
Changeset: 4868a36f6fd8 Author:ohair Date: 2010-12-28 15:54 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/4868a36f6fd8 6962318: Update copyright year Reviewed-by: xdono ! make/Makefile ! make/build.properties ! make/tools/CompileProperties/CompileProperties.java ! mak

hg: jdk7/tl/jaxws: 2 new changesets

2011-01-04 Thread lana . steuck
Changeset: 86f60e5b3975 Author:ohair Date: 2010-12-28 15:53 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxws/rev/86f60e5b3975 6962318: Update copyright year Reviewed-by: xdono ! build.properties ! jaxws.properties ! make/Makefile Changeset: 466e89f7e5be Author:lana Date:

hg: jdk7/tl/jaxp: 2 new changesets

2011-01-04 Thread lana . steuck
Changeset: 57ed1f3bec72 Author:ohair Date: 2010-12-28 15:52 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jaxp/rev/57ed1f3bec72 6962318: Update copyright year Reviewed-by: xdono ! build.properties ! make/Makefile Changeset: 3a829f5ba9d2 Author:lana Date: 2011-01-04 16:28

hg: jdk7/tl/hotspot: 7 new changesets

2011-01-04 Thread lana . steuck
Changeset: cd8189d84e92 Author:trims Date: 2010-12-22 19:20 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/hotspot/rev/cd8189d84e92 Added tag hs20-b04 for changeset 9669f9b28410 ! .hgtags Changeset: b03260081e9b Author:johnc Date: 2010-12-17 11:26 -0800 URL: http://h

hg: jdk7/tl/corba: 6962318: Update copyright year

2011-01-04 Thread lana . steuck
Changeset: f90b3e014e83 Author:ohair Date: 2010-12-28 15:52 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/corba/rev/f90b3e014e83 6962318: Update copyright year Reviewed-by: xdono ! make/Makefile ! make/com/sun/corba/minclude/com_sun_corba_se_impl_io.jmk ! make/common/Defs-linux.gmk

hg: jdk7/tl: 6 new changesets

2011-01-04 Thread lana . steuck
Changeset: 4346ba98938b Author:ohair Date: 2010-12-21 16:44 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/rev/4346ba98938b 6360517: ALT_MSDEVTOOLS_PATH and rc.exe location, and rebase location Reviewed-by: ksrini ! Makefile ! README-builds.html Changeset: dc9eb519c6ed Author:o

hg: jdk7/tl/jdk: 7009618: regression test failed caused by the fix for 7003462

2011-01-04 Thread xueming . shen
Changeset: 4379c762ec50 Author:sherman Date: 2011-01-04 14:17 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4379c762ec50 7009618: regression test failed caused by the fix for 7003462 Summary: avoid caching the "ended" Inflater in ZipFile class Reviewed-by: alanb ! src/share

Pls review 6173675/7003271

2011-01-04 Thread Paul Hohensee
These two rfes implement per-thread approximate memory allocation tracking. 6173675 also adds multi-thread-id versions of getThreadCpuTime and getThreadUserTime. *6173675 M&M: approximate memory allocation rate/amount per thread **7003271 Hot

Re: code review for CR7007254

2011-01-04 Thread Kelly O'Hair
I vaguely recall painful issues here. Since an agent comes in before the java classes can be used, you are forced to use the Host OS native functionality to to character conversions to/from the platform encoding. This was at least partially why the npt library came about. Look for utf8FromPlat

Re: code review for CR7007254

2011-01-04 Thread Tomas Hurka
Hi Alan, On 4 Jan 2011, at 15:29, Tomas Hurka wrote: > On 4 Jan 2011, at 15:05, Alan Bateman wrote: > >> Tomas Hurka wrote: >>> Hello, >>> I would like to as for review of the fix for CR7007254 - A >>> NullPointerException occurs with jvisualvm placed under a dir. including >>> Japanese chars.

Re: request for review (M), 6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent

2011-01-04 Thread Keith McGuigan
On Jan 4, 2011, at 11:11 AM, Alan Bateman wrote: Daniel D. Daugherty wrote: : This fix adds the missing JVMTI GC callbacks for CMS: Webrev: http://cr.openjdk.java.net/~kamg/6458402/webrev.03/ Very nicely done. You should ping Alan B. to see if he has time to sanity check the JVM/TI tap

hg: jdk7/tl/jdk: 7010192: InetAddress.isReachable hits ShouldNotReachHere with hs20-b04 (win)

2011-01-04 Thread alan . bateman
Changeset: 6f2d19ef67b1 Author:alanb Date: 2011-01-04 17:49 + URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6f2d19ef67b1 7010192: InetAddress.isReachable hits ShouldNotReachHere with hs20-b04 (win) Reviewed-by: chegar ! src/windows/native/java/net/Inet4AddressImpl.c ! src/win

Re: request for review (M), 6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent

2011-01-04 Thread Alan Bateman
Daniel D. Daugherty wrote: : This fix adds the missing JVMTI GC callbacks for CMS: Webrev: http://cr.openjdk.java.net/~kamg/6458402/webrev.03/ Very nicely done. You should ping Alan B. to see if he has time to sanity check the JVM/TI tap map stuff... I've just scanned it (haven't had time

Re: code review for CR7007254

2011-01-04 Thread Tomas Hurka
Hi Alan, On 4 Jan 2011, at 15:05, Alan Bateman wrote: > Tomas Hurka wrote: >> Hello, >> I would like to as for review of the fix for CR7007254 - A >> NullPointerException occurs with jvisualvm placed under a dir. including >> Japanese chars. >> >> Webrev: http://cr.openjdk.java.net/~thurka/700

Re: code review for CR7007254

2011-01-04 Thread Alan Bateman
Tomas Hurka wrote: Hello, I would like to as for review of the fix for CR7007254 - A NullPointerException occurs with jvisualvm placed under a dir. including Japanese chars. Webrev: http://cr.openjdk.java.net/~thurka/7007254/webrev.00/ Tomas - I think the JVMTI spec is for the segment to be

code review for CR7007254

2011-01-04 Thread Tomas Hurka
Hello, I would like to as for review of the fix for CR7007254 - A NullPointerException occurs with jvisualvm placed under a dir. including Japanese chars. Webrev: http://cr.openjdk.java.net/~thurka/7007254/webrev.00/ Note: To reproduce the issue, path to jfluid-server-15.jar must contain Japane