juh [Wed, 16 Jan 2013 13:35:17 -0500] rev 15269
8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present
Reviewed-by: mullan, weijun
juh [Wed, 16 Jan 2013 09:51:21 -0500] rev 15268
8005389: Backout fix for JDK-6500133
Reviewed-by: mullan
dl [Wed, 16 Jan 2013 12:09:35 +0000] rev 15267
8001666: Add lambda-compatible atomics and accumulators to the ActomicXXX classes
Reviewed-by: dl, chegar, darcy, goetz
Contributed-by: dl@cs.oswego.edu, chris.hegarty@oracle.com
dl [Wed, 16 Jan 2013 10:14:09 +0000] rev 15266
8005926: Merge ThreadLocalRandom state into java.lang.Thread
Reviewed-by: shade, chegar
robm [Tue, 15 Jan 2013 19:58:22 +0000] rev 15265
8005618: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently
Reviewed-by: alanb, martin, dholmes
chegar [Tue, 15 Jan 2013 11:44:20 +0000] rev 15264
8005406: HTTP server implementation should use Base64 API
Reviewed-by: khazra, alanb, chegar
Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>
uta [Tue, 15 Jan 2013 14:26:59 +0400] rev 15263
8005250: Downgrade normative references to ${java.home}/lib folder from Java client code.
Summary: Javadoc was changed in accordance with CCC-8005250 request.
Reviewed-by: alanb, amenkov
xuelei [Mon, 14 Jan 2013 18:31:48 -0800] rev 15262
8006265: Add test SSLEngineDeadlock.java to ProblemList
Reviewed-by: weijun
ksrini [Mon, 14 Jan 2013 15:46:54 -0800] rev 15261
8005252: pack200 should support MethodParameters
Reviewed-by: jrose
naoto [Mon, 14 Jan 2013 11:09:53 -0800] rev 15260
7162007: Clean up i18n related caches
Reviewed-by: okutsu, ohair
dholmes [Sun, 13 Jan 2013 19:57:06 -0500] rev 15259
8005232: (JEP-149) Class Instance size reduction
Summary: Moved the fields for cached reflection objects into a seperate ReflectionData object to reduce dynamic footprint.
Reviewed-by: dholmes, mchung, shade
Contributed-by: Peter Levart <peter.levart@gmail.com>
chegar [Sun, 13 Jan 2013 22:09:50 +0000] rev 15258
8006153: HTTP protocol handler authenication should use Base64 API
Reviewed-by: chegar, alanb
Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>
sherman [Fri, 11 Jan 2013 22:45:42 -0800] rev 15257
Merge
sherman [Fri, 11 Jan 2013 22:43:29 -0800] rev 15256
8005466: JAR file entry hash table uses too much memory (zlib_util.c)
Summary: realign the fields of jzcell struct
Reviewed-by: sherman
Contributed-by: ioi.lam@oracle.com
darcy [Fri, 11 Jan 2013 15:39:08 -0800] rev 15255
7131459: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie
Reviewed-by: darcy
Contributed-by: olivier.lagneau@oracle.com
alanb [Fri, 11 Jan 2013 20:19:55 +0000] rev 15254
8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
Reviewed-by: chegar
alanb [Fri, 11 Jan 2013 12:27:57 +0000] rev 15253
8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)
Reviewed-by: chegar
darcy [Thu, 10 Jan 2013 21:12:27 -0800] rev 15252
8006062: Add @Repeatable to repeating annotations regression tests in JDK repo
Reviewed-by: jjg
jjg [Thu, 10 Jan 2013 19:37:26 -0800] rev 15251
Merge
jjg [Thu, 10 Jan 2013 19:36:36 -0800] rev 15250
8004834: Add doclint support into javadoc
Reviewed-by: erikj, tbell
katleman [Thu, 24 Jan 2013 16:49:20 -0800] rev 15249
Added tag jdk8-b74 for changeset 64054e252871
duke [Wed, 05 Jul 2017 18:37:42 +0200] rev 15248
Merge
amurillo [Fri, 25 Jan 2013 02:36:28 -0800] rev 15247
Added tag hs25-b17 for changeset f767fc368725
amurillo [Fri, 25 Jan 2013 02:36:28 -0800] rev 15246
Merge
kmo [Thu, 24 Jan 2013 09:06:16 -0800] rev 15245
Merge
kmo [Thu, 24 Jan 2013 02:03:38 -0800] rev 15244
8006758: LinkResolver assertion (caused by @Contended changes)
Summary: treat anonymous classes as privileged code to restore the special handling for @Compiled during class file parsing
Reviewed-by: jrose, coleenp, kvn, dholmes
kvn [Wed, 23 Jan 2013 15:11:03 -0800] rev 15243
8003878: compiler/7196199 test failed on OS X since 8b54, jdk7u12b01
Summary: Limit vectors size to 16 bytes on BSD until the problem is fixed
Reviewed-by: twisti
kvn [Tue, 22 Jan 2013 15:34:16 -0800] rev 15242
6896617: Optimize sun.nio.cs.ISO_8859_1$Encode.encodeArrayLoop() on x86
Summary: Use SSE4.2 and AVX2 instructions for encodeArray intrinsic.
Reviewed-by: roland
kvn [Tue, 22 Jan 2013 11:31:25 -0800] rev 15241
8005055: pass outputStream to more opto debug routines
Summary: pass the output stream to node->dump() and everything reachable from there
Reviewed-by: kvn
Contributed-by: goetz.lindenmaier@sap.com
jmasa [Thu, 24 Jan 2013 06:04:43 -0800] rev 15240
Merge
mgerdin [Tue, 22 Jan 2013 13:42:39 +0100] rev 15239
8004147: test/Makefile jtreg_tests target does not work with cygwin
Reviewed-by: ctornqvi, brutisso
brutisso [Wed, 16 Jan 2013 12:46:27 +0100] rev 15238
8006242: G1: WorkerDataArray<T>::verify() too strict for double calculations
Summary: Also reviewed by vitalyd@gmail.com.
Reviewed-by: johnc, mgerdin