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
xdono [Thu, 11 Jun 2009 10:54:09 -0700] rev 2859
Added tag jdk7-b60 for changeset 4df6b30560c1
xdono [Thu, 11 Jun 2009 10:54:05 -0700] rev 2858
Added tag jdk7-b60 for changeset fc15870ef45c
duke [Wed, 05 Jul 2017 16:54:00 +0200] rev 2857
Added tag jdk7-b60 for changeset 5a10e4d0b14d
duke [Wed, 05 Jul 2017 16:53:59 +0200] rev 2856
Merge
duke [Wed, 05 Jul 2017 16:53:56 +0200] rev 2855
Merge
ohair [Tue, 19 May 2009 17:39:30 -0700] rev 2854
6843041: Remove duplicate README files in repositories (make/README)
Reviewed-by: robilad
ohair [Fri, 15 May 2009 13:30:55 -0700] rev 2853
Merge
xdono [Thu, 07 May 2009 12:26:38 -0700] rev 2852
Merge
xdono [Thu, 07 May 2009 10:32:58 -0700] rev 2851
Merge
aph [Wed, 06 May 2009 18:04:08 +0100] rev 2850
6837665: Deal with windows ant problem where commas in -D options do not work
Summary: Rewrite to avoid commas in -D options
Reviewed-by: ohair
aph [Mon, 20 Apr 2009 19:01:35 +0100] rev 2849
6832141: Bug 100045 - Fix for 100028 breaks debug info for class files
Summary: Correct fallout from 100028 patch
Reviewed-by: ohair
Contributed-by: Andrew Haley <aph@redhat.com>
aph [Fri, 17 Apr 2009 15:56:31 +0100] rev 2848
6829575: 100028: Debug information is incomplete or missing
Summary: Enable debugging in many places
Reviewed-by: ohair
Contributed-by: Andrew Haley <aph@redhat.com>