weijun [Tue, 21 Feb 2012 08:51:26 +0800] rev 11911
7144530: KeyTab.getInstance(String) no longer handles keyTabNames with "file:" prefix
Reviewed-by: valeriep
alanb [Mon, 20 Feb 2012 19:33:32 +0000] rev 11910
7147087: Remove AWT/Swing/client tests from ProblemList
Reviewed-by: ohair
alanb [Mon, 20 Feb 2012 18:55:10 +0000] rev 11909
6346658: (se) Selector briefly spins when asynchronously closing a registered channel [win]
Reviewed-by: chegar, coffeys
littlee [Mon, 20 Feb 2012 11:24:06 +0800] rev 11908
7146506: (fc) Add EACCES check to the return of fcntl native method
Summary: Add EACCES check according to the spec of fcntl
Reviewed-by: alanb
forax [Sun, 19 Feb 2012 16:51:35 +0000] rev 11907
7146152: File.path should be final
Reviewed-by: alanb, dholmes, mduigou
sherman [Thu, 16 Feb 2012 22:13:10 -0800] rev 11906
4153167: separate between ANSI and OEM code pages on Windows
Summary: To use OEM code page for System.out&err when not redirected
Reviewed-by: alanb
sherman [Thu, 16 Feb 2012 11:43:20 -0800] rev 11905
6708398: Support integer overflow
Summary: Added add/sub/multiply/toIntExact methods to j.l.Math and StrictMath classes
Reviewed-by: emcmanus
Contributed-by: roger.riggs@oracle.com
xuelei [Wed, 15 Feb 2012 23:45:17 -0800] rev 11904
7145837: a little performance improvement on the usage of SecureRandom
Reviewed-by: chegar, wetmore
lana [Thu, 23 Feb 2012 00:14:45 -0800] rev 11903
Merge
asaha [Mon, 20 Feb 2012 11:31:53 -0800] rev 11902
Merge
chegar [Wed, 18 Jan 2012 15:35:06 +0000] rev 11901
7126960: Add property to limit number of request headers to the HTTP Server
Reviewed-by: michaelm
xuelei [Mon, 09 Jan 2012 20:55:52 -0800] rev 11900
7123519: problems with certification path
Summary: Also including the contribution from Dennis Gu
Reviewed-by: mullan, weijun
bagiras [Wed, 28 Dec 2011 14:26:03 +0400] rev 11899
7121482: some sun/java2d and sun/awt tests failed with InvalidPipeException since 1.7.0_03b02, 6u31b02
Reviewed-by: art, bae
sherman [Thu, 15 Dec 2011 14:18:56 -0800] rev 11898
7118283: Better input parameter checking in zip file processing
Summary: Fixed off-by-one bug in zip_util.c
Reviewed-by: alanb
bagiras [Wed, 14 Dec 2011 14:43:44 +0400] rev 11897
7112642: Incorrect checking for graphics rendering object
Reviewed-by: art, bae
okutsu [Wed, 14 Dec 2011 11:23:21 +0900] rev 11896
6351654: Problem with java/classes_util_i18n
Reviewed-by: hawtin, coffeys
smarks [Thu, 17 Nov 2011 15:04:46 -0800] rev 11895
7112267: clean up fix for 7110700
Reviewed-by: dmeetry
smarks [Fri, 11 Nov 2011 15:22:11 -0800] rev 11894
7110700: Enhance exception throwing mechanism in ObjectStreamClass
Reviewed-by: dmeetry, hawtin
amenkov [Wed, 26 Oct 2011 14:00:18 +0400] rev 11893
7088367: JavaSound security issue (12865443)
Reviewed-by: denis
dl [Wed, 12 Oct 2011 16:33:48 +0100] rev 11892
7082299: AtomicReferenceArray should ensure that array is Object[]
Reviewed-by: chegar, dholmes, alanb
katleman [Thu, 23 Feb 2012 12:03:21 -0800] rev 11891
Added tag jdk8-b27 for changeset 020ee18d16db
duke [Wed, 05 Jul 2017 18:03:34 +0200] rev 11890
Merge
amurillo [Fri, 24 Feb 2012 18:08:59 -0800] rev 11889
Added tag hs24-b01 for changeset b357c6ebe63e
amurillo [Fri, 24 Feb 2012 18:08:58 -0800] rev 11888
Merge
bpittore [Thu, 23 Feb 2012 21:10:02 -0500] rev 11887
Merge
jiangli [Tue, 21 Feb 2012 13:14:55 -0500] rev 11886
7120481: storeStore barrier in constructor with final field
Summary: Issue storestore barrier before constructor return if the constructor write final field.
Reviewed-by: dholmes, jrose, roland, coleenp
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
bpittore [Wed, 22 Feb 2012 14:00:34 -0500] rev 11885
Merge
vladidan [Wed, 15 Feb 2012 20:26:59 -0500] rev 11884
7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
Summary: pass assembler switches for PPC
Reviewed-by: dholmes
fparain [Wed, 22 Feb 2012 08:19:27 -0800] rev 11883
Merge
poonam [Mon, 20 Feb 2012 21:27:56 -0800] rev 11882
7145358: SA throws ClassCastException for partially loaded ConstantPool
Summary: In printValueOn() in ConstantPool.java check if the poolHolder is a valid Klass and only then print it.
Reviewed-by: sla, sspitsyn
Contributed-by: Krystal Mok <sajia@taobao.com>
sla [Sun, 19 Feb 2012 13:11:39 +0100] rev 11881
7132070: Use a mach_port_t as the OSThread thread_id rather than pthread_t on BSD/OSX
Summary: Change OSThread to use mach thread_t
Reviewed-by: phh, dcubed
dcubed [Fri, 17 Feb 2012 15:55:27 -0800] rev 11880
7145798: System.loadLibrary does not search current working directory
Summary: Append "." to java.library.path on MacOS X to ease migration from Apple's Java6 to OpenJDK7.
Reviewed-by: phh, jmelvin, coleenp