Re: RFR: 7160570: Intrinsification support for tracing framework

2012-04-15 Thread Rickard Bäckman
On 04/13/2012 07:21 PM, Tom Rodriguez wrote: It's unfortunate that we can't use sizeof(_thread_id) in a static context. Agreed! In osThread_solaris.hpp there's a type name mismatch. + static size_t thread_id_size() { return sizeof(pid_t); } thread_t thread_id() const { return

Re: RFR(XXS): 7133111: libsaproc debug print should be printed as unsigned long to fit large numbers on 64bit platform

2012-04-15 Thread David Holmes
On 5/04/2012 10:25 PM, Staffan Larsen wrote: Please review the following one-character fix to a printf format string. A 'z' is added to the printout of a size_t field. Sorry I'm late to the party and this code already shipped. The z length modifier is not linux specific but was added as part

hg: jdk8/tl/jdk: 7161282: Move test/sun/tools/classpath/RMICClassPathTest.java to a more appropriate location

2012-04-15 Thread littlee
Changeset: 92c6d920efe0 Author:littlee Date: 2012-04-16 11:12 +0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/92c6d920efe0 7161282: Move test/sun/tools/classpath/RMICClassPathTest.java to a more appropriate location Reviewed-by: alanb + test/sun/rmi/rmic/classpath/RMICClassP

hg: hsx/hotspot-rt/hotspot: 5 new changesets

2012-04-15 Thread daniel . daugherty
Changeset: 49036505ab5f Author:jiangli Date: 2012-03-29 22:18 -0400 URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/49036505ab5f 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass. Summary: Change implementor to embedd