Anthony Scarpino
|
39b3b9cb3b
|
8168931: Few OCSP related test failed with "Response is unreliable: its validity interval is out-of-date"
Reviewed-by: mullan
|
2016-11-14 13:32:15 -08:00 |
|
Anthony Scarpino
|
a556619f93
|
8168861: AnchorCertificates uses hardcoded password for cacerts keystore
Reviewed-by: vinnie, mullan
|
2016-11-14 10:13:38 -08:00 |
|
David Dehaven
|
d4857ff0f3
|
8169289: JavaFX application in named module fails to launch if no main method
Reviewed-by: mchung, ksrini
|
2016-11-07 12:46:23 -08: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 |
|
Mandy Chung
|
671d12ce6b
|
8169909: java agent fails to add to class path when the initial module is a named module
Reviewed-by: alanb
|
2016-11-20 07:57:57 -08: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 |
|
Alejandro Murillo
|
ae7aae8464
|
Merge
|
2016-10-20 16:54:00 -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 |
|
Alejandro Murillo
|
ff0d142c0a
|
Merge
|
2016-10-13 09:02:13 -07:00 |
|
Vinnie Ryan
|
02ca9985fc
|
8167371: KeyStoreSpi.engineSetEntry should throw an Exception if password protection alg is specified
Reviewed-by: xuelei, mullan
|
2016-10-13 12:37:42 +01:00 |
|
Mandy Chung
|
44a7c1b644
|
8164689: Retrofit jar, jlink, jmod as a ToolProvider
Reviewed-by: alanb, lancea
|
2016-10-12 15:41:00 -07:00 |
|
Jonathan Bluett-Duncan
|
a19fc7fbdb
|
8134373: use collections convenience factories in the JDK
Reviewed-by: scolebourne, prappo, dfuchs, redestad, smarks
|
2016-10-12 11:54:38 -07:00 |
|
Athijegannathan Sundararajan
|
8c7dc29389
|
8167614: Avoid module dependency from jdk.dynalink to jdk.internal.module of java.base module
Reviewed-by: jlaskey, alanb
|
2016-10-12 22:44:43 +05:30 |
|
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 |
|
Pavel Rappo
|
d16760afb5
|
8168405: Pending exceptions in java.base/windows/native
Reviewed-by: chegar, clanger
|
2016-10-20 18:35:45 +01:00 |
|
Weijun Wang
|
debfdef758
|
8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
Reviewed-by: mullan
|
2016-10-20 09:24:47 +08:00 |
|
Anthony Scarpino
|
4b919bee81
|
8167591: Add MD5 to signed JAR restrictions
Reviewed-by: mullan, jnimeh
|
2016-10-19 10:49:52 -07:00 |
|
Jan Lahoda
|
d132146380
|
8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
Allow use of jdk.internal.misc.Signal from jshell and jjs.
Reviewed-by: rfield, chegar
|
2016-10-19 12:42:34 +02:00 |
|
Vinnie Ryan
|
15b6970daa
|
8165064: Enhance thread contexts in JNDI
Reviewed-by: chegar
|
2016-10-13 15:27:33 +01:00 |
|
Paul Sandoz
|
2fc1b1389a
|
8167524: Rogue character in Stream javadoc
Reviewed-by: smarks, darcy
|
2016-10-11 16:25:52 -07:00 |
|
Bradford Wetmore
|
909e2244c8
|
8167459: Add debug output for indicating if a chosen ciphersuite was legacy
Reviewed-by: xuelei
|
2016-10-11 15:49:37 -07:00 |
|
Vyom Tewari
|
b09d8ad0e6
|
8163482: java.net.URLPermission.getActions() adds a trailing colon when header-names is empty
Reviewed-by: chegar, dfuchs
|
2016-10-11 15:12:40 +05:30 |
|
Xue-Lei Andrew Fan
|
9c0a3e6ca9
|
8167472: Chrome interop regression with JDK-8148516
Reviewed-by: weijun
|
2016-10-11 09:11:34 +00:00 |
|
Valerie Peng
|
81d15be0db
|
8165275: Replace the reflective call to the implUpdate method in HandshakeMessage::digestKey
Replaced the reflection calls with the new sun.security.util.MessageDigestSpi2 interface
Reviewed-by: xuelei, mchung
|
2016-10-11 00:04:35 +00:00 |
|
Paul Sandoz
|
bf450d55c1
|
8164814: Deprecate Atomic*.weakCompareAndSet and defer to Atomic*.weakCompareAndSetPlain
Reviewed-by: martin, dl
|
2016-10-10 15:58:42 -07:00 |
|
Mandy Chung
|
fddb29160d
|
8162401: Support multiple --add-exports and --add-reads with the same module/package
Reviewed-by: alanb, redestad, sundar
|
2016-10-10 15:46:14 -07:00 |
|
Anthony Scarpino
|
dab57d2037
|
8165103: Update to "denyAfter constraint check" exception message
Reviewed-by: valeriep
|
2016-10-10 14:20:16 -07:00 |
|
Christoph Langer
|
0d046ab808
|
8167295: Further cleanup to the native parts of libnet/libnio
Reviewed-by: chegar
|
2016-10-10 22:42:45 +02:00 |
|
Anthony Scarpino
|
3d4d013f55
|
8165101: AnchorCertificates throws NPE when cacerts file not found
Reviewed-by: mullan
|
2016-10-10 13:28:44 -07:00 |
|
Weijun Wang
|
ba9df3533c
|
8164705: Remove pathname canonicalization from FilePermission
Reviewed-by: alanb, bpb
|
2016-10-10 08:28:50 +08:00 |
|
Jonathan Gibbons
|
0f9a011475
|
8159855: Create an SPI for tools
Reviewed-by: mchung
|
2016-10-07 16:49:31 -07:00 |
|
Brent Christian
|
2d52d60a1e
|
8151486: Class.forName causes memory leak
Remove ClassLoader.domains
Reviewed-by: coleenp, dholmes, mchung, naoto
|
2016-10-07 12:01:24 -07:00 |
|
Claes Redestad
|
8ebdbe3b5c
|
8167005: Comment on the need for an empty constructor in ArrayList$Itr
Reviewed-by: smarks, shade, chegar
|
2016-10-06 02:02:48 +02:00 |
|
Alejandro Murillo
|
db351aa712
|
Merge
|
2016-10-05 09:52:55 -07:00 |
|
Sean Mullan
|
ebf08ec9c6
|
Merge
|
2016-10-05 12:36:42 -04:00 |
|
Sean Mullan
|
5275bebcab
|
8166632: Document how to grant permissions for a module jrt:/<module> in the image
Reviewed-by: alanb, mchung
|
2016-10-05 12:36:01 -04:00 |
|
Alejandro Murillo
|
7e7cbce1f6
|
Merge
|
2016-10-05 06:28:23 -07:00 |
|
Mandy Chung
|
6504983459
|
8166860: Add magic number to jmod file
Reviewed-by: alanb, jjg
|
2016-10-04 18:56:28 -07:00 |
|
Ramanand Patil
|
4dbca869e0
|
8166875: (tz) Support tzdata2016g
Reviewed-by: martin, okutsu
|
2016-10-05 16:39:13 +05:30 |
|
Roger Riggs
|
9aa8b6728a
|
8155760: Implement Serialization Filtering
8166739: Improve extensibility of ObjectInputFilter information passed to the filter
Reviewed-by: dfuchs, chegar, briangoetz, plevart
|
2016-10-04 13:45:42 -04:00 |
|
Vyom Tewari
|
0a885c4bc8
|
8153674: Expected SocketException not thrown when calling bind() with setReuseAddress(false)
Reviewed-by: chegar, msheppar
|
2016-10-04 21:59:16 +05:30 |
|