ysr [Tue, 26 Aug 2008 14:54:48 -0700] rev 1372
6722116: CMS: Incorrect overflow handling when using parallel concurrent marking
Summary: Fixed CMSConcMarkingTask::reset() to store the restart address upon a marking stack overflow and to use it as the base, suitably aligned, for restarting the scan in CMSConcMarkingTask::do_scan_and_mark().
Reviewed-by: jcoomes, tonyp
xdono [Thu, 23 Oct 2008 10:13:01 -0700] rev 1371
Added tag jdk7-b38 for changeset 2db019fa6029
xdono [Thu, 23 Oct 2008 10:12:57 -0700] rev 1370
Added tag jdk7-b38 for changeset 654f8f2e8e45
duke [Wed, 05 Jul 2017 16:42:40 +0200] rev 1369
Added tag jdk7-b38 for changeset a2879b2837f5
duke [Wed, 05 Jul 2017 16:42:39 +0200] rev 1368
Merge
duke [Wed, 05 Jul 2017 16:42:37 +0200] rev 1367
Merge
tbell [Fri, 10 Oct 2008 13:29:11 -0700] rev 1366
Merge
jjg [Mon, 06 Oct 2008 16:57:15 -0700] rev 1365
6748546: javadoc API should be classloader-friendly
Reviewed-by: bpatel
tbell [Sat, 04 Oct 2008 22:59:05 -0700] rev 1364
Merge
jjg [Wed, 01 Oct 2008 16:26:33 -0700] rev 1363
6748601: javadoc API should allow varargs use
Reviewed-by: bpatel
tbell [Sat, 04 Oct 2008 22:49:54 -0700] rev 1362
Merge
tbell [Mon, 29 Sep 2008 22:11:26 -0700] rev 1361
Merge
martin [Mon, 29 Sep 2008 11:38:56 -0700] rev 1360
6739427: -Xlint:processing not recognized as an option
Reviewed-by: darcy, jjg
Contributed-by: lipeng@google.com
mcimadamore [Mon, 29 Sep 2008 15:30:27 +0100] rev 1359
6753718: raw type warnings should be suprresed during a langtools build
Summary: fixed build.properties in order to suppress raw type warnings
Reviewed-by: jjg
mcimadamore [Mon, 29 Sep 2008 12:00:29 +0100] rev 1358
6747671: -Xlint:rawtypes
Summary: add an Xlint option for detecting all raw types usages (ccc-approved)
Reviewed-by: jjg