Mandy Chung
|
37e807c698
|
8170772: ResourceBundle improper caching causes tools/javadoc tests intermittently
Reviewed-by: dfuchs, naoto
|
2016-12-09 16:38:34 -08:00 |
|
Adam Petcher
|
8e9cdc61b6
|
8069128: Fix deprecation warnings in jdk.deploy.osx module
Reviewed-by: mullan
|
2016-12-09 14:14:37 -05:00 |
|
Xue-Lei Andrew Fan
|
7f4cb73e6d
|
8170329: New SSLSocket testing template
Reviewed-by: asmotrak, mullan
|
2016-12-09 17:21:50 +00:00 |
|
Michael McMahon
|
2de1b5ce26
|
8170648: Move java.net.http package out of Java SE to incubator namespace
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Co-authored-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>
Co-authored-by: Anthony Vanelverdinghe <anthony.vanelverdinghe@gmail.com>
Reviewed-by: chegar, dfuchs, michaelm, prappo, skuksenko
|
2016-12-09 11:35:02 +00:00 |
|
Jesper Wilhelmsson
|
36848b00f8
|
Merge
|
2016-12-08 16:40:15 +01:00 |
|
Jesper Wilhelmsson
|
849d40f05b
|
Merge
|
2016-12-08 15:46:19 +01:00 |
|
Li Jiang
|
f4514dfc32
|
8169618: JDK9 message drop interim resource updates - OpenJDK
Reviewed-by: rfield, peytoia, joehw, weijun
|
2016-12-07 05:57:23 -08:00 |
|
Erik Joelsson
|
1ba6d00a72
|
8066474: Remove the lib/ directory from Linux and Solaris images
Reviewed-by: tbell, ihse
|
2016-12-05 17:56:20 +01:00 |
|
Goetz Lindenmaier
|
7172c36a8d
|
8170663: Fix minor issues in corelib and servicabilty coding
Co-authored-by: David CARLIER <devnexen@gmail.com>
Reviewed-by: dsamersoff, dholmes
|
2016-12-02 15:02:10 +01:00 |
|
Weijun Wang
|
af3e320415
|
8171190: Bump reference of NIST 800-57 Part 1 Rev 3 to Rev 4 in JarSigner API spec
Reviewed-by: xuelei
|
2016-12-14 10:41:06 +08:00 |
|
Weijun Wang
|
3c750bc54f
|
8168979: @implNote for invalid FilePermission
Reviewed-by: xuelei
|
2016-12-14 10:40:59 +08:00 |
|
Jesper Wilhelmsson
|
c6fe9d621b
|
Merge
|
2016-12-14 03:09:12 +01:00 |
|
Stuart Marks
|
292fe71e60
|
8170943: Collectors.partitioningBy should specify that false and true entries are always present
Reviewed-by: psandoz
|
2016-12-13 17:45:37 -08:00 |
|
Brent Christian
|
96fc05b672
|
8169389: Use a bitmap to control StackTraceElement::toString format and save footprint
Reviewed-by: dfuchs, mchung
|
2016-12-13 12:35:59 -08:00 |
|
Mandy Chung
|
9e5033a0ae
|
8169925: Organize licenses by module in source, JMOD file, and run-time image
Co-authored-by: Jeannette Hung <jeannette.hung@oracle.com>
Reviewed-by: alanb, erikj, ihse, naoto, prr
|
2016-12-12 18:56:50 -08:00 |
|
Jesper Wilhelmsson
|
08815157a7
|
Merge
|
2016-12-08 15:46:19 +01:00 |
|
Brian Burkhalter
|
d8e5d53723
|
8168628: (fc) SIGBUS when extending file size to map it
Synchronize file extension and subsequent map0(); on Linux use fallocate64() instead of ftruncate64().
Reviewed-by: rehn, simonis, alanb
|
2016-12-02 13:22:16 -08:00 |
|
Roger Riggs
|
1bcb7f93c0
|
8170291: Unpredictable results of j.i.ObjectInputFilter::createFilter
Reviewed-by: dfuchs
|
2016-12-07 15:32:31 -05:00 |
|
Xueming Shen
|
d08eb8c2a9
|
8170831: ZipFile implementation no longer caches the last accessed entry/pos
Reviewed-by: psandoz
|
2016-12-07 11:53:26 -08:00 |
|
Martin Buchholz
|
502274b2c1
|
8170560: Improve code samples in Collectors javadoc
Reviewed-by: psandoz
|
2016-11-30 19:40:36 -08:00 |
|
Naoto Sato
|
d4becc9ff1
|
8170465: JNI exception pending in jni_util.c:190
8170466: JNI exception pending in jni_util.c:190
Reviewed-by: dholmes
|
2016-12-07 08:54:56 -08:00 |
|
Adam Petcher
|
df8736b785
|
8158517: Minor optimizations to ISO10126PADDING
Co-authored-by: Bernd Eckenfels <ecki@zusammenkunft.net>
Reviewed-by: mullan
|
2016-12-07 10:55:13 -05:00 |
|
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 |
|
Bradford Wetmore
|
fdb9c95f6b
|
8170157: Enable unlimited cryptographic policy by default in OracleJDK
8169335: Add a crypto policy fallback in case Security Property 'crypto.policy' does not exist
Reviewed-by: erikj, ihse, weijun, xuelei, coffeys
|
2016-12-05 17:04:02 -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 |
|
Sean Mullan
|
4200b2b0e9
|
8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property
Reviewed-by: ascarpino
|
2016-12-02 14:22:19 -05:00 |
|
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 |
|
Peter Levart
|
789f9198c7
|
8035424: (reflect) Performance problem in sun.reflect.generics.parser.SignatureParser
Reviewed-by: redestad
|
2016-11-30 19:52:20 +01: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 |
|
Max-Kanat Alexander
|
4a1bb5b90a
|
8170467: (reflect) Optimize SignatureParser's use of StringBuilders
Reviewed-by: shade, redestad
|
2016-11-29 16:27:19 +01: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 |
|
Mandy Chung
|
0a3285fcf6
|
8169816: Move src.zip and jrt-fs.jar under the lib directory
Reviewed-by: alanb, erikj
|
2016-11-28 11:37:00 -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 |
|