Xueming Shen
|
de1f485bd6
|
8015728: (zipfs) demo/zipfs/basic.sh failing
To return the correct loc entry size from wirteLOC();
Reviewed-by: alanb
|
2013-06-07 13:49:37 -07:00 |
|
Lance Andersen
|
ef953f52e0
|
8016101: Fix typo in SerialRef and missing @param in SerialStruct
Reviewed-by: darcy
|
2013-06-07 14:13:40 -04:00 |
|
Kurchi Subhra Hazra
|
7153278427
|
7051862: CookiePolicy spec conflicts with CookiePolicy.ACCEPT_ORIGINAL_SERVER
Return false for null arguments in ACCEPT_ORIGINAL_SERVER#shouldAccept()
Reviewed-by: chegar
|
2013-06-07 10:59:41 -07:00 |
|
Masayoshi Okutsu
|
f1d2e9ae5a
|
7177315: SimpleDateFormat parses wrong 2-digit year if input contains spaces
Reviewed-by: peytoia
|
2013-06-07 17:07:12 +09:00 |
|
Brian Burkhalter
|
5b5c7e541c
|
8016117: New sun.misc.FDBigInteger class as part of 7032154
Co-authored-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>
Co-authored-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>
Co-authored-by: Olivier Lagneau <olivier.lagneau@oracle.com>
Reviewed-by: martin, iris
|
2013-06-06 16:45:25 -07:00 |
|
Rob McKenna
|
35584bae5d
|
8016063: getFinalAttributes should use FindClose
Reviewed-by: alanb
|
2013-06-06 22:22:56 +01:00 |
|
Brian Burkhalter
|
a1fe63768f
|
7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal
Performance improvements for double/float -> String and decimal/hex String -> double/float conversions.
Co-authored-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>
Co-authored-by: Dmitry Nadezhin <dmitry.nadezhin@oracle.com>
Co-authored-by: Olivier Lagneau <olivier.lagneau@oracle.com>
Reviewed-by: martin, iris
|
2013-06-05 21:01:02 -07:00 |
|
Mike Duigou
|
854a6b898f
|
Merge
|
2013-06-06 11:39:34 -07:00 |
|
Eric McCorkle
|
47556dfb0d
|
8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK
SetProtectionDomain0 and JVM_SetProtectionDomain are unused since at least 1.5. This is the JDK side of a changeset to remove it.
Reviewed-by: alanb
|
2013-06-06 09:51:17 -04:00 |
|
Sean Coffey
|
a3d61f5a75
|
8000450: Restrict access to com/sun/corba/se/impl package
Reviewed-by: alanb, chegar, lancea
|
2013-06-06 14:10:44 +01:00 |
|
Otavio Goncalves
|
ddabf9f30a
|
8015470: Remove redundant calls of toString() on String objects
Reviewed-by: dholmes, alanb
|
2013-06-06 05:32:26 -04:00 |
|
Henry Jen
|
135a464761
|
8015522: CharSequence.codePoints can be faster
Reviewed-by: martin, psandoz, alanb
|
2013-06-05 15:56:51 -07:00 |
|
Frederic Parain
|
f405277c72
|
7150256: Add back Diagnostic Command JMX API
Reviewed-by: mchung, jbachorik
|
2013-06-05 08:41:02 -07:00 |
|
Chris Hegarty
|
317fbcc0e8
|
8015963: Add at since tags to new ConcurrentHashMap methods
Reviewed-by: shade, martin
|
2013-06-05 16:23:23 +01:00 |
|
Chris Hegarty
|
8b35e25262
|
8011719: Properties.loadFromXML fails with a chunked HTTP connection
Reviewed-by: michaelm
|
2013-06-05 16:06:28 +01:00 |
|
Dmitry Samersoff
|
ee8568fe00
|
8015604: JDP packets containing ideographic characters are broken
Code uses string length rather than byte array length and non ascii entry brakes packet.
Reviewed-by: dholmes, jbachorik, sla
|
2013-06-05 18:20:34 +04:00 |
|
Paul Sandoz
|
f2224939ec
|
8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining()
Reviewed-by: chegar
|
2013-05-31 10:53:19 +02:00 |
|
Lana Steuck
|
d983033c28
|
Merge
|
2013-06-04 21:37:15 -07:00 |
|
Jeff Nisewanger
|
c0c2397857
|
8014097: add doPrivileged methods with limited privilege scope
Reviewed-by: mchung
|
2013-06-04 15:33:42 -07:00 |
|
Doug Lea
|
6ffe8293b9
|
8005704: Update ConcurrentHashMap to v8
Reviewed-by: chegar, mduigou
|
2013-06-04 21:59:23 +01:00 |
|
Naoto Sato
|
a30cf6a6cc
|
8013903: Japanese calendar field names are not displayed with -Djava.locale.providers=HOST on Windows
Reviewed-by: okutsu
|
2013-06-04 10:33:13 -07:00 |
|
Michael McMahon
|
bf60c3fe29
|
8014723: sun/misc/URLClassPath/ClassnameCharTest.java failing
Reviewed-by: alanb, chegar
|
2013-06-04 10:56:58 +01:00 |
|
Brent Christian
|
53a90d216f
|
8005698: Handle Frequent HashMap Collisions with Balanced Trees
HashMap bins with many collisions store entries in balanced trees
Reviewed-by: alanb, dl, mduigou
|
2013-06-04 10:04:28 +01:00 |
|
Aleksey Shipilev
|
a6acf483b7
|
8014966: Add the proper Javadoc to @Contended
More extensive description.
Reviewed-by: dholmes, mduigou, martin
|
2013-06-03 22:09:20 +04:00 |
|
Paul Sandoz
|
138c0ccabd
|
8014383: StringJoiner example in class description not in sync with streams API
Reviewed-by: alanb
|
2013-06-03 17:37:51 +02:00 |
|
Nils Loodin
|
4b74b9fdcc
|
6526682: JConsole shows negative CPU Usage
Reviewed-by: alanb, mchung
|
2013-06-03 16:13:44 +02:00 |
|
Paul Sandoz
|
fdd231289a
|
8014731: j.u.stream.StreamSupport class has default constructor generated
This change set also fixes broken links
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Reviewed-by: alanb, chegar
|
2013-06-03 10:45:11 +02:00 |
|
Paul Sandoz
|
c58c150867
|
8015008: Primitive iterator over empty sequence, null consumer: forEachRemaining methods do not throw NPE
Reviewed-by: chegar
|
2013-06-03 10:28:17 +02:00 |
|
Lana Steuck
|
7df21ac3bf
|
Merge
|
2013-05-29 16:58:42 -07:00 |
|
Lana Steuck
|
45f0337485
|
Merge
|
2013-05-29 16:56:53 -07:00 |
|
Jennifer Godinez
|
1539c3330d
|
8012381: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
Reviewed-by: jchen, prr
|
2013-05-29 09:46:00 -07:00 |
|
Jennifer Godinez
|
0415127a27
|
7183520: [macosx]Unable to print out the defined page for 2D_PrintingTiger/JTablePrintPageRangesTest
Reviewed-by: bae, prr
|
2013-05-29 09:18:55 -07:00 |
|
Dmitry Markov
|
d463443af2
|
8014863: Line break calculations in Java 7 are incorrect
Reviewed-by: alexp, alexsch
|
2013-05-29 18:40:02 +04:00 |
|
Vinnie Ryan
|
d57a6a4cb3
|
7174966: With OCSP enabled on Java 7 get error 'Wrong key usage' with Comodo certificate
Reviewed-by: xuelei
|
2013-05-29 14:57:51 +01:00 |
|
Alan Bateman
|
fc0eb58944
|
8014928: (fs) Files.readAllBytes() copies content to new array when content completely read
Reviewed-by: martin
|
2013-05-29 10:24:11 +01:00 |
|
Petr Pchelko
|
5b011a9020
|
8009911 : [macosx] SWT app freeze when going full screen using Java 7 on Mac
Reviewed-by: anthony, ksrini
|
2013-05-29 12:10:49 +04:00 |
|
Xue-Lei Andrew Fan
|
cb9ce0a95c
|
8010815: some constructors issues in com.sun.jndi.toolkit
Reviewed-by: alanb
|
2013-05-28 18:47:13 -07:00 |
|
Naoto Sato
|
442c815128
|
6251788: (rb) PropertyResourceBundle doesn't document exceptions
Reviewed-by: okutsu
|
2013-05-28 14:02:49 -07:00 |
|
Xueming Shen
|
6b2527c45c
|
8001750: CharsetDecoder.replacement should not be changeable except via replaceWith method
To make defensive copy for set/get replacement byte array
Reviewed-by: martin
|
2013-05-28 10:42:52 -07:00 |
|
Rob McKenna
|
87a429a457
|
7038105: File.isHidden() should return true for pagefile.sys and hiberfil.sys
Reviewed-by: alanb
|
2013-05-28 16:35:17 +01:00 |
|
Florian Weimer
|
4bfd2d2b39
|
8014420 : Default JDP address does not match the one assigned by IANA
JDP protocol defaults changed to IANA assigned values
Reviewed-by: dholmes, jbachorik, hirt
|
2013-05-28 18:46:39 +04:00 |
|
Petr Pchelko
|
abdbb79b15
|
8000422: [macosx] Views keep scrolling back to the drag position after DnD
Reviewed-by: serb, anthony
|
2013-05-28 12:37:46 +04:00 |
|
Nils Loodin
|
30482b86cf
|
6470730: Disconnect button leads to wrong popup message
Reviewed-by: dcubed, sla, egahlin
|
2013-05-27 17:10:32 +02:00 |
|
Chris Hegarty
|
d576d9a662
|
Merge
|
2013-05-27 15:24:53 +01:00 |
|
Chris Hegarty
|
1a031142e5
|
8015439: Minor/sync/cleanup of ConcurrentHashMap
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: chegar
|
2013-05-27 14:00:26 +01:00 |
|
Vladislav Karnaukhov
|
af284660df
|
8010721: [macosx] In JDK7 the menu bar disappears when a Dialog is shown
Reviewed-by: anthony, serb
|
2013-05-27 12:47:18 +04:00 |
|
Peter Levart
|
c6e58fdb1d
|
7038914: VM could throw uncaught OOME in ReferenceHandler thread
Catch OutOfMemoryError in reference handler thread if caused by allocation of an InterruptedException
Reviewed-by: dholmes, alanb
|
2013-05-27 09:41:44 +02:00 |
|
Alexey Utkin
|
ef2ccefb3a
|
8014394: (fs) WatchService failing when watching \\server\$d
Reviewed-by: alanb
|
2013-05-27 15:18:00 +04:00 |
|
Kumar Srinivasan
|
485921b016
|
8007333: [launcher] removes multiple back slashes
Reviewed-by: alanb, akhil
|
2013-05-24 17:01:08 -07:00 |
|
Phil Race
|
e418c51f5a
|
8008535: JDK7 Printing : CJK and Latin Text in a string overlap
Reviewed-by: bae, jgodinez
|
2013-05-24 09:31:29 -07:00 |
|