Chris Hegarty
87fe7a4376
6706251: api/java_net/NetworkInterface/index.html#misc: getDisplayName() returned non null but empty String
...
Reviewed-by: alanb, michaelm, andrew
2010-04-13 12:02:06 +01:00
Yuka Kamiya
2790d3b818
6709938: RFE: Support more scripts in JDK logical fonts using new fonts in Windows XP and later
...
Reviewed-by: okutsu
2010-04-13 13:47:54 +09:00
Valerie Peng
3a0f478ce5
Merge
2010-04-12 15:53:20 -07:00
Xueming Shen
795261fbaa
6942707: nwe Big5.map for HKSCS2008 missed 5 codepoints
...
Updated the Big5.map table to add 5 entries
Reviewed-by: okutsu
2010-04-12 10:57:07 -07:00
Yong Jeffrey Huang
144741e52c
6875904: Java 7 message synchronization 1
...
Reviewed-by: ogino, faryad
2010-04-11 23:21:23 -07:00
Yong Jeffrey Huang
6798c200f0
Merge
2010-04-11 21:04:45 -07:00
Xue-Lei Andrew Fan
52e1e32cdb
6941936: Broken pipe error of test case DNSIdentities.java
...
Reviewed-by: chegar
2010-04-10 09:13:12 +08:00
Sean Mullan
5794ed41e6
6909281: 6u19 b99(pit):Error loading first applet in browser session( both FF && IE, windows ): NPE is thrown
...
Fix for 6633872 causes NPE due to uninitialised ProtectionDomain class
Reviewed-by: andrew
2010-04-09 07:21:46 -07:00
Michael Wilkerson
84aff5abec
Added tag jdk7-b88 for changeset 03ed19dc460c
2010-04-08 17:02:51 -07:00
Lana Steuck
e98b3651ea
Merge
2010-04-08 15:34:29 -07:00
Lana Steuck
7098706784
Merge
2010-04-08 15:01:57 -07:00
Lana Steuck
ef561773e6
Merge
2010-04-08 15:00:16 -07:00
Valerie Peng
a0d85f3139
6918573: sun.security.pkcs11.P11RSACipher.finalize() is a scalability blocker
...
Removed the finalize() methods and use PhantomReference in Session to do auto clean up.
Reviewed-by: wetmore
2010-04-07 17:20:11 -07:00
Martin Buchholz
6b4917957f
6941130: Semaphore should throw if number of permits overflows or underflows
...
Check if release could make number of permits negative
Reviewed-by: dl, dholmes
2010-04-07 12:30:49 -07:00
Xueming Shen
e6d3771bc3
6717164: FilterInputStream.skip incorrectly inherits wording specifying how the InputStream.skip works
...
Restoring the javadoc
Reviewed-by: alanb
2010-04-06 15:45:21 -07:00
Chris Hegarty
eb427a0e84
6921111: NullPointerException in PlainDatagramSocketImpl.socketSetOption
...
Reviewed-by: alanb
2010-04-06 15:44:17 +01:00
Chris Hegarty
cb7c94da7e
6648001: Cancelling HTTP authentication causes subsequent deadlocks
...
Reviewed-by: michaelm
2010-04-06 13:47:59 +01:00
Abhijit Saha
9039997db4
Merge
2010-04-05 16:11:59 -07:00
Xueming Shen
ec70851450
4947220: (process)Runtime.exec() cannot invoke applications with unicode parameters(win)
...
To use CreateProcessW on Windowns platform
Reviewed-by: martin
2010-04-03 18:29:11 -07:00
Xueming Shen
0020f5af66
6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
...
6911753: NSN wants to add Big5 HKSCS-2004 support
Support HKSCS2008 in Big5_HKSCS and MS950_HKSCS
Reviewed-by: okutsu
2010-03-30 19:10:47 -07:00
Yuka Kamiya
da8ef7e433
6907881: Different undesired behavior for entering Asian characters in Windows IME starting with Java 6.0
...
Reviewed-by: okutsu
2010-03-30 21:16:41 +09:00
Yuka Kamiya
a44958558e
6939021: (tz) Support tzdata2010g
...
Reviewed-by: okutsu
2010-03-30 18:35:47 +09:00
Abhijit Saha
39f32d7819
Merge
2010-03-29 07:17:02 -07:00
Xue-Lei Andrew Fan
0f50eeb222
6693917: regression tests need to update for supporting ECC on solaris 11
...
Reviewed-by: weijun
2010-03-29 13:27:25 +08:00
Michael Wilkerson
639516e17c
Added tag jdk7-b87 for changeset 506a77354250
2010-03-25 15:05:29 -07:00
Abhijit Saha
3ec9318035
Merge
2010-03-25 07:12:43 -07:00
Chris Hegarty
6fb499dc04
6937703: java/net regression test issues with samevm
...
Reviewed-by: alanb
2010-03-25 09:38:56 +00:00
Weijun Wang
512e4f93a3
6813340: X509Factory should not depend on is.available()==0
...
Reviewed-by: xuelei
2010-03-25 12:07:42 +08:00
Abhijit Saha
4e39344d24
Merge
2010-03-24 17:32:04 -07:00
Abhijit Saha
b60d36a19a
Merge
2010-03-24 14:16:57 -07:00
Pavel Porvatov
af4ae14e2a
6922214: SynthTextPaneUI.installUI() doesn't install the default caret and highlighter
...
Reviewed-by: alexp
2010-03-24 15:14:16 +03:00
Daniel D. Daugherty
4212e786d4
6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540
...
Remove exception throw to decouple JDK and HotSpot additions of known types.
Reviewed-by: mchung
2010-03-23 19:03:26 -07:00
Chris Hegarty
498067c8a3
6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets
...
6771432: createSocket() - smpatch fails using 1.6.0_10 because of "Unconnected sockets not implemented"
6766775: X509 certificate hostname checking is broken in JDK1.6.0_10
All three bugs are interdependent
Reviewed-by: xuelei
2010-03-23 13:54:36 +00:00
Weijun Wang
5266d0e350
6586707: NTLM authentication with proxy fails
...
Reviewed-by: chegar
2010-03-23 10:41:11 +08:00
Chris Hegarty
67639e07f3
6632169: HttpClient and HttpsClient should not try to reverse lookup IP address of a proxy server
...
Reviewed-by: michaelm
2010-03-22 11:55:54 +00:00
Lana Steuck
38fc5a108c
Merge
2010-03-19 18:49:36 -07:00
Chris Hegarty
6fb9ea7278
6935233: java/net/ServerSocket/AcceptCauseFileDescriptorLeak.java fails with modules build
...
Reviewed-by: alanb
2010-03-19 13:07:42 +00:00
Lana Steuck
7268d4595b
Merge
2010-03-18 18:52:10 -07:00
Valerie Peng
b05376b108
6837847: PKCS#11 A SecureRandom and a serialization error following installation of 1.5.0_18
...
Added a custom readObject method to PKCS11 SecureRandom impl
Reviewed-by: wetmore
2010-03-18 17:56:39 -07:00
Valerie Peng
107e21bdc5
6591117: Poor preformance of PKCS#11 security provider compared to Sun default provider
...
Added internal buffering to PKCS11 SecureRandom impl
Reviewed-by: wetmore
2010-03-18 17:32:45 -07:00
Valerie Peng
c0cdafcd43
6695485: SignedObject constructor throws ProviderException if it's called using provider "SunPKCS11-Solaris"
...
Added checking for RSA key lengths in initSign and initVerify
Reviewed-by: vinnie
2010-03-18 17:05:42 -07:00
Michael Wilkerson
13244e7bc1
Added tag jdk7-b86 for changeset ebd0e0190faf
2010-03-18 13:53:00 -07:00
Weijun Wang
23a0fee518
6829283: HTTP/Negotiate: Autheticator triggered again when user cancels the first one
...
Reviewed-by: chegar
2010-03-18 18:26:37 +08:00
Peter Zhelezniakov
9d11138463
6932524: NIMBUS: 3 constructors of JSplitPane creates new jsp with continuous layout - they should not
...
Reviewed-by: alexp
2010-03-18 12:02:12 +03:00
Lana Steuck
1f82f6a3f0
Merge
2010-03-17 14:19:07 -07:00
Pavel Porvatov
a0553816a1
6933784: NIMBUS: ImageView getNoImageIcon and getLoadingImageIcon returns nulls instead of an icon
...
Reviewed-by: peterz
2010-03-17 12:48:21 +03:00
Weijun Wang
69e5f8b791
6868865: Test: sun/security/tools/jarsigner/oldsig.sh fails under all platforms
...
Reviewed-by: wetmore
2010-03-17 09:55:04 +08:00
Chris Hegarty
9b23617373
6935199: java/net regression tests failing with Assertions
...
Reviewed-by: michaelm
2010-03-16 14:31:57 +00:00
Chris Hegarty
f2034e6bba
6934923: test/java/net/ipv6tests/TcpTest.java hangs on Solaris 10
...
Reviewed-by: alanb
2010-03-16 10:05:51 +00:00
Pavel Porvatov
1be45512de
6931347: SynthTabbedPaneUI.paintTabArea() is not called when tabbed pane is painted
...
Reviewed-by: peterz
2010-03-15 16:16:06 +03:00
Kelly O'Hair
7fbd8c28c1
Merge
2010-03-12 09:06:00 -08:00
Kelly O'Hair
7913295040
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
...
Reviewed-by: jjg
2010-03-12 09:03:02 -08:00
Andrew John Hughes
2c08386c75
6934327: Update linux fontconfigs for Ubuntu and Fedora
...
Use fontconfigs suitable for recent Fedora, Ubuntu and Debian releases.
Reviewed-by: prr
2010-03-12 01:09:13 +00:00
Xueming Shen
57a26502f0
6929479: Add a system property sun.zip.disableMemoryMapping to disable mmap use in ZipFile
...
System property sun.zip.disableMemoryMapping to disable mmap use
Reviewed-by: alanb
2010-03-11 14:06:09 -08:00
Damjan Jovanovic
63a75eead0
6223635: Code hangs at connect call even when Timeout is specified when using a socks proxy
...
Reviewed-by: michaelm, chegar
2010-03-11 17:50:30 +00:00
Chris Hegarty
9cf7c0352d
6933629: java/net/HttpURLConnection/HttpResponseCode.java fails if run in samevm mode
...
Reviewed-by: alanb
2010-03-11 17:37:33 +00:00
Chris Hegarty
ae14beadd3
6934054: java/net/Socket/FDClose.java return error in samevm
...
Test is no longer useful
Reviewed-by: alanb
2010-03-11 16:17:57 +00:00
Sergey Malenkov
a55a44a6e2
6707226: java.beans.Statement & java.beans.Expression miss one important usecase
...
Reviewed-by: rupashka
2010-03-11 17:39:33 +03:00
Yuka Kamiya
02e9344ed0
6933032: (tz) Support tzdata2010e
...
Reviewed-by: okutsu
2010-03-11 11:54:17 +09:00
Ulf Zibis
3f5bea08cd
6931812: A better implementation of sun.nio.cs.Surrogate.isBMP(int)
...
Uc >> 16 == 0 is superior to (int) (char) uc == uc
Reviewed-by: sherman
2010-03-10 14:53:51 -08:00
Chris Hegarty
77c61b9819
6933618: java/net/MulticastSocket/NoLoopbackPackets.java fails when rerun
...
Reviewed-by: alanb
2010-03-10 14:44:53 +00:00
Masayoshi Okutsu
61995b9270
6932473: (tz) javazic produces incorrect SimpleTimeZone parameters with Sun<=7
...
Reviewed-by: peytoia
2010-03-10 14:32:47 +09:00
Lana Steuck
55ca6aeb17
Merge
2010-03-09 15:29:13 -08:00
Lana Steuck
4a25f3ef9c
Merge
2010-03-09 15:28:09 -08:00
Lana Steuck
6df5f2e72d
Merge
2010-03-09 15:26:32 -08:00
Yumin Qi
9e32d0d9d1
6918065: Crash in Java2D blit loop (IntArgbToIntArgbPreSrcOverMaskBlit) in 64bit mode
...
Reviewed-by: igor, bae
2010-03-08 11:35:30 -08:00
Kelly O'Hair
e4fce69702
6915983: testing problems, adjusting list of tests, needs some investigation
...
Reviewed-by: alanb
2010-03-06 14:59:23 -08:00
Denis Fokin
ec862c8b43
6932659: JTreg test files were missed in push of 6887703
...
Reviewed-by: uta
2010-03-06 03:37:53 +03:00
Michael Wilkerson
e3eb006760
Added tag jdk7-b85 for changeset 5751e91f963a
2010-03-04 13:50:23 -08:00
Lana Steuck
954fd4b4d9
Merge
2010-03-04 13:40:03 -08:00
Lana Steuck
35bf330316
Merge
2010-03-04 13:07:48 -08:00
Sergey Malenkov
b3a9b5dca9
6921644: XMLEncoder generates invalid XML
...
Reviewed-by: peterz
2010-03-04 21:17:03 +03:00
Weijun Wang
3f4b3b1488
6880321: sun.security.provider.JavaKeyStore abuse of OOM Exception handling
...
Reviewed-by: xuelei
2010-03-04 10:38:12 +08:00
Weijun Wang
3733e13046
6923681: Jarsigner crashes during timestamping
...
Reviewed-by: vinnie
2010-03-04 10:38:00 +08:00
Weijun Wang
8055ab99b7
6844909: support allow_weak_crypto in krb5.conf
...
Reviewed-by: valeriep
2010-03-04 10:37:16 +08:00
Kelly O'Hair
fa7b68252b
6931763: sanity checks broken with latest cygwin, newer egrep -i option problems
...
Reviewed-by: jjg
2010-03-03 11:29:44 -08:00
Pavel Porvatov
8b6f1b6e6f
6917744: JScrollPane Page Up/Down keys do not handle correctly html tables with different cells contents
...
Reviewed-by: peterz, alexp
2010-03-03 20:53:35 +03:00
Pavel Porvatov
8f8262e829
6913768: With default SynthLookAndFeel instance installed new JTable creation leads to throwing NPE
...
Reviewed-by: peterz
2010-03-03 20:08:55 +03:00
Alan Bateman
140ed0124d
6931216: TEST_BUG: test/java/nio/file/WatchService/LotsOfEvents.java failed with NPE
...
Reviewed-by: chegar
2010-03-03 16:09:36 +00:00
Pavel Porvatov
d859ed231e
6924059: SynthScrollBarUI.configureScrollBarColors() should have spec different from the overridden method
...
Reviewed-by: peterz
2010-03-03 17:57:25 +03:00
Roman Kennke
d500623121
6892485: Deadlock in SunGraphicsEnvironment / FontManager
...
Synchronize on correct monitor in SunFontManager.
Reviewed-by: igor, prr
2010-03-03 15:50:33 +01:00
Lana Steuck
438e92ebe0
Merge
2010-03-01 18:30:05 -08:00
Vinnie Ryan
d996cb8440
Merge
2010-03-01 18:00:47 +00:00
Vinnie Ryan
0f70e6a821
6921001: api/java_security/IdentityScope/IdentityScopeTests.html#getSystemScope fails starting from b78 JDK7
...
Reviewed-by: mullan
2010-03-01 17:54:31 +00:00
Alan Bateman
16b8431cf3
6921374: java.lang.String::hashCode() should check for count == 0 to avoid repeated stores hash = 0
...
Reviewed-by: darcy, ohair
2010-02-27 19:29:15 +00:00
Alan Bateman
ab0eb81f5b
6815768: File.getxxxSpace() methods fail for very large file systems under 32bit Java
...
Reviewed-by: ohair
2010-02-27 19:26:59 +00:00
Vladimir Yaroslavskiy
32d811b1f7
6929259: Remove double spaces from Dual-pivot quicksort
...
Reviewed-by: alanb
2010-02-27 19:15:28 +00:00
Sebastian Sickelmann
c9776d3175
6929532: (file) WatchService should avoid queuing new modify events when lots of files are changing
...
Reviewed-by: alanb
2010-02-27 18:18:33 +00:00
Pavel Porvatov
2dd1ee93df
6929298: The SynthSliderUI#calculateTickRect method should be removed
...
Reviewed-by: peterz
2010-02-27 16:14:43 +03:00
Pavel Porvatov
0a231a50e2
6923305: SynthSliderUI paints the slider track when the slider's "paintTrack" property is set to false
...
Reviewed-by: alexp
2010-02-27 16:03:05 +03:00
Pavel Porvatov
81941ba314
6918861: SynthSliderUI.uninstallDefaults() is not called when UI is uninstalled
...
Reviewed-by: malenkov
2010-02-27 15:09:16 +03:00
Pavel Porvatov
9dd15f9fc9
6918447: SynthToolBarUI.setBorderToXXXX() methods don't correspond inherited spec. They do nothing
...
Reviewed-by: peterz
2010-02-27 14:47:38 +03:00
Pavel Porvatov
c1ce8910fd
6913758: Specification for SynthViewportUI.paintBorder(...) should mention that this method is never called
...
Reviewed-by: peterz
2010-02-27 14:26:04 +03:00
Denis Fokin
6f9a6edc4f
6887703: Unsigned applet can retrieve the dragged information before drop action occur
...
Reviewed-by: uta
2010-02-26 03:54:52 -08:00
Xue-Lei Andrew Fan
3f2af07ba1
6916202: More cases of invalid ldap filters accepted and processed
...
Reviewed-by: vinnie, weijun
2010-02-25 13:32:40 +08:00
Joe Darcy
5925b23d55
6929382: Various core classes in util and elsewhere are missing @param <T> tags
...
Reviewed-by: dholmes, martin
2010-02-24 10:48:18 -08:00
Alan Bateman
bdfb60de8c
6926800: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with newer versions of find(1)
...
Reviewed-by: forax
2010-02-23 18:21:31 +00:00
Alan Bateman
d5dc027db9
6928960: make modules fails to build class analyzer
...
Reviewed-by: mchung
2010-02-23 18:19:53 +00:00
Lana Steuck
3762906a4c
Merge
2010-02-23 10:17:16 -08:00
Alan Bateman
4623333de0
6925932: (file) Path.endsWith can throw ArrayIndexOutOfBoundsException (unx)
...
Reviewed-by: chegar
2010-02-23 17:58:30 +00:00