kvn [Fri, 08 May 2009 10:34:31 -0700] rev 2866
Merge
twisti [Thu, 07 May 2009 04:16:53 -0700] rev 2865
Merge
twisti [Wed, 06 May 2009 08:57:24 -0700] rev 2864
6837906: compiler tests of 6636138 fail with IllegalAccessException
Summary: The compiler tests of 6636138 fail with an IllegalAccessException.
Reviewed-by: kvn
twisti [Thu, 07 May 2009 00:28:13 -0700] rev 2863
Merge
twisti [Wed, 06 May 2009 00:27:52 -0700] rev 2862
6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()
Summary: These methods can be instrinsified by using bit scan, bit test, and population count instructions.
Reviewed-by: kvn, never
xlu [Fri, 22 May 2009 16:40:38 -0700] rev 2861
6843580: JavaThread.getStackBase throws sun.jvm.hotspot.WrongTypeException invoked by jstack
Reviewed-by: phh, dice, never, swamyv
thurka [Wed, 20 May 2009 09:36:53 +0200] rev 2860
6839599: JVM crash while profiling Tomcat and Liferay
Summary: constantPoolOopDesc::copy_cpool_bytes() - do the brute-force search search through 'tbl' when SymbolTable::lookup_only() returns NULL
Reviewed-by: kamg