Commit Graph

10323 Commits

Author SHA1 Message Date
Tim Bell
65ce4d424f Added tag jdk9-b25 for changeset 48b43b7b9e0c 2014-08-01 14:09:19 -07:00
Lana Steuck
0d6421b218 Merge 2014-07-30 11:49:59 -07:00
Tim Bell
7664fa0572 Added tag jdk9-b24 for changeset 83960d9537f6 2014-07-25 15:38:10 -07:00
Valerie Peng
3d60beae0d 8035166: Remove dependency on EC classes from pkcs11 provider
Move the sun.security.ec.ECParameters and its related classes to sun.security.util package.

Reviewed-by: mullan, vinnie
2014-07-23 21:50:21 +00:00
Claes Redestad
23f341125f 8006627: UUID to/from String performance should be improved by reducing object allocations
Co-authored-by: Steven Schlansker <stevenschlansker@gmail.com>
Reviewed-by: mduigou, plevart
2014-07-21 23:07:40 +02:00
Mike Duigou
744f8147ae 6721085: Fix broken link to Collections Framework Tutorial
Reviewed-by: lancea
2014-07-22 13:13:27 -07:00
Lana Steuck
01a4e0bf67 Merge 2014-07-22 11:55:27 -07:00
Aleksei Efimov
d20e70b9cc 8029837: NPE seen in XMLDocumentFragmentScannerImpl.setProperty since 7u40b33
Reviewed-by: joehw
2014-07-22 22:06:52 +04:00
Weijun Wang
d99124eadb 8048194: GSSContext.acceptSecContext fails when a supported mech is not initiator preferred
Reviewed-by: mullan
2014-07-21 22:10:37 +08:00
Weijun Wang
0f6c52abb1 8049834: Two security tools tests do not run with only JRE
Reviewed-by: mullan
2014-07-21 22:09:38 +08:00
Weijun Wang
fa3886e6d0 8051399: Fix for JDK-8043071 breaks dev build
Reviewed-by: xuelei
2014-07-19 11:22:08 +08:00
Weijun Wang
bfa19ebfbc 8043071: Expose session key and KRB_CRED through extended GSS-API
Reviewed-by: mullan
2014-07-19 10:20:42 +08:00
Claes Redestad
f697e160a1 8050114: Expose Integer/Long formatUnsigned methods internally
Reviewed-by: mduigou
2014-07-18 22:32:24 +02:00
Mandy Chung
1fa3b2ce7f 8050968: Extension class loader initialization fails on Win7 x64 zh_TW
Reviewed-by: alanb, dholmes, sherman
2014-07-18 10:40:55 -07:00
Mike Duigou
1980bab985 8051057: Optimize StringCharBuffer.toString(int, int)
Reviewed-by: smarks, alanb
2014-07-18 08:54:28 -07:00
Lana Steuck
b334eebe57 Merge 2014-07-18 08:25:58 -07:00
Jaroslav Bachorik
712d8ff48e 8035829: [parfait] JNI exception pending in jdk/src/windows/native/sun/tools/attach/WindowsVirtualMachine.c
Reviewed-by: sundar, kevinw
2014-07-18 17:23:28 +02:00
Ivan Gerasimov
80448466d4 8050893: (smartcardio) Invert reset argument in tests in sun/security/smartcardio
Reviewed-by: valeriep
2014-07-18 17:04:10 +04:00
Pavel Rappo
d62403b09a 8051350: Update javadoc for com.sun.jndi.toolkit.corba.CorbaUtils
Reviewed-by: alanb
2014-07-18 13:43:28 +01:00
Mark Sheppard
88790a751d 8050922: add additional diagnostic to java/net/MulticastSocket/TestInterfaces
Add additional diagnostic output for failed netwrok interface

Reviewed-by: chegar
2014-07-18 01:39:42 +01:00
David Katleman
5a768466b0 Added tag jdk9-b23 for changeset 4bc08677eca7 2014-07-17 09:50:33 -07:00
Joe Wang
36d328ec5f 8049514: FEATURE_SECURE_PROCESSING can not be turned off on a validator through SchemaFactory
Reviewed-by: lancea
2014-07-16 18:22:09 -07:00
Joe Darcy
287b8f3563 8050953: Fix raw and unchecked lint warnings in sun.text.normalizer.UnicodeSet
Reviewed-by: okutsu
2014-07-16 18:06:28 -07:00
Joe Darcy
a7c0961da0 8050798: New unchecked warning introduced in com.sun.jndi.ldap.Connection
Reviewed-by: lancea
2014-07-16 17:45:13 -07:00
Phil Race
b593cab924 Merge 2014-07-16 14:39:59 -07:00
Phil Race
250c5c42e6 Merge 2014-07-16 12:48:42 -07:00
Mark Sheppard
1ec77bff20 8040810: Uninitialised memory in jdk/src/windows/native/java/net: net_util_md.c, TwoStacksPlainSocketImpl.c, TwoStacksPlainDatagramSocketImpl.c, DualStackPlainSocketImpl.c, DualStackPlainDatagramSocketImpl.c
Explicitly initialze local function variables

Reviewed-by: alanb
2014-07-16 20:43:53 +01:00
Pavel Rappo
16dfaa6554 8050869: Convert runtime dependency to Applet to a static dependency in cosnaming
Reviewed-by: chegar, alanb
2014-07-16 16:16:32 +01:00
Vinnie Ryan
3833f75de4 8050118: Windows policy file missing semicolon
Reviewed-by: chegar
2014-07-13 15:24:03 +01:00
Stuart Marks
aabe1d72bb 8050105: test sun/rmi/rmic/minimizeWrapperInstances/run.sh fails
Reviewed-by: lancea, mduigou, darcy
2014-07-12 10:52:51 -07:00
Ivan Gerasimov
1203c8ea34 6904367: (coll) IdentityHashMap is resized before exceeding the expected maximum size
Reviewed-by: plevart, martin
2014-07-12 04:15:56 +04:00
Claes Redestad
59d0a64c19 8041972: Additional parse methods for Long/Integer
Reviewed-by: mduigou, psandoz
2014-07-12 01:36:25 +02:00
Xueming Shen
9f7993fe13 8042589: String.toLowerCase do not work for some concatenated strings
To include surrogate check in loop

Reviewed-by: mchung
2014-07-17 11:08:50 -07:00
Joe Darcy
831451c5ba 8050051: Remove unneeded/obsolete -source/-target options in shell tests
Reviewed-by: alanb
2014-07-11 14:06:42 -07:00
Pavel Rappo
58366bce32 8049884: Reduce possible timing noise in com/sun/jndi/ldap/LdapTimeoutTest.java
Reviewed-by: vinnie
2014-07-11 14:53:55 +01:00
Joe Darcy
1aed2210e0 8049736: Fix raw and unchecked lint warnings in sun.tracing
Reviewed-by: mchung
2014-07-10 22:57:56 -07:00
Weijun Wang
3b0fa6aca9 8049936: Update the CheckBlacklistedCerts.java test to find new location of blacklisted.certs.pem
Reviewed-by: xuelei
2014-07-11 09:17:10 +08:00
Valerie Peng
efa54ce543 8043406: Change default policy for JCE providers to run with as few privileges as possible
Provide default permissions for crypto providers

Reviewed-by: mullan, vinnie
2014-07-10 22:44:58 +00:00
Lana Steuck
b502551536 Merge 2014-07-10 12:40:48 -07:00
David Katleman
700ea0bf22 Added tag jdk9-b22 for changeset b508c04b7005 2014-07-10 12:13:26 -07:00
Lana Steuck
83fc52870b Merge 2014-07-09 10:42:37 -07:00
Alexey Ivanov
7144d3a4fd 8046559: NPE when changing Windows theme
Reviewed-by: pchelko, anthony
2014-07-08 12:20:06 +04:00
Joe Darcy
6543d60b1b 8048980: Fix raw and unchecked lint warnings in platform-specific sun.font files
Reviewed-by: henryjen, prr
2014-07-07 16:05:13 -07:00
Phil Race
3632d84aaf Merge 2014-07-07 10:27:56 -07:00
Alexander Zvegintsev
05920770b8 8049418: [macosx] PopupMenuListener.popupMenuWillBecomeVisible is not called for empty combobox on MacOS/aqua look and feel
Reviewed-by: anthony, pchelko
2014-07-07 18:56:50 +04:00
Erik Gahlin
723bfa2b58 8047368: Remove oracle.jrockit.jfr from open package.access list
Reviewed-by: sla, mullan
2014-07-07 15:06:00 +02:00
Daniel Fuchs
44470419c0 8048020: Regression on java.util.logging.FileHandler
In some circumstances j.u.l.FileHandler can leave zombie lock files on the file system. The fix lets FileHandler reuse such zombie lock files when it sees them - as it used to do in version 1.7 of the JDK.

Reviewed-by: alanb
2014-07-07 15:31:07 +02:00
Michael McMahon
c5665a7027 8048212: Two tests failed with "java.net.SocketException: Bad protocol option" on Windows after 8029607
Reviewed-by: alanb
2014-07-07 12:42:14 +01:00
Evgeniya Stepanova
f7d6809219 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles
Reviewed-by: dholmes, dfuchs
2014-07-06 20:12:44 -04:00
Anton Tarasov
d5f9bdbecf 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
Reviewed-by: azvegint, alexsch
2014-07-04 15:16:02 +04:00