3284 Commits

Author SHA1 Message Date
Yuka Kamiya
225924d47a 6996686: (tz) Support tzdata2010o
Reviewed-by: okutsu
2010-11-02 15:08:56 +09:00
Xue-Lei Andrew Fan
f685cc171a 6916074: Add support for TLS 1.2
6985179: To support Server Name Indication extension for JSSE client

Introduces the algorithm constraints to support signature and hash algorithm selection. Includes contributions from wetmore and weijung.

Reviewed-by: wetmore, weijun
2010-11-01 22:02:35 -07:00
Mandy Chung
b71960eeee 6994413: JDK_GetVersionInfo0 only expects a two digit build number
Reviewed-by: dholmes
2010-11-01 10:59:03 -07:00
Kumar Srinivasan
d6eb6a5be4 6995674: (launcher) make of jli fails on windows if directory exists
Reviewed-by: darcy, ohair
2010-11-01 10:12:48 -07:00
Xue-Lei Andrew Fan
faa52adcad 6792180: Enhance to reject weak algorithms or conform to crypto recommendations
Reviewed-by: mullan, weijun, wetmore
2010-11-01 07:57:46 -07:00
John R Rose
4f508abf49 6981777: implement JSR 292 EG adjustments from summer 2010
Reviewed-by: twisti
2010-10-30 21:08:23 -07:00
John R Rose
2a322bbd1d 6939224: MethodHandle.invokeGeneric needs to perform the correct set of conversions
JDK changes which run atop the corresponding JVM hook

Reviewed-by: never, twisti
2010-10-30 21:02:30 -07:00
Xue-Lei Andrew Fan
aab01a90d7 4873188: Support TLS 1.1
Reviewed-by: wetmore, weijun
2010-10-30 18:39:17 +08:00
Eamonn McManus
4dce0bd6ec 6984037: jmx/management rebranding vendor changes needed
Reviewed-by: ohair
2010-10-29 12:35:07 +02:00
Andrew Brygin
2c483fba5c 6670881: Phantom lines appear when rendering polygons & ellipses with antialiasing OFF
Reviewed-by: prr, bae
2010-10-29 11:49:47 +04:00
Pavel Porvatov
2b6cf5554e 6659894: JDialog instance returns unexpected GraphicsConfiguration
Reviewed-by: alexp
2010-10-29 04:24:18 +04:00
Lana Steuck
22ae92c324 Merge 2010-10-28 15:46:39 -07:00
Christine Lu
64f5660146 Added tag jdk7-b116 for changeset 0141eb3aac61 2010-10-28 13:31:42 -07:00
Weijun Wang
d2ef113186 6950546: "ktab -d name etype" to "ktab -d name [-e etype] [kvno | all | old]"
6984764: kerberos fails if service side keytab is generated using JDK ktab

Reviewed-by: valeriep
2010-10-28 21:14:44 +08:00
Abhijit Saha
6f104b3aa2 Merge 2010-10-27 22:10:37 -07:00
Abhijit Saha
2ce0024552 Merge 2010-10-27 13:09:27 -07:00
Keith McGuigan
39ed27a831 6541462: outdated specification for CCC 6339875
Add documentation to java.lang.ClassLoader.defineClass()

Reviewed-by: dcubed, darcy
2010-10-26 18:41:02 -04:00
Lana Steuck
38a42096b0 Merge 2010-10-26 10:57:35 -07:00
Denis Lila
37502d4f79 6967434: Round joins/caps of scaled up lines have poor quality
Eliminated flattening from the rendering engine.

Reviewed-by: flar
2010-10-26 10:39:23 -04:00
Pavel Porvatov
3a8d7f818e 6735286: javax.swing.DefaultTableCellRender.getTableCellRendererComponent() doesn't allow passing null Tables
Reviewed-by: alexp
2010-10-26 12:35:14 +04:00
Kumar Srinivasan
38eb6ee523 6989469: (launcher) compiler warnings in jli native code
Reviewed-by: darcy, ohair, sherman
2010-10-25 10:34:26 -07:00
Pavel Porvatov
00b0b853c8 6632810: javax.swing.plaf.basic.BasicScrollPaneUI.getBaseline(JComponent, int, int) doesn't throw NPE and IAE
Reviewed-by: alexp
2010-10-25 19:24:50 +04:00
Pavel Porvatov
e5836e6721 6816582: WindowsFileChooserUI throws NullPointer when awt.useSystemAAFontSettings=false
Reviewed-by: uta
2010-10-25 18:25:47 +04:00
Chris Hegarty
ffc7677859 6994079: PlainSocketImpl should close the socket if it fails
Reviewed-by: alanb
2010-10-22 20:27:44 +01:00
Naoto Sato
d6aaa2692f 6993339: Bug4168625Test.java fails
Reviewed-by: peytoia
2010-10-22 11:32:26 -07:00
Mandy Chung
5b64666e30 6985460: PlatformLogger throws ArrayStoreException when j.u.logging is initialized
Reviewed-by: dholmes
2010-10-22 11:22:54 -07:00
Alan Bateman
f8b4e1e1bd 6816049: (bf) MappedByteBuffer.force() method does not flush data correctly
Reviewed-by: chegar
2010-10-22 17:40:31 +01:00
Andrew Brygin
454c892638 6663447: D3D: excessive surface data replacements
Reviewed-by: prr, art
2010-10-22 16:57:41 +04:00
Peter Zhelezniakov
7a66e4288e 6993140: protected constructor in javax.swing.plaf.synth.SynthTabbedPaneUI.SynthTabbedPaneUI is needed
Reviewed-by: rupashka
2010-10-22 16:25:56 +04:00
Andrei Dmitriev
1e63f773b1 6659228: GridBagConstraints API typo - 'ComponentOrienation' (missing t)
6210739: Need spec clarification of Scrollbar set/getVisibleAmount()

Reviewed-by: anthony
2010-10-22 12:46:48 +04:00
Chris Hegarty
2580a79f30 6947677: InetAddress.isReachable() throws "java.net.SocketException:Invalid argument" on Linux if run as root
Reviewed-by: alanb
2010-10-22 09:20:09 +01:00
Lana Steuck
74b3f2ef97 6993984: PIT: b116 - Many of the swing test are failing on Solaris
Reviewed-by: anthony, prr
2010-10-21 17:31:43 -07:00
Christine Lu
3dbab834fd Added tag jdk7-b115 for changeset d4a3f4d26885 2010-10-21 17:12:41 -07:00
Lana Steuck
40775a5ab5 Merge 2010-10-21 16:54:47 -07:00
Sergey Malenkov
704780d250 4358979: javax.swing.border should have a DashedBorder
Reviewed-by: flar, alexp
2010-10-21 20:41:20 +04:00
Chris Hegarty
7d22a39cae 6992859: InetAddressCachePolicy.setIfNotSet() fails
Reviewed-by: michaelm
2010-10-21 16:51:09 +01:00
Chris Hegarty
0d92e368ee 6993490: SocketTimeoutException on HTTP keep-alive connections
Reviewed-by: michaelm
2010-10-21 16:49:36 +01:00
Alan Bateman
c6d66451cf 6993267: TEST_BUG: java/nio/file/Path/InterruptCopy.java fails intermittently (win)
Reviewed-by: forax
2010-10-21 14:39:58 +01:00
Alexander Potochkin
eee0c8b959 6989617: Enable JComponent to control repaintings of its children
Reviewed-by: rupashka
2010-10-20 19:37:48 +04:00
Alex Menkov
631d924ad6 6867515: Reduce impact of D3D initializion on startup time
6891435: Improve D3D preloading
6946559: AWTToolKit thread crashes in JNU_GetEnv
6987967: D3D preloading thread should initialize COM

Reviewed-by: igor, art, uta
2010-10-20 15:08:39 +04:00
Masayoshi Okutsu
fbe778aead 6991380: (cal) Calendar.cachedLocaleData should be transitioned from Hashtable to ConcurrentHashMap
6560965: [Fmt-Da] defaultCenturyStart In SimpleDateFormat should be protected
6560980: [Fmt-Da] DateFormatSymbols.cacheLookup doesn't update cache correctly

Reviewed-by: naoto, peytoia
2010-10-20 14:41:39 +09:00
Mandy Chung
d0f3de3b59 6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE
Reviewed-by: dholmes, alanb
2010-10-19 10:02:25 -07:00
Mandy Chung
441155f0d9 6992968: test/java/lang/management/MemoryMXBean/CollectionUsageThresholdConcMarkSweepGC.sh should not hang
Reviewed-by: alanb, dholmes
2010-10-19 09:49:08 -07:00
Lana Steuck
45d07f9520 Merge 2010-10-18 21:50:02 -07:00
Lana Steuck
725109cea1 Merge 2010-10-18 21:46:27 -07:00
Lana Steuck
cfb1ea458c Merge 2010-10-18 21:44:47 -07:00
Yoshito Umaoka
8df28ab0e3 6992272: I18N: Locale.getDisplayName() and toString() return empty if just script is set
Reviewed-by: srl
2010-10-18 14:45:00 -07:00
Lana Steuck
67a5640f22 Merge 2010-10-18 12:43:39 -07:00
Sean Coffey
9b05f554fa 6974104: TEST: sun/nio/ch/6645197.java should be fixed in 1.5.0u25b05 and jdk6 workspace
Reviewed-by: alanb
2010-10-18 18:04:02 +01:00
Chris Hegarty
1ba350e5eb 6992545: FindBugs scan - Malicious code vulnerability Warnings in com.sun.net.httpserver.HttpsParameters.*
Reviewed-by: alanb
2010-10-18 16:51:26 +01:00