Claes Redestad
3b47209a32
8178480: Wrong exception being thrown on an invalid MethodType
...
Reviewed-by: psandoz
2017-04-11 22:32:49 +02:00
Claes Redestad
864cf0d5ca
8178387: Reduce memory churn when creating java.lang.invoke entities
...
Reviewed-by: psandoz, vlivanov
2017-04-11 18:57:46 +02:00
Claes Redestad
9ab899d481
8178384: Reduce work in java.lang.invoke initializers
...
Reviewed-by: vlivanov, psandoz
2017-04-11 11:24:12 +02:00
Doug Lea
b3ea0dd629
8176543: Miscellaneous changes imported from jsr166 CVS 2017-04
...
Reviewed-by: martin, psandoz
2017-04-10 13:46:19 -07:00
Doug Lea
05b72d87e7
8176402: parameter name switcharoo in ConcurrentHashMap
...
Reviewed-by: martin, psandoz
2017-04-10 13:46:16 -07:00
Sean Mullan
40eeacc9ca
8161973: PKIXRevocationChecker.getSoftFailExceptions() not working
...
Reviewed-by: xuelei
2017-04-06 16:21:05 -04:00
Lana Steuck
630db5433c
Merge
2017-04-06 04:53:01 +00:00
Claes Redestad
3be6ab78ef
8177631: Outdated performance advice in StringCoding
...
Reviewed-by: sherman
2017-04-04 10:53:27 +02:00
Daniel Fuchs
7bae55cd1f
8177835: System.LoggerFinder#getLogger or getLocalizedLogger does not throw NPE
...
Reviewed-by: rriggs, mchung
2017-04-03 12:54:43 +01:00
Stuart Marks
8e3c3cf9ef
8177653: clarify restrictions on Iterator.forEachRemaining
...
Reviewed-by: martin
2017-03-31 14:21:21 -07:00
Xueming Shen
4935556d43
8177910: Update zlib copyright note in idk/src/java.base/share/legal/zlib.md
...
Reviewed-by: mchung, rriggs
2017-03-31 11:33:23 -07:00
Sean Mullan
330b9195c9
8175029: StackOverflowError in X509CRL and X509Certificate.verify(PublicKey, Provider)
...
Reviewed-by: weijun, vinnie
2017-03-31 13:28:26 -04:00
Stuart Marks
c3e64cb01c
8155052: add notes and links to j.u.Observer/Observable deprecation comments
...
Reviewed-by: chegar
2017-03-30 11:26:31 -07:00
Weijun Wang
837ceec9a5
8177569: keytool should not warn if signature algorithm used in cacerts is weak
...
Reviewed-by: mullan
2017-03-30 07:29:58 +08:00
Kumar Srinivasan
a2173b8f39
8174148: Typo in java.util.jar.Pack200.Unpacker.properties() method documentation
...
8173871: Typos in Jar Packer/Unpacker PROGRESS field documentation
Reviewed-by: bpb, darcy
2017-03-29 10:50:45 -07:00
Mandy Chung
6d568376c9
8173303: Add module-subgraph images to main platform documentation
...
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Reviewed-by: alanb, chegar, erikj, ihse, lancea
2017-03-29 09:40:41 -07:00
Daniel Fuchs
4fa7bde21b
8177136: Caller sensitive method System::getLogger should specify what happens if there is no caller on the stack
...
IllegalCallerException (instead of undocumented NPE) is thrown if there is no caller on the stack. The specification is clarified in this respect.
Reviewed-by: alanb, mchung, dholmes, bchristi
2017-03-29 13:16:12 +01:00
Hamlin Li
31374e10a3
8176865: overridden api has a wrong since value in java.base module
...
Reviewed-by: alanb
2017-03-27 18:52:47 -07:00
Joe Darcy
c6c3ed52eb
8177678: Overstatement of universality of Era.getDisplayName() implementation
...
Reviewed-by: naoto
2017-03-27 18:38:58 -07:00
Lana Steuck
4772c1128d
Merge
2017-03-25 01:43:49 +00:00
Alan Bateman
2823ea6a65
8177474: Do not emit warnings when illegal access is allowed by --add-exports/--add-opens
...
Reviewed-by: chegar, mchung
2017-03-24 16:35:51 +00:00
Alan Bateman
9ccff870cb
Merge
2017-03-22 18:41:22 +00:00
Alan Bateman
b19eb2766f
8174823: Module system implementation refresh (3/2017)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: chegar, mchung, alanb
2017-03-22 16:26:27 +00:00
Jesper Wilhelmsson
b7391aab41
Merge
2017-03-21 16:39:17 +01:00
Claes Redestad
518aac55d1
8177036: Class.checkMemberAccess throws NPE when calling Class methods via JNI
...
Reviewed-by: mchung, alanb
2017-03-20 21:40:07 +01:00
Jesper Wilhelmsson
64d9e50158
Merge
2017-03-17 16:15:14 -07:00
Pavel Rappo
c4b3290e90
8176882: Incorrect integer comparison in version numbers
...
Reviewed-by: psandoz
2017-03-16 22:58:13 +00:00
Lana Steuck
e7a144b745
Merge
2017-03-16 20:46:19 +00:00
Martin Buchholz
7ed4cc4eb1
8176886: Remove stray @deprecated in Date#getDate
...
Reviewed-by: naoto
2017-03-16 13:10:43 -07:00
Roger Riggs
740035f8ed
8176272: (process) ProcessHandle::onExit fails to wait for non-child process
...
Reviewed-by: chegar, stuefe
2017-03-16 15:40:38 -04:00
Pavel Rappo
9599368607
8160956: Runtime.Version.compareTo/compareToIgnoreOpt problem
...
Reviewed-by: mr
2017-03-16 15:30:54 +00:00
Hamlin Li
3f0efdf53e
8176563: @since value errors in apis of java.base/java.logging module
...
Reviewed-by: alanb, chegar, dfuchs, dholmes, martin, naoto, rriggs
2017-03-15 19:24:56 -07:00
Mandy Chung
333fe2286b
8176815: Remove StackFramePermission and use RuntimePermission for stack walking
...
Reviewed-by: alanb, bchristi
2017-03-15 18:08:46 -07:00
Stuart Marks
62c773700e
8066640: clarify security checks in ObjectInputStream.enableResolveObject and ObjectOutputStream.enableReplaceObject
...
Reviewed-by: chegar, darcy
2017-03-15 17:17:16 -07:00
Valerie Peng
a4e17d73f1
8175251: Failed to load RSA private key from pkcs12
...
Enhanced DER library with extra arg to control leading-0 check
Reviewed-by: mullan
2017-03-15 22:57:48 +00:00
Bradford Wetmore
f3f6591947
8176793: SecureRandom FIPS 140-2, Security Requirements for Cryptographic Modules link 404
...
Reviewed-by: mullan
2017-03-15 12:58:11 -07:00
Hamlin Li
2be8407266
8176566: @since value errors in types of java.base module
...
Reviewed-by: martin, psandoz
2017-03-14 19:23:37 -07:00
Sean Mullan
feb3b6d83c
8176503: Disable SHA-1 TLS Server Certificates
...
Reviewed-by: vinnie, ascarpino
2017-03-14 08:35:03 -04:00
Robbin Ehn
dc2a5712dc
8176098: Deprecate FlatProfiler
...
Reviewed-by: shade, coleenp
2017-03-14 12:00:03 +01:00
Lana Steuck
3d3f9fd0b4
Merge
2017-03-13 19:58:52 +00:00
Anthony Scarpino
39516da8ef
8176350: Usage constraints don't take effect when using PKIX
...
Reviewed-by: xuelei, mullan
2017-03-10 21:04:15 -08:00
Doug Lea
2accd8450e
8176303: Flow.Subscription.request(0) should be treated as an error
...
Reviewed-by: martin, chegar
2017-03-10 08:59:14 -08:00
Xueming Shen
f739e1fd5e
8176029: Linebreak matcher is not equivalent to the pattern as stated in javadoc
...
Reviewed-by: rriggs
2017-03-09 12:39:34 -08:00
Mandy Chung
e808c7a09e
8175797: (ref) Reference::enqueue method should clear referent before enqueuing
...
Reviewed-by: alanb, kbarrett, mr
2017-03-09 07:41:48 -08:00
Mark Sheppard
30790d8352
8175325: NetworkInterface.getInterfaceAddresses throws NPE when no addresses
...
Reviewed-by: chegar, martin
2017-03-07 22:35:45 +00:00
Doug Lea
7849c13436
8176155: SubmissionPublisher closeExceptionally() may override close()
...
Reviewed-by: martin, psandoz
2017-03-07 10:06:39 -08:00
Weijun Wang
6b3143e831
8171319: keytool should print out warnings when reading or generating cert/cert req using weak algorithms
...
Reviewed-by: coffeys
2017-03-07 22:42:11 +08:00
Naoto Sato
097a0b8a95
8174736: [JCP] [Mac]Cannot launch JCP on Mac os with language set to "Chinese, Simplified" while region is not China
...
Reviewed-by: bchristi
2017-03-06 18:54:53 -08:00
Doug Lea
c6202f9387
8173909: Miscellaneous changes imported from jsr166 CVS 2017-03
...
Reviewed-by: martin, psandoz
2017-03-03 10:45:38 -08:00
Matthias Baesken
1506580766
8175000: jexec fails to execute simple helloworld.jar
...
Reviewed-by: ksrini, henryjen, stuefe
2017-03-01 14:07:55 -08:00