Denis Lila
|
a3c07597f2
|
6976265: No STROKE_CONTROL
Implemented it in sun.java2d.pisces by adding a PathIterator.
Reviewed-by: flar
|
2010-08-11 10:05:56 -04:00 |
|
Yong Jeffrey Huang
|
04d90d25e3
|
6959252: convert the anonymous arrays to named arrays in Java List Resource files
Reviewed-by: katakai, psun
|
2010-08-11 02:22:32 -07:00 |
|
Xueming Shen
|
46e4eafc0c
|
6923794: About 40 JCK test case fail with AssertionError if -esa option is specified
Removed the assert
Reviewed-by: alanb
|
2010-08-10 13:15:40 -07:00 |
|
Denis Lila
|
55323320b6
|
6967436: lines longer than 2^15 can fill window
6967433: dashed lines broken when using scaling transforms
Converted pisces to floating point. Also, using better AA algorithm
Reviewed-by: flar
|
2010-08-10 13:19:44 -04:00 |
|
Chris Hegarty
|
22534d46e9
|
6882910: Unexplained lack of IP4 network ability when transparent IP6 to IP4 is disabled
Reviewed-by: alanb
|
2010-08-10 17:30:43 +01:00 |
|
Sergey Malenkov
|
e1edb38d9e
|
6960267: JTable.getRowHeight() returns value different from the specified default (16.0) with GTK L&F
Reviewed-by: peterz
|
2010-08-10 19:29:30 +04:00 |
|
Lance Andersen
|
1716bf859b
|
6898593: java.sql.Date.valueOf no exception if date given is not in the JDBC date escape syntax
Reviewed-by: minqi
|
2010-08-10 10:07:33 -04:00 |
|
Andrei Pangin
|
bc38b1c703
|
6945961: SIGSEGV in memcpy() during class loading on linux-i586
Check the result of strchr() in Bytecode Verifier
Reviewed-by: kamg, acorn
|
2010-08-04 20:25:02 -07:00 |
|
Martin Buchholz
|
500a66b0d8
|
6955504: (str) String[Builder/Buffer].append(char[],int,int) throws OutOfMemoryError in b94
Let arraycopy throw AIOOBE for invalid negative length
Reviewed-by: chegar, forax
|
2010-08-03 12:22:49 -07:00 |
|
Sean Mullan
|
2bcf6f798f
|
Merge
|
2010-08-03 09:55:29 -04:00 |
|
Sean Mullan
|
707346f099
|
6653372: Error in java.security.KeyStore example code
Reviewed-by: weijun
|
2010-08-03 09:39:52 -04:00 |
|
Chris Hegarty
|
784f62993b
|
6973030: NTLM proxy authentication fails with https
Reviewed-by: michaelm
|
2010-08-03 12:03:03 +01:00 |
|
Lana Steuck
|
3d517c6b50
|
Merge
|
2010-08-02 19:45:28 -07:00 |
|
Lana Steuck
|
bb7b93499c
|
Merge
|
2010-08-02 19:44:12 -07:00 |
|
Sergey Malenkov
|
d3b90b4164
|
6199676: REGRESSION: ColorChooser loses preview when change LandF in Java5
Reviewed-by: alexp, peterz
|
2010-07-30 19:21:27 +04:00 |
|
Lana Steuck
|
99a605b4b3
|
Merge
|
2010-07-29 22:02:45 -07:00 |
|
Lana Steuck
|
92a8ffe4ab
|
Merge
|
2010-07-29 13:48:23 -07:00 |
|
Lana Steuck
|
af17406ae2
|
Merge
|
2010-07-29 13:22:16 -07:00 |
|
Chris Hegarty
|
d08b7168c3
|
Merge
|
2010-07-29 17:04:07 +01:00 |
|
Alexander Potochkin
|
476f58c4af
|
4743225: Size of JComboBox list is wrong when list is populated via PopupMenuListener
Reviewed-by: rupashka
|
2010-07-29 19:34:03 +04:00 |
|
Alan Bateman
|
1736731b74
|
6934977: (bf) MappedByteBuffer.load can SIGBUS if file is truncated
6799037: (fs) MappedByteBuffer.load crash with unaligned file-mapping (sol)
Reviewed-by: chegar, forax
|
2010-07-29 13:08:58 +01:00 |
|
Chris Hegarty
|
2d91b17b0a
|
6972374: NetworkInterface.getNetworkInterfaces throws "java.net.SocketException" on Solaris zone
Reviewed-by: alanb, dsamersoff
|
2010-07-29 10:02:41 +01:00 |
|
Vinnie Ryan
|
837cc6d064
|
6972409: Cease emitting LDAP filter debug messages
Reviewed-by: xuelei
|
2010-07-27 11:40:46 +01:00 |
|
Xue-Lei Andrew Fan
|
caefa97f8c
|
6870947: 15 sec delay detecting "socket closed" condition when a TCP connection is reset by an LDAP server
Reviewed-by: weijun
|
2010-07-27 16:07:00 +08:00 |
|
Martin Buchholz
|
564c0a977b
|
6717780: (coll spec) LinkedList api documentation provides the wrong method name
Cleanup by simply making Deque equal status with List
Reviewed-by: darcy
|
2010-07-26 08:17:50 -07:00 |
|
Xue-Lei Andrew Fan
|
f5561769de
|
6867345: Turkish regional options cause NPE in sun.security.x509.AlgorithmId.algOID
Reviewed-by: mullan, weijun
|
2010-07-24 22:59:41 +08:00 |
|
Vinnie Ryan
|
575bf80be6
|
6676075: RegistryContext (com.sun.jndi.url.rmi.rmiURLContext) coding problem
Reviewed-by: mullan
|
2010-07-23 17:41:47 +01:00 |
|
Alexey Utkin
|
70d7880102
|
6969851: VM hangs/crashes in FileDialog test (VS2008/2010 build)
Reviewed-by: prr, art
|
2010-07-23 18:59:48 +04:00 |
|
Alan Bateman
|
11b424e02b
|
6963907: (so) Socket adapter need to implement sendUrgentData
Reviewed-by: chegar
|
2010-07-21 18:08:46 +01:00 |
|
Lana Steuck
|
109adcf650
|
Merge
|
2010-07-20 22:21:31 -07:00 |
|
Sean Mullan
|
882b752caf
|
6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example
Reviewed-by: xuelei
|
2010-07-20 10:41:50 -04:00 |
|
Weijun Wang
|
f2f06cfb5d
|
6969292: make DNS lookup for realm/kdc really work
Reviewed-by: alanb, valeriep
|
2010-07-19 10:02:55 +08:00 |
|
Weijun Wang
|
2dace6e70f
|
6969683: Generify ResolverConfiguration codes
Reviewed-by: alanb, chegar
|
2010-07-19 10:02:50 +08:00 |
|
Joe Darcy
|
7dcb52915b
|
6963622: Project Coin: Refinements to suppressed exceptions
Reviewed-by: alanb, forax, jjb
|
2010-07-15 18:02:05 -07:00 |
|
Bhavesh Patel
|
abe67eceb0
|
6955341: Oracle rebranding changes for man pages
Reviewed-by: darcy
|
2010-07-14 15:42:06 -07:00 |
|
Peter Zhelezniakov
|
c3da619227
|
6462562: InternationalFormatter inserts text incorrectly
6578432: Currency format instance does not work with Swing's NumberFormatter
Reviewed-by: rupashka
|
2010-07-13 17:26:34 +04:00 |
|
Weijun Wang
|
c20e1ffd6c
|
6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException
Reviewed-by: chegar
|
2010-07-13 20:27:01 +08:00 |
|
Dmitry Samersoff
|
bd18ff374c
|
6964714: NetworkInterface getInetAddresses enumerates IPv6 addresses if java.net.preferIPvStack property set
User can disable ipv6 explicitly, have to check it
Reviewed-by: chegar, alanb
|
2010-07-13 15:32:36 +04:00 |
|
Lana Steuck
|
6b9ad54671
|
Merge
|
2010-07-12 19:42:02 -07:00 |
|
Lana Steuck
|
be587b0b28
|
Merge
|
2010-07-12 19:35:11 -07:00 |
|
Lana Steuck
|
8baf254d15
|
Merge
|
2010-07-12 19:33:50 -07:00 |
|
Lana Steuck
|
f495312b72
|
Merge
|
2010-07-12 19:32:29 -07:00 |
|
Igor Nekrestyanov
|
9ab742ede8
|
6968373: FontUtilities static initializer throws AccessControlException
Reviewed-by: prr
|
2010-07-12 15:11:20 -07:00 |
|
Kelly O'Hair
|
37f89e6be6
|
6959998: Return of SurfaceData_InitOps point not checked in all cases (parfait found these)
Reviewed-by: prr
|
2010-07-12 13:16:28 -07:00 |
|
Sergey Malenkov
|
2ca2c1d52f
|
6963811: Deadlock-prone locking changes in Introspector
Reviewed-by: peterz, rupashka
|
2010-07-09 22:07:39 +04:00 |
|
Kumar Srinivasan
|
e5b31c9351
|
6921472: RFE: java launcher code needs clean up
This changeset also contains fixes for 6405284, 6753938 and 6922500
Reviewed-by: darcy
|
2010-07-09 11:04:34 -07:00 |
|
Chris Hegarty
|
6f0719f802
|
6966846: Incorrect assertion in java.net.Inet6Address.readObject
Reviewed-by: michaelm
|
2010-07-12 18:18:13 +01:00 |
|
Chris Hegarty
|
41fbcaf73d
|
6967684: httpserver using a non thread-safe SimpleDateFormat
Reviewed-by: michaelm
|
2010-07-12 18:16:35 +01:00 |
|
Chris Hegarty
|
25c1ab1e55
|
6967937: Scope id no longer being set after 6931566
Reviewed-by: alanb, dsamersoff
|
2010-07-12 18:13:40 +01:00 |
|
Jon VanAlten
|
95408ff1c7
|
6967533: Epoch bug: ExceptionInInitializerError on systems with uninitialized clock
Remove (hopefully!) unnecessary check of currentTimeMillis
Reviewed-by: dholmes
|
2010-07-09 18:55:25 -07:00 |
|