robm [Mon, 19 May 2014 14:28:08 +0100] rev 24501
8028627: Unsynchronized code path from javax.crypto.Cipher to the WeakHashMap used by JceSecurity to store codebase mappings
Reviewed-by: mullan
yan [Mon, 19 May 2014 10:43:09 +0400] rev 24500
8040893: Add block tags for @return and @param to swing border classes
Reviewed-by: malenkov, alexsch
Contributed-by: Steven Sides <steve.sides@oracle.com>
yan [Mon, 19 May 2014 10:34:42 +0400] rev 24499
8039966: Add @return and @param block tags in colorchooser and filechooser swing classes
Reviewed-by: malenkov, alexsch
Contributed-by: Steven Sides <steve.sides@oracle.com>
sla [Sun, 18 May 2014 20:42:10 +0200] rev 24498
8043382: TempDirTest.java times out
Summary: Remove explicit timeout
Reviewed-by: alanb
lancea [Fri, 16 May 2014 14:48:34 -0400] rev 24497
8043278: Add initial unit tests for javax.sql.rowset.serial
Reviewed-by: rriggs
twisti [Fri, 16 May 2014 09:20:56 -0700] rev 24496
8032606: ClassValue.ClassValueMap.type is unused
Reviewed-by: jrose, vlivanov
yan [Fri, 16 May 2014 17:45:35 +0400] rev 24495
8042089: Fix doclint warnings from javax.swing.tree and javax.swing.undo packages
Reviewed-by: alexsch
Contributed-by: Dmitriy Ermashov <dmitriy.ermashov@oracle.com>
yan [Fri, 16 May 2014 17:41:47 +0400] rev 24494
8042120: Fix doclint warnings from javax.swing.text.html.parser
Reviewed-by: alexsch
Contributed-by: Alexander Stepanov <alexander.v.stepanov@oracle.com>
jfranck [Mon, 12 May 2014 14:47:55 +0200] rev 24493
8038994: AnnotatedType.getType() of a TypeVariable boundary without annotations return null
Reviewed-by: psandoz
katleman [Thu, 22 May 2014 12:54:02 -0700] rev 24492
Added tag jdk9-b14 for changeset 2e754d3dbdf2
duke [Wed, 05 Jul 2017 19:41:48 +0200] rev 24491
Merge
jcoomes [Fri, 23 May 2014 10:28:09 -0700] rev 24490
Merge
twisti [Thu, 22 May 2014 16:26:05 -0700] rev 24489
Merge
kvn [Wed, 21 May 2014 12:16:41 -0700] rev 24488
8043274: Test compiler/7184394/TestAESMain.java gets NPE on solaris
Summary: save cipher len after registers are saved
Reviewed-by: kvn
Contributed-by: shrinivas.joshi@oracle.com
goetz [Thu, 08 May 2014 15:37:17 +0200] rev 24487
8042737: Introduce umbrella header prefetch.inline.hpp
Reviewed-by: twisti, stefank
adlertz [Tue, 20 May 2014 09:35:05 +0200] rev 24486
6883953: java -client -XX:ValueMapInitialSize=0 crashes
Summary: Added lower bound check for ValueMapInitialSize
Reviewed-by: kvn
Contributed-by: ygaevsky@azulsystems.com