Pavel Porvatov
36a08afe2a
7142955: DefaultTreeCellRenderer doesn't honor 'Tree.rendererFillBackground' LAF property
...
Reviewed-by: malenkov
2012-02-09 18:26:57 +04:00
Pavel Porvatov
ffc91880e1
7143857: Memory leak in javax.swing.plaf.synth.SynthTreeUI
...
Reviewed-by: alexp
2012-02-09 14:21:53 +04:00
David Katleman
0a228eec58
Merge
2012-02-08 19:13:58 -08:00
Pavel Porvatov
0b4df63ee2
7138665: JOptionPane.getValue() unexpected change between JRE 1.6 and JRE 1.7
...
Reviewed-by: alexp
2012-02-08 16:15:12 +04:00
Joe Darcy
d8c00fda7b
7143629: JDK jar/zip code should use unsigned library support
...
Reviewed-by: sherman
2012-02-07 17:39:13 -08:00
Yong Jeffrey Huang
4ea71cf959
7129382: change minor unit of VND to 0
...
Reviewed-by: naoto
2012-02-06 18:56:36 -08:00
Chris Hegarty
d0bf1b11b1
Merge
2012-02-04 07:36:29 +00:00
Chris Hegarty
511e7438d7
7041778: Move SCTP implementation out of sun.nio.ch and into its own package
...
Reviewed-by: alanb
2012-02-04 07:29:11 +00:00
Phil Race
80e0df803f
7141914: Draw glyph cause JVM crash
...
Reviewed-by: bae, igor
2012-02-03 09:57:45 -08:00
Pavel Porvatov
314ecdc15a
7141573: JProgressBar resize exception, if setStringPainted in Windows LAF
...
Reviewed-by: malenkov
2012-02-03 17:57:39 +04:00
Frederic Parain
ec9b7d57ac
7120974: ManagementPermission "control" needs clarification
...
Reviewed-by: mchung, dholmes
2012-02-01 03:52:37 -08:00
Lana Steuck
9ad29a120a
Merge
2012-01-31 19:08:36 -08:00
Pavel Porvatov
bd71369ca5
7082443: JComboBox not backward compatible (with Java 6)
...
Reviewed-by: alexp
2012-01-31 17:30:33 +04:00
Sergey Malenkov
bb9be9ed00
7122138: IAE thrown because Introspector ignores synthetic methods
...
Reviewed-by: rupashka
2012-01-31 14:20:47 +04:00
Doug Lea
45569b3a65
7132378: Race in FutureTask if used with explicit set ( not Runnable )
...
Reviewed-by: chegar, dholmes
2012-01-30 11:44:45 +00:00
Alexander Scherbatiy
c0b462dd42
7122149: [macosx] closed/javax/swing/UITest/UITest.java fails on MacOS
...
Reviewed-by: rupashka
2012-01-30 12:52:53 +04:00
Lana Steuck
afe805a586
Merge
2012-01-28 22:21:54 -08:00
Lana Steuck
0f98d16ad1
Merge
2012-01-28 20:41:27 -08:00
Masayoshi Okutsu
33a5a447a8
7130335: Problem with timezone in a SimpleDateFormat
...
Reviewed-by: peytoia
2012-01-27 14:58:32 +09:00
Bradford Wetmore
08fe131e34
7126889: Incorrect SSLEngine debug output
...
Reviewed-by: xuelei
2012-01-26 17:16:05 -08:00
Lance Andersen
fa918cde67
7133815: address the findbug errors in CachedRowSetImpl, SerialStruct, BaseRow, SerialInputImpl, SerialOutputImpl
...
Reviewed-by: forax
2012-01-26 19:41:35 -05:00
Pavel Porvatov
4ae1928609
7010561: Tab text position with Synth based LaF is different to Java 5/6
...
Reviewed-by: alexp
2012-01-26 17:38:58 +04:00
Yuka Kamiya
844d8fc641
7017458: (cal) Multithreaded deserialization of Calendar leads to ClassCastException
...
Reviewed-by: okutsu
2012-01-26 17:06:47 +09:00
Alejandro Murillo
89a6bc1ca9
Merge
2012-01-25 12:36:08 -08:00
Lance Andersen
abf04e0d1c
7132879: address Findbugs issue in WebRowSetXmlWriter
...
Reviewed-by: forax
2012-01-24 15:13:27 -05:00
Sergey Malenkov
e59111ddf3
7121905: grammatically incorrect apostrophe in BeanInfo javadoc
...
Reviewed-by: rupashka
2012-01-24 19:40:14 +04:00
Denis Fokin
9bf6ef1857
7130140: using horizontal scroll button on mouse causes a message to be printed on stdout
...
Reviewed-by: art
2012-01-23 17:26:07 +04:00
Alejandro Murillo
370735f2e4
Merge
2012-01-20 14:31:33 -08:00
Denis Fokin
d0dfef0321
7121761: creation of java.awt.DataFlavour fails for turkish locale
...
Reviewed-by: anthony
2012-01-19 14:59:43 +04:00
Lana Steuck
9ccc60ae83
Merge
2012-01-18 20:24:41 -08:00
John R Rose
cec41c4c9d
7030453: JSR 292 ClassValue.get method is too slow
...
Implement ClassValue cooperatively with Class like ThreadLocal with Thread.
Reviewed-by: twisti, mduigou
2012-01-18 17:34:32 -08:00
John R Rose
1c49ad8a03
7077803: java.lang.InternalError in java.lang.invoke.MethodHandleNatives.init
...
Use correct access token for unreflecting MHs where setAccessible(true)
Reviewed-by: never, twisti
2012-01-18 17:34:30 -08:00
John R Rose
ef856f2fe0
7117167: Misc warnings in java.lang.invoke and sun.invoke.*
...
Reviewed-by: smarks
2012-01-18 17:34:29 -08:00
Lana Steuck
328abbe8d8
Merge
2012-01-18 11:41:13 -08:00
Lana Steuck
bb8ab4aa4f
Merge
2012-01-18 11:00:20 -08:00
Chris Hegarty
b78021fcd1
7126960: Add property to limit number of request headers to the HTTP Server
...
Reviewed-by: michaelm
2012-01-18 15:35:06 +00:00
Kurchi Subhra Hazra
75e511ab32
7117570: Warnings in sun.mangement.* and its subpackages
...
Reviewed-by: mchung, dsamersoff
2012-01-17 15:55:40 -08:00
Joe Darcy
032af13e8b
7132338: Use @code friendly idiom for '\' in javadoc
...
Reviewed-by: alanb
2012-01-23 12:17:30 -08:00
Sean Mullan
20acbf2a93
Merge
2012-01-23 13:23:05 -05:00
Sean Mullan
ced9a44bc8
7131084: XMLDSig XPathFilter2Transform regression involving intersect filter
...
Reviewed-by: xuelei
2012-01-23 12:17:04 -05:00
Joe Darcy
cc5049f41e
4504839: Java libraries should provide support for unsigned integer arithmetic
...
4215269: Some Integer.toHexString(int) results cannot be decoded back to an int
6322074: Converting integers to string as if unsigned
Reviewed-by: mduigou, emcmanus, flar
2012-01-20 17:56:31 -08:00
Valerie Peng
f105bf6f5b
7092825: javax.crypto.Cipher.Transform.patternCache is synchronizedMap and became scalability bottleneck
...
Changed patternCache from synchronizedMap to ConcurrentHashMap.
Reviewed-by: mullan
2012-01-19 12:01:57 -08:00
Denis Fokin
36b3d034d2
7110590: DnDMerlinQLTestsuite_DnDJTextArea test fails with an java.awt.dnd.InvalidDnDOperationException
...
Reviewed-by: art
2012-01-17 19:09:32 +04:00
Chris Hegarty
c77eb16a79
7129083: CookieManager does not store cookies if url is read before setting cookie manager
...
Reviewed-by: michaelm
2012-01-16 18:05:29 +00:00
Sergey Malenkov
e20614ed03
7122740: PropertyDescriptor Performance Slow
...
Reviewed-by: rupashka
2012-01-16 18:28:56 +04:00
Weijun Wang
5cbd245bad
7118809: rcache deadlock
...
Reviewed-by: valeriep
2012-01-16 10:10:56 +08:00
Valerie Peng
eafb7ad68c
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
...
Added the OracleUcrypto provider for utilizing the Solaris ucrypto API.
Reviewed-by: weijun
2012-01-12 16:04:03 -08:00
Xue-Lei Andrew Fan
8b5551f1eb
7106773: 512 bits RSA key cannot work with SHA384 and SHA512
...
Reviewed-by: weijun
2012-01-12 03:39:37 -08:00
Kumar Srinivasan
86fa49b707
7125442: jar application located in two bytes character named folder cannot be run with JRE 7 u1/u2
...
Reviewed-by: sherman, mchung, darcy
2012-01-11 08:14:47 -08:00
Alan Bateman
69a71c999c
7068856: (fs) Typo in Files.isSameFile() javadoc
...
7099208: (fs) Files.newBufferedReader has typo in javadoc
Reviewed-by: forax
2012-01-11 13:07:15 +00:00