chegar [Tue, 28 Oct 2008 16:14:51 +0000] rev 1511
6756771: com.sun.net.httpserver.HttpServer should handle POSTs larger than 2Gig
Summary: update implementation to use long instead of int
Reviewed-by: michaelm
emcmanus [Mon, 27 Oct 2008 14:02:40 +0100] rev 1510
6763639: Remove "rawtypes" warnings from JMX code
Reviewed-by: dfuchs
tbell [Fri, 24 Oct 2008 20:47:23 -0700] rev 1509
Merge
martin [Fri, 24 Oct 2008 20:34:40 -0700] rev 1508
6761678: (ann) SecurityException in AnnotationInvocationHandler.getMemberMethods
Summary: Move call to getDeclaredMethods inside doPrivileged
Reviewed-by: darcy, mullan
Contributed-by: jjb@google.com
xdono [Thu, 06 Nov 2008 12:10:31 -0800] rev 1507
Added tag jdk7-b39 for changeset 94a146b4f52a
duke [Wed, 05 Jul 2017 16:43:26 +0200] rev 1506
Merge
trims [Fri, 14 Nov 2008 19:26:03 -0800] rev 1505
6771977: Bump HS14 build number to 07
Summary: Update the Hotspot build number to 07
Reviewed-by: jcoomes
trims [Fri, 14 Nov 2008 19:23:49 -0800] rev 1504
Merge
kamg [Wed, 12 Nov 2008 11:23:13 -0500] rev 1503
Merge
coleenp [Fri, 07 Nov 2008 11:03:32 -0500] rev 1502
6760773: UseCompressedOops is broken with UseParNewGC
Summary: sparc code for gen_subtype_check was doing an ld for a compressed oop with the sign bit set so not comparing, leading to a ClassCastException.
Reviewed-by: phh, never, acorn, kvn, xlu