Chris Hegarty
|
5c2b3026c2
|
8169653: Restore ObjectInputStream::resolveClass call stack default search order
Reviewed-by: dfuchs, mchung
|
2016-12-07 09:32:32 +00:00 |
|
Rachna Goel
|
794ed77e32
|
8071929: Locale.getISOCountries() has inconsistent behaviour for "AN", "BU" and "CS" country codes
Reviewed-by: naoto
|
2016-12-07 11:35:12 +05:30 |
|
Stuart Marks
|
9877170d02
|
8166446: SingletonIterator.forEachRemaining doesn't advance before calling action
Reviewed-by: martin
|
2016-12-06 17:26:43 -08:00 |
|
Paul Sandoz
|
36779a0df3
|
8170733: HashMap.HashIterator.remove method does not use cached value for the hash code
Reviewed-by: martin, dl, shade
|
2016-12-05 13:00:32 -08:00 |
|
Rachna Goel
|
0c0db99a87
|
8075577: java.time does not support HOST provider
Reviewed-by: okutsu, rriggs
|
2016-12-05 12:53:53 +05:30 |
|
Paul Sandoz
|
c7da82e9c0
|
8166914: URLClassLoader spec needs to mention that it's MR-aware
Reviewed-by: mchung, alanb
|
2016-12-02 10:05:53 -08:00 |
|
Daniel Fuchs
|
31337809b0
|
8169495: Add a method to set an Authenticator on a HttpURLConnection
New public method java.net.HttpURLConnection::setAuthenticator allows to specify an authenticator to use with a given connection.
Reviewed-by: chegar
|
2016-12-02 13:18:50 +00:00 |
|
Paul Sandoz
|
ca77f42179
|
8170155: StringBuffer and StringBuilder stream methods are not late-binding
Reviewed-by: sherman
|
2016-12-01 17:52:59 -08:00 |
|
Claes Redestad
|
f7751b87cd
|
8170602: Startup regression due to introduction of lambda in java.io.FilePermissionCollection
Reviewed-by: rriggs, alanb
|
2016-12-01 19:03:11 +01:00 |
|
Alan Bateman
|
30bcdb962c
|
Merge
|
2016-12-01 11:16:23 +00:00 |
|
Alan Bateman
|
fbe85300bf
|
8169069: Module system implementation refresh (11/2016)
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
|
2016-12-01 08:57:53 +00:00 |
|
Paul Sandoz
|
7e58564540
|
8168745: Iterator.forEachRemaining vs. Iterator.remove
Reviewed-by: martin, smarks
|
2016-11-30 17:15:58 -08:00 |
|
Shilpi Rastogi
|
3e6e13dece
|
8133719: java.lang.InternalError in java.lang.invoke.MethodHandleImpl$BindCaller.bindCaller
Reviewed-by: psandoz
|
2016-11-29 01:06:10 -08:00 |
|
Weijun Wang
|
d036a1e276
|
8170408: LogGeneratedClassesTest.java fails with recent changes
Reviewed-by: dfuchs
|
2016-11-30 08:02:39 +08:00 |
|
Roger Riggs
|
40644c5ab9
|
8169527: Typo in getCalendarType() method of Chronology class
Reviewed-by: bpb
|
2016-11-29 13:58:00 -05:00 |
|
Doug Lea
|
cee580a37d
|
8166646: Miscellaneous changes imported from jsr166 CVS 2016-10
Reviewed-by: martin, smarks, psandoz
|
2016-11-28 23:47:23 -08:00 |
|
Doug Lea
|
3f4bdaf9bd
|
8169272: Clarify Semaphore.drainPermits behavior when current permits are negative
Reviewed-by: martin, smarks, psandoz
|
2016-11-28 23:43:39 -08:00 |
|
Doug Lea
|
58623faf53
|
8166507: ConcurrentSkipListSet.clear() can leave the Set in an invalid state
Reviewed-by: martin, smarks, psandoz
|
2016-11-28 23:39:54 -08:00 |
|
Doug Lea
|
3d0d86185e
|
8143577: optimize ArrayList.removeIf
8169679: ArrayList.subList().iterator().forEachRemaining() off-by-one-error
8167202: ArrayDeque improvements
8164793: new ArrayDeque(2**N) allocates backing array of size 2**(N+1)
8169739: LinkedBlockingDeque spliterator needs to support node self-linking
8169738: CopyOnWriteArrayList subList needs more synchronization
Reviewed-by: martin, smarks, psandoz, forax
|
2016-11-28 23:36:11 -08:00 |
|
Weijun Wang
|
22ba1d5ebb
|
8170364: FilePermission path modified during merge
Reviewed-by: alanb
|
2016-11-28 22:32:17 +08:00 |
|
Joe Darcy
|
fc2f422623
|
8169479: java.lang.reflect.Constructor class has wrong api documentation
Reviewed-by: bpb, psandoz
|
2016-11-23 11:05:10 -08:00 |
|
Brent Christian
|
20c0c1d9d0
|
8136831: Undefined null behavior in ClassLoader.getResourceXXXX()
Reviewed-by: alanb, mchung, psandoz
|
2016-11-23 10:41:25 -08:00 |
|
Paul Sandoz
|
f5f1fcb803
|
8132964: Spliterator documentation on Priority(Blocking)Queue
Reviewed-by: martin, dl, chegar
|
2016-11-23 10:35:44 -08:00 |
|
Paul Sandoz
|
11b92f7ddb
|
8169808: Stream returning methods should specify if they are late binding
Reviewed-by: martin
|
2016-11-23 10:35:43 -08:00 |
|
Brent Christian
|
36ffe056e1
|
8169435: ClassLoader.isParallelCapable is final and conflicting method may get VerifyError
Reviewed-by: acorn, dholmes, mchung
|
2016-11-23 10:34:10 -08:00 |
|
Roger Riggs
|
305d776581
|
8169645: ObjectInputFilter Config spec is ambiguous regarding overriding the filter via System properties
Reviewed-by: bpb
|
2016-11-23 11:47:29 -05:00 |
|
Michael McMahon
|
e859125b09
|
8167223: URL handling improvements
Reviewed-by: prappo, chegar
|
2016-11-17 16:59:18 +00:00 |
|
Jesper Wilhelmsson
|
5140309cac
|
Merge
|
2016-11-09 13:37:19 +01:00 |
|
Bhanu Prakash Gopularam
|
86bd9c2fd3
|
8066291: Return unmodifiable set of zone IDs to optimize ZoneIdPrinterParser
Cache the available zones to speed up parsing
Reviewed-by: rriggs, scolebourne
|
2016-11-21 06:04:25 +00:00 |
|
Claes Redestad
|
709d9ee9d0
|
8169993: Class::desiredAssertionStatus should call getClassLoader0
Reviewed-by: psandoz
|
2016-11-19 12:22:35 +01:00 |
|
Claes Redestad
|
09591861d0
|
8169880: Remove the sun.reflect.noCaches option
Reviewed-by: shade, psandoz, mchung
|
2016-11-17 19:38:14 +01:00 |
|
Weijun Wang
|
9a7622561a
|
7004967: SecureRandom should be more explicit about threading
8169312: SecureRandom::getSeed(num) not specified if num is negative
Reviewed-by: mullan, xuelei
|
2016-11-17 21:02:39 +08:00 |
|
Anubhav Meena
|
3f35be7242
|
8167618: DateTimeFormatter.format() uses exceptions for flow control
Removed flow control in exception catch
Reviewed-by: rriggs, scolebourne
|
2016-11-17 11:55:59 +00:00 |
|
Paul Sandoz
|
ce32d2aec8
|
8072784: Better spliterator implementation for BitSet.stream()
Reviewed-by: martin
|
2016-11-16 14:26:14 -08:00 |
|
Paul Sandoz
|
4bcf62b9d1
|
8132097: Stream.generate should use a covariant Supplier as parameter
Reviewed-by: forax, martin
|
2016-11-16 14:26:12 -08:00 |
|
Jamil Nimeh
|
2eff7e6a9a
|
8043252: Debug of access control is obfuscated - NullPointerException in ProtectionDomain
Protect against null return value from Permission.getActions in ProtectionDomain's toString method.
Reviewed-by: weijun, mullan
|
2016-11-16 08:29:58 -08:00 |
|
Daniel Fuchs
|
f3cb8c41dc
|
8169068: Add a new method: java.net.Authenticator.getDefault()
Reviewed-by: chegar
|
2016-11-16 15:40:06 +00:00 |
|
Paul Sandoz
|
ff33d165a6
|
8163553: java.lang.LinkageError from test java/lang/ThreadGroup/Stop.java
Reviewed-by: redestad
|
2016-11-01 17:20:45 -07:00 |
|
Paul Sandoz
|
29871f6f8a
|
8166974: invokedynamic implementation should not wrap Errors
Reviewed-by: smarks, jrose
|
2016-10-14 14:47:27 -07:00 |
|
Stuart Marks
|
6bdfb6eb48
|
8152617: add missing wildcards to Optional or() and flatMap()
Reviewed-by: psandoz, forax
|
2016-10-20 13:27:48 -07:00 |
|
David Dehaven
|
b27d8f6dd9
|
8165271: Fix use of reflection to gain access to private fields
Reviewed-by: mchung
|
2016-10-12 08:47:53 -07:00 |
|
Vinnie Ryan
|
15b6970daa
|
8165064: Enhance thread contexts in JNDI
Reviewed-by: chegar
|
2016-10-13 15:27:33 +01:00 |
|
Paul Sandoz
|
c12cdd9a1c
|
8165344: Update concurrency support
Reviewed-by: coffeys, robm, ahgross, chegar
|
2016-10-05 11:30:16 -07:00 |
|
Mark Sheppard
|
3463ee94d8
|
8164147: Improve streaming socket output
Reviewed-by: chegar, igerasim
|
2016-09-13 11:59:56 +01:00 |
|
Mark Sheppard
|
f436ae7a54
|
8161228: URL objects with custom protocol handlers have port changed after deserializing
Reviewed-by: chegar, rriggs, coffeys
|
2016-08-12 10:37:15 +01:00 |
|
Chris Hegarty
|
60cfb25bfe
|
8151934: Resolve class resolution
Reviewed-by: alanb, skoivu
|
2016-07-28 10:13:12 +01:00 |
|
Peter Levart
|
f160991436
|
6378384: (reflect) subclass can’t access superclass’s protected fields and methods by reflection
Reviewed-by: mchung
|
2016-10-18 20:28:58 +02:00 |
|
Claes Redestad
|
a424ba8c8d
|
8168073: Speed up URI creation during module bootstrap
Reviewed-by: alanb, mchung, psandoz, chegar
|
2016-10-18 14:22:16 +02:00 |
|
Stuart Marks
|
9852310517
|
8168096: markup error in "since" element spec of @Deprecated
Reviewed-by: darcy
|
2016-10-17 17:07:55 -07:00 |
|
Rachna Goel
|
8b7cc86473
|
8167992: Update documentation of java.util.Date class
Reviewed-by: okutsu, peytoia
|
2016-10-17 20:13:16 +09:00 |
|