Alexander Stepanov
30cda926e9
8080422: some docs cleanup for core libs
...
Some docs cleanup
Reviewed-by: rriggs, lancea
2015-05-19 16:04:14 +04:00
Ivan Gerasimov
43b2601a96
8080535: (ch) Expected size of Character.UnicodeBlock.map is not optimal
...
Reviewed-by: martin, chegar
2015-05-18 19:15:50 +03:00
Joe Darcy
9fe30fb118
8078136: Incorrect figure number in reference to Hacker's Delight book in Long.bitCount() method
...
Reviewed-by: lancea
2015-05-17 11:04:01 -07:00
Peter Levart
f79ca89ac7
8074002: java.time.ZoneId.systemDefault() should be faster
...
Cache ZoneId inside TimeZone object
Reviewed-by: scolebourne, rriggs, dfuchs
2015-05-17 18:49:21 +02:00
Ivan Gerasimov
cbe55b316e
8071571: Move substring of same string to slow path
...
Reviewed-by: martin
2015-05-15 22:10:29 +03:00
Claes Redestad
608c2ef496
8061254: SPECjvm2008-XML performance regressions in 9-b33
...
Reviewed-by: alanb, shade
2015-05-15 16:09:55 +02:00
Valerie Peng
d296137c20
8038084: CertStore needs a way to add new CertStore types
...
Removed internal helper classes and reflection usage for LDAP CertStore.
Reviewed-by: mullan
2015-05-15 01:14:25 +00:00
Sean Mullan
5dbc7756f6
8075706: Policy implementation does not allow policy.provider to be on the class path
...
Reviewed-by: alanb, mchung
2015-05-12 13:13:06 -04:00
Pavel Rappo
431c16c78d
8029689: (spec) Reader.read(char[], int, int) throws unspecified IndexOutOfBoundsException
...
Reviewed-by: chegar, lancea
2015-05-12 13:59:31 +01:00
Paul Sandoz
0e7987c721
8078645: removeIf(filter) in ConcurrentHashMap removes entries for which filter is false
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: martin, dholmes
2015-05-12 10:50:40 +02:00
Joe Darcy
7ceb605aa6
8053918: make the spec for @Documented comprehensible
...
Reviewed-by: jjg, abuckley
2015-05-11 17:54:03 -07:00
Brian Burkhalter
c0d7208b4b
8065109: (fs spec) Files.newBufferedWriter doesn't specify SecurityException for DELETE_ON_CLOSE option
...
Add to specification of newBufferedWriter() and write() methods that the DELETE_ON_CLOSE option triggers invoking checkDelete().
Reviewed-by: alanb
2015-05-07 16:12:10 -07:00
Naoto Sato
9a104f4c57
8079186: Add 'localeServiceProvider' target in the class description of RuntimePermission
...
Reviewed-by: mullan
2015-05-07 08:55:17 -07:00
Alejandro Murillo
bc6eae682e
Merge
2015-05-05 08:11:41 -07:00
Peter Levart
b308a894cf
8074003: java.time.zone.ZoneRules.getOffset(java.time.Instant) can be optimized
...
Make epochSecond part of ZoneOffsetTransition so it doesn't have to be recomputed frequently
Reviewed-by: scolebourne, rriggs
2015-05-04 10:13:19 +02:00
Alejandro Murillo
c185e9a5bf
Merge
2015-05-01 03:56:04 -07:00
Naoto Sato
ae93bb2873
8075545: Add permission check for locale service provider implementations
...
Reviewed-by: mchung, alanb
2015-04-29 11:03:56 -07:00
Alexander Stepanov
0bdbfa87dc
8076224: some tidy warnings from core libs
...
Minor HTML markup fix
Reviewed-by: rriggs, lancea
2015-04-28 21:30:10 +04:00
Brian Burkhalter
d44ef60eb0
8024086: (fs) AtomicMoveNotSupportedException allows reason to be null
...
Modify javadoc specification of 'reason' parameter to allow null
Reviewed-by: alanb
2015-04-28 10:12:15 -07:00
Doug Lea
37fbfc1a3d
8078490: Missed submissions in ForkJoinPool
...
Reviewed-by: psandoz, shade, martin, chegar
2015-04-24 15:39:41 +02:00
Vladimir Ivanov
7840b0e7c1
8059455: LambdaForm.prepare() does unnecessary work for cached LambdaForms
...
Reviewed-by: psandoz
2015-04-23 18:01:38 +03:00
Joe Darcy
dd2c3d1c22
8078468: Update security libraries to use diamond with anonymous classes
...
Reviewed-by: weijun
2015-04-23 18:51:18 -07:00
Joe Darcy
d112215fc2
8078467: Update core libraries to use diamond with anonymous classes
...
Reviewed-by: mchung, alanb
2015-04-23 09:32:35 -07:00
Vladimir Ivanov
ad2c8376dd
8078290: Customize adapted MethodHandle in MH.invoke() case
...
Reviewed-by: jrose
2015-04-21 21:06:06 +03:00
Chris Hegarty
e028ed3a21
8075139: Restore java.protocol.handler.pkgs to work as a fallback for migration
...
Reviewed-by: alanb, psandoz
2015-04-21 14:23:58 +01:00
Brent Christian
b5af5771c7
8048264: StringBuffer's codePoint methods throw unspecified IndexOutOfBoundsException
...
Add missing @throws tags
Reviewed-by: dholmes, lancea
2015-04-17 12:49:51 -07:00
Vladimir Ivanov
f0f9b42b17
8057967: CallSite dependency tracking scales devastatingly poorly
...
Reviewed-by: jrose, roland, plevart, shade
2015-04-17 18:15:13 +03:00
Michael Haupt
2e8fb0e5de
8033465: JSR292: InvokerBytecodeGenerator: convert a check for REF_invokeVirtual on an interface into an assert
...
Reviewed-by: vlivanov
2015-04-14 18:26:01 +03:00
Vladimir Ivanov
c9ac987bf3
8076461: JSR292: remove unused native and constants
...
Reviewed-by: jrose, vlivanov
2015-04-14 18:16:02 +03:00
Vladimir Ivanov
4097393258
8057919: Class.getSimpleName() should work for non-JLS compliant class names
...
Reviewed-by: dholmes, jrose
2015-04-14 18:03:12 +03:00
Vladimir Ivanov
bc83974fb5
8077054: DMH LFs should be customizeable
...
Reviewed-by: jrose
2015-04-14 17:59:52 +03:00
Vladimir Kozlov
34e5820b03
Merge
2015-04-03 11:41:26 -07:00
Brent Christian
6c5d70bfbc
8071667: HashMap.computeIfAbsent() adds entry that HashMap.get() does not find
...
Throw ConcurrentModificationException from computeIfAbsent() & friends
Reviewed-by: chegar, psandoz
2015-04-02 12:33:03 -07:00
Nadeesh TV
1795821684
8076441: Dead code in java.time.chrono.Chronology.isLeapYear after fixing JDK-8067800
...
Reviewed-by: igerasim, rriggs
2015-04-02 14:25:27 -04:00
Andrew Haley
252f04c7fd
8026049: (bf) Intrinsify ByteBuffer.put{Int, Double, Float, ...} methods
...
Use unaligned Unsafe loads and stores for ByteBuffer access on platforms which support unaligned access. Add intrinsics for Unsafe.{get,put}-X-Unaligned methods.
Reviewed-by: dholmes, jrose, psandoz, kvn
2015-03-31 12:30:52 -07:00
Masayoshi Okutsu
90e30c53bc
8075548: SimpleDateFormat formatting of "LLLL" in English is incorrect; should be identical to "MMMM"
...
Reviewed-by: naoto
2015-03-30 16:31:18 +09:00
Zoltan Majo
1d3fd38413
Merge
2015-03-27 09:02:55 +01:00
Vladimir Ivanov
71020f90ef
8075263: MHI::checkCustomized isn't eliminated for inlined MethodHandles
...
Reviewed-by: jrose, kvn
2015-03-20 11:42:31 -07:00
Naoto Sato
ca08065c34
8074350: Support ISO 4217 "Current funds codes" table (A.2)
...
8074351: Support for currencies with the 4 digits (or more) minor unit
Reviewed-by: okutsu
2015-03-17 16:04:26 -07:00
Xueming Shen
f3a2e4480d
8074678: JCK test java_util/regex/MatchResult/index.html starts failing after JDK-8071479
...
To add non-match sanity check
Reviewed-by: psandoz
2015-03-17 09:54:36 -07:00
Brian Burkhalter
7d1b3d7277
8075222: RandomAccessFile.getChannel changed to non-final in error
...
Reinstate 'final' RandomAccessFile.getChannel() declaration.
Reviewed-by: alanb
2015-03-16 13:49:00 -07:00
Paul Sandoz
7618752fd9
8075230: Optimized count operations incorrectly declare the stream shape
...
Reviewed-by: chegar
2015-03-16 17:44:34 +01:00
Alexander Stepanov
765a1e4435
8028266: Tidy warnings cleanup for packages java.security/javax.security
...
Some tidy warnings in docs were fixed
Reviewed-by: mullan, wetmore
2015-03-16 19:09:13 +04:00
Aggelos Biboudis
cb566c6ce5
8067969: Optimize Stream.count for SIZED Streams
...
Reviewed-by: psandoz, chegar
2015-03-16 10:19:49 +01:00
Brian Burkhalter
17f8ee8cf0
8073214: javadoc of Properties methods should specify NullPointerExceptions
...
Add test for null parameter and corresponding throws clause to load() methods
Reviewed-by: darcy
2015-03-13 14:54:40 -07:00
Pavel Rappo
39b55b3d5a
8075959: Change parameter names in some IOException subclasses
...
Reviewed-by: rriggs
2015-03-25 15:42:41 +00:00
Paul Sandoz
b220e6cb1d
8075307: Pipeline calculating inconsistent flag state for parallel stateful ops
...
Reviewed-by: smarks
2015-03-25 10:50:08 +00:00
Chris Hegarty
82dd135b5f
8075824: Add default[Read|Write]Object to java.util.Date
...
Reviewed-by: alanb, rriggs
2015-03-24 14:48:11 +00:00
Roger Riggs
149272bbdb
Merge
2015-03-23 10:58:27 -04:00
Roger Riggs
c92b8a33a6
8073220: A typo in the documentation for class ProcessBuilder
...
Correct reference to be OutputStream
Reviewed-by: martin, alanb
2015-03-23 09:53:08 -04:00