Kevin Walls
781e5085de
Merge
2009-02-25 14:32:01 +00:00
Doug Lea
ca6e1aecc3
6803402: Race condition in AbstractQueuedSynchronizer
...
Read fields in reverse initialization order
Reviewed-by: martin
2009-02-24 14:01:45 -08:00
Kevin Walls
53cf69e562
6809463: Missing license header in test LargeZipFile.java
...
Reviewed-by: alanb
2009-02-24 19:03:58 +00:00
Kevin Walls
ee5c2301ec
6599383: Unable to open zip files more than 2GB in size
...
Reviewed-by: alanb
2009-02-24 14:22:08 +00:00
Alan Bateman
4f2325cf75
Merge
2009-02-24 11:33:25 +00:00
Carl Quinn
16fbd2d7e5
6809132: (file) Javadoc style and consistency issues
...
Reviewed-by: vinnie
2009-02-24 11:31:04 +00:00
Alan Bateman
6d59271ca9
6808647: (file) Paths.get("C:").newDirectoryStream() iterates over Path elements with additional slash [win]
...
6808648: (file) Files.walkFileTree should obtain file attributes during iteration [win]
Reviewed-by: sherman
2009-02-24 09:11:42 +00:00
Xueming Shen
952857e682
6350801: Add support for named (instead of numbered) capture groups in regular expression
...
6676425: Opensource unit/regression tests for java.util.regex
Added "named capturing group" into regex. Moved most of reg/unit tests to openjdk.
Reviewed-by: alanb, okutsu
2009-02-23 21:06:15 -08:00
Chris Hegarty
5efe4b020a
6806649: synchronization bottleneck when constructing Thread subclasses
...
Replace subclass audits synchronization with ConcurrentHashMap with weakly referenced Class keys
Reviewed-by: peterjones, dholmes, martin
2009-02-23 10:36:19 +00:00
Xue-Lei Andrew Fan
d1f800c577
5067458: Loopback SSLSocketImpl createSocket is throwing an exception
...
A null hostname should be regarded as a loopback address.
Reviewed-by: weijun
2009-02-23 17:32:52 +08:00
Weijun Wang
3a37d195f3
6780416: New keytool commands/options: -gencert, -printcertreq, -ext
...
Reviewed-by: xuelei, mullan
2009-02-23 10:05:55 +08:00
Weijun Wang
500caf95bd
6803376: BasicConstraintsExtension does not encode when (ca==false && pathLen<0)
...
Reviewed-by: xuelei
2009-02-23 10:05:41 +08:00
Weijun Wang
9081658837
6804045: DerValue does not accept empty OCTET STRING
...
Reviewed-by: xuelei
2009-02-23 10:04:52 +08:00
Weijun Wang
967dd884ac
6789935: cross-realm capath search error
...
Reviewed-by: xuelei
2009-02-23 10:04:25 +08:00
Weijun Wang
7465090acf
6535697: keytool can be more flexible on format of PEM-encoded X.509 certificates
...
Reviewed-by: vinnie
2009-02-23 10:03:36 +08:00
Tim Bell
a58639094e
Merge
2009-02-20 10:53:39 -08:00
Xue-Lei Andrew Fan
f202d9a6e1
6697270: Inputstream dosent behave correct
...
Do not try to read zero byte from a InputStream, and do always return immediately for zero byte reading in a InputStream implementation.
Reviewed-by: weijun
2009-02-20 13:05:28 +08:00
Xue-Lei Andrew Fan
15891a2f7f
4918870: Examine session cache implementation (sun.misc.Cache)
...
Replace sun.misc.Cache with sun.security.util.Cache
Reviewed-by: weijun
2009-02-20 12:50:02 +08:00
Tim Bell
354897da83
Merge
2009-02-19 18:04:30 -08:00
Xiomara Jayasena
2f8cdfaaa7
Added tag jdk7-b48 for changeset 7b8efe5390c4
2009-02-19 14:08:12 -08:00
Lana Steuck
0b8159d689
Merge
2009-02-18 10:05:41 -08:00
Tim Bell
47f944a908
Merge
2009-02-17 09:06:16 -08:00
Chris Hegarty
7dbcbc13d7
6800805: java.net.NetworkInterface.getNetworkInterfaces() does not list IPv6 network interfaces correctly
...
Reviewed-by: jccollet
2009-02-16 17:19:05 +00:00
Alan Bateman
030a13d8fe
6781363: New I/O: Update socket-channel API to jsr203/nio2-b99
...
4313887: New I/O: Improved filesystem interface
4607272: New I/O: Support asynchronous I/O
Reviewed-by: sherman, chegar
2009-02-15 12:25:54 +00:00
Xiomara Jayasena
c8d87a676a
Added tag jdk7-b47 for changeset 37d45cffbdfc
2009-02-12 14:00:50 -08:00
Christos Zoulas
68c4bef974
6799040: Portability issues in src/solaris/native/java/net/Inet4AddressImpl.c
...
Reviewed-by: alanb
2009-02-11 13:16:53 +00:00
Lana Steuck
f9c7b83d22
Merge
2009-02-10 12:26:12 -08:00
Poonam Bajaj
9aab9d4aeb
6755621: Include SA binaries into Windows JDK
...
These changes will enable inclusion of sa-jdi.jar and sawindbg.dll into Windows JDK bundle.
Reviewed-by: never, jjh, alanb
2009-02-10 03:26:31 -08:00
Tim Bell
5ee59847d1
Merge
2009-02-06 09:43:27 -08:00
Xiomara Jayasena
46cd7f09fc
Added tag jdk7-b46 for changeset 3a1f36b2dd3b
2009-02-05 16:07:48 -08:00
Tim Bell
04d96f9698
Merge
2009-02-05 09:28:04 -08:00
Tim Bell
354177b550
Merge
2009-02-05 09:24:45 -08:00
Jean-Christophe Collet
b17d12c83d
6585546: Please update API doc for java.net.CookieManager
...
Trivial doc updates
Reviewed-by: chegar
2009-02-04 14:15:13 +01:00
Xue-Lei Andrew Fan
df345d27f4
6782783: regtest HttpsURLConnection/B6216082.java throws ClosedByInterruptException
...
Make the test robust
Reviewed-by: weijun
2009-02-04 19:10:09 +08:00
Anthony Petrov
13c271c69b
6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7
...
Reviewed-by: art, dcherepanov
2009-02-04 11:58:13 +03:00
Lana Steuck
c88ad511d0
Merge
2009-02-03 22:02:55 -08:00
Joe Darcy
6a6fc9ad3f
6548433: (enum spec) java.lang.Enum docs should explain about values() and valueOf(String)
...
Reviewed-by: martin
2009-02-03 16:29:32 -08:00
Weijun Wang
17e0db945f
6785456: Read Kerberos setting from Windows environment variables
...
Reviewed-by: valeriep
2009-02-03 09:38:31 +08:00
Weijun Wang
e7c217c72d
6552334: Enable DNS in Kerberos by default
...
Reviewed-by: valeriep
2009-02-03 09:38:13 +08:00
Jean-Christophe Collet
57a4df4e50
6791927: Wrong Locale in HttpCookie::expiryDate2DeltaSeconds
...
Force Locale.US when parsing the cookie expiration date.
Reviewed-by: chegar
2009-02-02 16:50:54 +01:00
Kelly O'Hair
2fa7dc18d7
6799141: Build with --hash-style=both so that binaries can work on SuSE 10
...
Reviewed-by: tbell
2009-01-31 17:31:21 -08:00
Tim Bell
fbaf68fa07
Merge
2009-01-30 23:27:20 -08:00
Joe Darcy
82b15672f3
6799462: Minor typo (wrong word) in JavaDoc for InputStream.read(byte[] b) method
...
Reviewed-by: sherman, martin
2009-01-30 15:09:00 -08:00
Michael McMahon
aad69adc7b
Merge
2009-01-30 22:27:02 +00:00
Michael McMahon
71dfa4d2db
4167874: URL-downloaded jar files can consume all available file descriptors
...
Added close method to URLClassLoader
Reviewed-by: alanb
2009-01-30 22:05:30 +00:00
Joe Darcy
2b84dc567f
6799343: (fmt) java.util.Formatter uses plainlink instead of linkplain
...
Reviewed-by: alanb
2009-01-30 12:40:27 -08:00
Tim Bell
811c6c0fea
Merge
2009-01-29 21:46:48 -08:00
Xiomara Jayasena
2fd86a0f09
Added tag jdk7-b45 for changeset fdad8fbddf3a
2009-01-29 13:21:07 -08:00
Joe Darcy
0476ba59fb
6327048: Enum javadoc could link to JLS
...
6653154: Exception message for bad Enum.valueOf has spurious "class"
Reviewed-by: emcmanus
2009-01-29 13:04:44 -08:00
Lana Steuck
6701ca1be7
Merge
2009-01-29 09:25:47 -08:00
Joe Darcy
3f450f06e2
6239194: Object.hashCode() should reference System.identityHashCode()
...
Reviewed-by: emcmanus
2009-01-29 09:04:41 -08:00
Pavel Porvatov
798600a691
6794836
: BasicSliderUI throws NullPointerExc when JSlider maximum is Integer.MAX_VALUE
...
Reviewed-by: peterz
2009-01-29 19:06:29 +03:00
Sergey Malenkov
d36d789593
6788531: java.beans.Statement imposes excessive access control
...
Reviewed-by: peterz, rupashka
2009-01-29 15:34:50 +03:00
Omair Majid
9ea7492522
6721088: Bad window size calculation after using pack()
...
Reviewed-by: anthony
2009-01-29 14:58:12 +03:00
Christos Zoulas
40754a9924
6798822: (process) Non-portable use of isdigit in src/solaris/native/java/lang/UNIXProcess_md.c
...
Reviewed-by: alanb
2009-01-28 14:13:37 -08:00
Joe Darcy
2f243ad874
6719182: update legal notice in java/lang/instrument/package.html
...
Reviewed-by: jjh
2009-01-28 12:46:43 -08:00
Joe Darcy
79ec4bf8d3
6704655: Test test/java/lang/reflect/Generics/Probe.java fails under OpenJDK
...
Reviewed-by: ksrini
2009-01-28 10:30:33 -08:00
Jeremy Manson
0c35627960
6797480: Remove synchronization bottleneck in logger
...
Reviewed-by: swamyv
2009-01-27 15:04:30 -08:00
Jean-Christophe Collet
285d905e09
6790677: java.net.HttpCookie.parse(String) should ignore unrecognized attributes, RFC2965
...
Changed code not to throw an exception on unknown attributes
Reviewed-by: chegar
2009-01-27 11:36:28 +01:00
Joe Darcy
61f89b0025
6601457: Move wrapper class tests from closed to open
...
6601458: Move java.math tests from closed to open
6740185: Move java/lang/annotations tests to open
6759433: Move Math and StrictMath regression tests from closed to open
Move some more regression tests to the open
Reviewed-by: jjg
2009-01-26 19:49:26 -08:00
Yuka Kamiya
02e741f275
6796489: (tz) Support tzdata2009a
...
Reviewed-by: okutsu
2009-01-26 09:19:59 +09:00
Tim Bell
337fe1437d
Merge
2009-01-24 16:35:17 -08:00
Joe Darcy
e08feb9741
6604864: Double.valueOf(String) does not specify behaviour for overflow and underflow
...
Reviewed-by: emcmanus
2009-01-23 10:37:41 -08:00
Sergey Malenkov
606b473fb5
4222508: JColorChooser ignores setEnabled() function call
...
Reviewed-by: peterz, rupashka
2009-01-23 18:31:08 +03:00
Xueming Shen
a9c275ed18
6476425: (fmt)java.util.Formatter.print() throws IllegalArgumentException on large BigDecima
...
Correct the wrong calculation of "precision" in certain circumstances.
Reviewed-by: darcy, alanb
2009-01-22 20:29:54 -08:00
Xiomara Jayasena
9f55075d21
Added tag jdk7-b44 for changeset 4ce86f6829fb
2009-01-22 14:42:13 -08:00
Naoto Sato
c0b51b7972
6627549: ISO 3166 code addition: Saint Barthelemy and Saint Martin
...
6786276: Locale.getISOCountries() still contains country code "CS"
Reviewed-by: okutsu
2009-01-21 13:58:46 -08:00
Peter Zhelezniakov
2d180da2de
6792401: Windows LAF: ActiveWindowsIcon should not be greedy with fallback icon
...
Fallback mechanism changed to use symbolic name instead of icon.
Reviewed-by: igor, rupashka
2009-01-21 21:30:59 +03:00
Mandy Chung
5335a75b1c
Merge
2009-01-20 16:16:35 -08:00
Mandy Chung
4f3a9a4392
6769976: (fc) FileChannelImpl.isAMappedBufferField not used
...
Remove the FileChannelImpl.isAMappedBufferField field
Reviewed-by: alanb
2009-01-20 13:04:19 -08:00
Mandy Chung
11431a6329
6793429: Use compiled properties instead of plain properties for resource file
...
Rename the variables in Resources.gmk to make compiled properties more explicit
Reviewed-by: naoto, yhuang
2009-01-20 13:02:58 -08:00
Xiomara Jayasena
a2d4800aa0
Merge
2009-01-20 09:42:07 -08:00
Andrew Brygin
3247a31478
6551075: screenshot image taken through clipboard on W2K terminal server is shifted
...
Reviewed-by: dav, uta
2009-01-20 19:51:46 +03:00
Alex Menkov
e3d66c6414
6702956: OpenJDK: replace encumbered code (software synthesizer)
...
6717691: Update Gervill with post 1.0 fixes
6740210: Update Gervill with more post 1.0 fixes
6748247: Further update Gervill with still more post 1.0 fixes
6748251: Apply IcedTea midi sound patch
6758986: Gervill: Turn SoftJitterCorrector, SoftAudioPusher threads into a daemon threads
Reviewed-by: ohair, darcy
2009-01-19 20:11:58 +03:00
Weijun Wang
220ed00264
6793475: krb5.ini not found on some Windows
...
Reviewed-by: xuelei
2009-01-19 18:49:10 +08:00
Tim Bell
21e269f4c2
Merge
2009-01-16 10:37:41 -08:00
Xiomara Jayasena
0de2dd962c
Added tag jdk7-b43 for changeset ab58fd13ab49
2009-01-15 11:46:36 -08:00
Tim Bell
6a54f22ae0
6754862: jdk/src/windows/bin/java_md.c: hardcoded reference to msvcr71.dll
...
6779412: VS2008 errors compiling jdk sources
Update Makefiles to tolerate newer Visual Studio releases and runtimes.
Reviewed-by: ohair
2009-01-14 21:35:03 -08:00
Joe Darcy
640ed7d08b
6792545: Typo in java.util.Collection JavaDoc
...
6655123: Incorrect ref to The Art of Computer Programming in doc for java.util.Random
Fix a pair of typos.
Reviewed-by: jjg
2009-01-14 16:23:29 -08:00
Chris Hegarty
1606eaa0b9
6755782: It is not clear how DatagramSocket deals with broadcast enabling/disabling
...
Reviewed-by: jccollet
2009-01-14 17:17:34 +00:00
Roman Kennke
c0731761a3
6792515: Specify awt peer's API
...
Document AWT peer API.
Reviewed-by: art, dav
2009-01-13 20:04:05 +01:00
Xueming Shen
4a82a1723e
6332094: "jar t" and "jar x" should use ZipFile, not ZipInputStream
...
To use ZipFile for jar "t" and "x" to boost performance
Reviewed-by: martin, alanb
2009-01-13 09:21:54 -08:00
Tim Bell
9298831bab
Merge
2009-01-09 22:01:38 -08:00
Tim Bell
b1b8994004
Merge
2009-01-09 21:54:17 -08:00
Martin Buchholz
1db3e0312e
6792066: src/share/native/java/io/io_util.c clean-ups
...
Reviewed-by: alanb
2009-01-09 16:48:46 -08:00
Bhavesh Patel
3f5c0cbbd8
Merge
2009-01-08 15:10:22 -08:00
Bhavesh Patel
253b81dfe8
Merge
2009-01-08 14:17:10 -08:00
Jeremy Manson
e8974fee90
6791458: FileInputStream/RandomAccessFile.read leaks memory if invoked on closed stream with len > 8k
...
Reviewed-by: alanb
2009-01-08 14:07:45 -08:00
Bhavesh Patel
3849600cdd
6790217: Javadoc HTML WCAG 2.0 accessibility issues in jdk docs makefile - Bold tags should be strong
...
Reviewed-by: jjg
2009-01-07 16:39:43 -08:00
Gary Benson
95f5222445
6788196: (porting) Bounds checks in io_util.c rely on undefined behaviour
...
Reviewed-by: alanb
2009-01-07 11:50:32 -08:00
Tomas Hurka
b1c4a6ff3f
6790467: Add test for setInterval() for local MonitoredHost and local MonitoredVm
...
Test for MonitoredHost.setInterval() and MonitoredVm.setInterval() added
Reviewed-by: swamyv
2009-01-07 14:06:04 +01:00
Lana Steuck
e39c4cbfe7
Merge
2009-01-06 16:24:03 -08:00
Sergey Malenkov
aa3da7789a
6736248: EnumEditor bug. Class check incorrect
...
Reviewed-by: rupashka, alexp
2008-12-25 20:43:44 +03:00
Alan Bateman
5fa8ada075
6787009: (attach) Stub injection potentially unsafe on windows-x64
...
Reviewed-by: mchung
2008-12-22 19:28:49 +00:00
Sergey Malenkov
9330abadea
4864117: RFE: Make XMLDecoder API more reusable
...
Reviewed-by: peterz, loneid
2008-12-22 17:42:49 +03:00
Tim Bell
3505c577b7
Merge
2008-12-19 22:07:37 -08:00
Tim Bell
928a098209
Merge
2008-12-19 10:37:50 -08:00
Artem Ananiev
cdc0430126
6773985: OutOfMemory (PermGen space) under Linux / Firefox when switching bw. applets
...
XEmbedClientHelper is uninstalled when its embedded frame is disposed.
Reviewed-by: dcherepanov, ant
2008-12-19 16:04:04 +03:00
Xiomara Jayasena
a393c3b01f
Added tag jdk7-b42 for changeset a97859015238
2008-12-18 21:34:12 -08:00
Bradford Wetmore
997f677fc5
6750401: SSL stress test with GF leads to 32 bit max process size in less than 5 minutes,with PCKS11 provider
...
This is the JSSE portion of the fix. Main part is in PKCS11.
Reviewed-by: valeriep, xuelei
2008-12-19 10:35:56 +08:00