Vinnie Ryan
7dcd0b38a8
8006591: Protect keystore entries using stronger PBE algorithms
...
Reviewed-by: mullan
2013-01-23 21:25:49 +00:00
Rob McKenna
6c5679d418
8004729: Add java.lang.reflect.Parameter and related changes for parameter reflection
...
Reviewed-by: darcy, forax, psandoz, dholmes, tbell
2013-01-23 17:54:34 +00:00
Alexey Utkin
3b0f760747
6519127: user.home property not set correctly
...
Registry-based approach was changed to SHGetKnownFolderPath/SHGetFolderPathW
Reviewed-by: alanb, anthony
2013-01-23 15:06:49 +04:00
Vinnie Ryan
cd509df8b6
8006741: javadoc cleanup for 6263419
...
Reviewed-by: alanb
2013-01-23 09:49:10 +00:00
Stephen Colebourne
df4d235c1f
8003680: JSR 310 Date/Time API
...
Integration of JSR310 Date/Time API for M6
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Richard Warburton <richard.warburton@gmail.com>
Co-authored-by: Michael Nascimento <misterm@gmail.com>
Reviewed-by: alanb, naoto, dholmes
2013-01-22 20:59:21 -08:00
Vinnie Ryan
995a0dc1b8
6263419: No way to clean the memory for a java.security.Key
...
Reviewed-by: mullan
2013-01-22 23:32:15 +00:00
Lana Steuck
8c4608f165
Merge
2013-01-21 11:16:36 -08:00
Lance Andersen
11e010320c
8006642: Fix javadoc warnings due to Integer.MAX_VALUE
...
Reviewed-by: alanb
2013-01-21 14:08:39 -05:00
Doug Lea
3f14786363
8005311: Add Scalable Updatable Variables, DoubleAccumulator, DoubleAdder, LongAccumulator, LongAdder
...
Reviewed-by: chegar, darcy, goetz
2013-01-21 13:50:05 +00:00
Lana Steuck
444cf2ed48
Merge
2013-01-20 23:38:27 -08:00
Masayoshi Okutsu
6bc0d6d200
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
...
8006509: Add more calendar symbol names from CLDR
Reviewed-by: peytoia
2013-01-21 15:41:30 +09:00
Masayoshi Okutsu
f9d0dd3d72
4745761: (cal) RFE: Support builder for constructing Calendar
...
Reviewed-by: peytoia
2013-01-21 12:04:55 +09:00
Lance Andersen
69757a1c92
8005080: JDBC 4.2 Core changes
...
Reviewed-by: naoto
2013-01-19 10:53:14 -05:00
Lance Andersen
c98a554aaf
8006139: add missing methods to javax.sql.rowset.serial.SQLInputImpl, SQLOutputImpl
...
Reviewed-by: naoto, ulfzibis, alanb
2013-01-19 10:11:19 -05:00
Mark Sheppard
4e11f499f4
8006568: HTTP protocol handler NLTM Authentication should use Base64 API
...
Reviewed-by: chegar, alanb
2013-01-19 08:39:20 +00:00
Alan Bateman
69b0c6aad4
6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision
...
Reviewed-by: chegar
2013-01-18 18:48:44 +00:00
John Zavgren
9bad85cb03
8005120: Compiler warnings in socket transport native code
...
Reviewed-by: chegar, dsamersoff
2013-01-18 17:34:40 +00:00
Kurchi Subhra Hazra
8f2bd71dc9
7171415: java.net.URI.equals/hashCode not consistent for some URIs
...
Rewrite URI.hashCode() to consider encoded characters, also reviewed by vitalyd@gmail.com , schlosna@gmail.com
Reviewed-by: chegar
2013-01-17 14:50:02 -08:00
Brian Burkhalter
fe16fc39d6
8006090: Formatter asserts with -esa
...
Removed the offending assert
Reviewed-by: alanb, darcy
2013-01-17 12:49:33 -08:00
David Katleman
b8e0cde9e1
Merge
2013-01-16 22:21:30 -08:00
Lana Steuck
7026f02404
Merge
2013-01-16 12:07:32 -08:00
Jason Uh
68eb431db8
8005389: Backout fix for JDK-6500133
...
Reviewed-by: mullan
2013-01-16 09:51:21 -05:00
Doug Lea
dcc8fbec72
8001666: Add lambda-compatible atomics and accumulators to the ActomicXXX classes
...
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Reviewed-by: dl, chegar, darcy, goetz
2013-01-16 12:09:35 +00:00
Doug Lea
7062898817
8005926: Merge ThreadLocalRandom state into java.lang.Thread
...
Reviewed-by: shade, chegar
2013-01-16 10:14:09 +00:00
Mark Sheppard
cb7b639e6a
8005406: HTTP server implementation should use Base64 API
...
Reviewed-by: khazra, alanb, chegar
2013-01-15 11:44:20 +00:00
Alexey Utkin
5bd5533490
8005250: Downgrade normative references to ${java.home}/lib folder from Java client code
...
Javadoc was changed in accordance with CCC-8005250 request.
Reviewed-by: alanb, amenkov
2013-01-15 14:26:59 +04:00
Kumar Srinivasan
a788c5b6b8
8005252: pack200 should support MethodParameters
...
Reviewed-by: jrose
2013-01-14 15:46:54 -08:00
Naoto Sato
9fa2377054
7162007: Clean up i18n related caches
...
Reviewed-by: okutsu, ohair
2013-01-14 11:09:53 -08:00
Peter Levart
e912773451
8005232: (JEP-149) Class Instance size reduction
...
Moved the fields for cached reflection objects into a seperate ReflectionData object to reduce dynamic footprint.
Reviewed-by: dholmes, mchung, shade
2013-01-13 19:57:06 -05:00
Mark Sheppard
7a8ddfee99
8006153: HTTP protocol handler authenication should use Base64 API
...
Reviewed-by: chegar, alanb
2013-01-13 22:09:50 +00:00
Xueming Shen
c7c2bd14d7
Merge
2013-01-11 22:45:42 -08:00
Ioi Lam
7428b2f902
8005466: JAR file entry hash table uses too much memory (zlib_util.c)
...
Realign the fields of jzcell struct
Reviewed-by: sherman
2013-01-11 22:43:29 -08:00
Olivier Lagneau
546e2eb164
7131459: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie
...
Reviewed-by: darcy
2013-01-11 15:39:08 -08:00
Alan Bateman
36e2ef2ba8
8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)
...
Reviewed-by: chegar
2013-01-11 12:27:57 +00:00
Lana Steuck
2af47c361c
Merge
2013-01-10 15:52:12 -08:00
Chris Hegarty
a2dea4d9f4
8006007: j.u.c.atomic classes should use intrinsic getAndXXX provided by 7023898
...
Reviewed-by: dl, shade
2013-01-10 21:52:38 +00:00
Fredrik Ohrstrom
a1118e2d86
8005856: build-infra: Remove special handling of base module classes header generation
...
Reviewed-by: alanb, tbell, ohair
2013-01-10 12:23:15 +01:00
Joe Darcy
f2c492220c
8005713: Simplify library support for repeating annotations in java.lang.annotation
...
Reviewed-by: abuckley
2013-01-09 20:20:21 -08:00
Brian Burkhalter
af27b8c59d
7103957: NegativeArraySizeException while initializing class IntegerCache
...
Reviewed-by: darcy, mchung
2013-01-09 16:58:47 -08:00
Sean Mullan
86b40c8697
Merge
2013-01-09 08:59:58 -05:00
Alexander Scherbatiy
19b3fdf5ee
8005019: JTable passes row index instead of length when inserts selection interval
...
Reviewed-by: serb, denis
2013-01-09 16:52:08 +04:00
Fredrik Öhrström
33f2917473
8005096: Move a few source files in swing/beaninfo and in a demo
...
Reviewed-by: ohair, erikj, malenkov
2013-01-09 13:33:52 +01:00
Joe Darcy
df5b548d02
8005298: Add FunctionalInterface type to the core libraries
...
Reviewed-by: mduigou
2013-01-08 16:08:29 -08:00
Sean Mullan
d01edb0815
Merge
2013-01-08 19:02:55 -05:00
Sean Mullan
b492dc9bac
7019834: Eliminate dependency from PolicyFile to com.sun.security.auth.PrincipalComparator
...
Add new java.security.Principal.implies method
Reviewed-by: alanb
2013-01-08 19:00:12 -05:00
Valerie Peng
91510ba8ea
Merge
2013-01-08 13:06:22 -08:00
Dan Xu
6cc211f4e1
8002306: (se) Selector.open fails if invoked with thread interrupt status set [win]
...
Reviewed-by: alanb
2013-01-08 20:37:27 +00:00
Valerie Peng
c6f02e06f0
8004044: Lazily instantiate SunJCE.RANDOM
...
Replace the static initialization of SunJCE.RANDOM object w/ lazy initialization
Reviewed-by: mchung
2013-01-08 11:55:21 -08:00
Weijun Wang
d9c892c9fd
8005447: default principal should act as anyone
...
Reviewed-by: valeriep
2013-01-08 14:54:56 +08:00
Valerie Peng
2edaf46a3d
Merge
2013-01-07 14:40:07 -08:00