1648 Commits

Author SHA1 Message Date
Joe Darcy
09bca1c576 8158551: BigDecimal.sqrt javadoc typo
Reviewed-by: bpb, lancea
2016-06-02 10:52:55 -07:00
Michael Haupt
3eec24e560 8156868: MethodHandles.zero(Class) doc issues
Reviewed-by: psandoz, mhaupt
2016-06-02 14:28:16 +02:00
Stuart Marks
fae6e03a9b 8059361: Properties.stringPropertyNames() returns a set inconsistent with the assertions from the spec
Reviewed-by: mchung
2016-06-01 13:47:55 -07:00
Joe Darcy
b589f49334 5040830: (ann) please improve toString() for annotations containing exception proxies
Reviewed-by: psandoz
2016-06-01 11:16:58 -07:00
Joe Darcy
77859dc5ca 8158312: Update String.join example code to use List convenience factory methods
Reviewed-by: lancea, smarks
2016-05-31 19:13:21 -07:00
Alejandro Murillo
33bcb0a556 Merge 2016-05-31 13:15:48 -07:00
Mandy Chung
a852e6e5d0 8152721: Java Web Start splash mechanism is not working in JDK9
Reviewed-by: alanb, ksrini
2016-05-31 10:59:31 -07:00
Lance Andersen
8e7633221f 8154189: Deprivilege java.sql and java.sql.rowset module
Reviewed-by: alanb, mchung
2016-05-31 13:43:15 -04:00
Alejandro Murillo
292e12a684 Merge 2016-05-31 09:41:18 -07:00
Athijegannathan Sundararajan
9f834231d5 8158131: Nashorn should not use jdk.internal.module.Modules API
Reviewed-by: hannesw, mhaupt, alanb
2016-05-31 13:10:46 +05:30
Nishit Jain
02f77987fa 8072099: Format "ha" is unable to parse hours 10-12
Reviewed-by: okutsu, peytoia
2016-05-31 16:19:32 +09:00
Rachna Goel
48873ebc3f 8145136: Upgrade CLDR locale data
Reviewed-by: naoto, okutsu, peytoia
2016-05-31 13:00:48 +09:00
Alan Bateman
d86a48ef37 Merge 2016-05-30 17:55:53 +01:00
Alan Bateman
a5e1465831 8066258: Re-examine com.sun.nio.file to see if it should be a supported API
Reviewed-by: chegar
2016-05-30 17:38:05 +01:00
Ivan Gerasimov
6c8b5e04ac 8158111: Make handling of 3rd party providers more stable
Reviewed-by: xuelei
2016-05-30 18:39:43 +03:00
Nishit Jain
2f8dcbe90f 8158025: Typo in java.util.Locale
Reviewed-by: okutsu, peytoia
2016-05-30 15:28:48 +09:00
Mohamed Naufal
6e64c35e6f 8158253: Collections: Implement a noop clear() for EmptyList, EmptyMap and EmptySet
Reviewed-by: psandoz
2016-05-28 13:57:30 +05:30
Alan Bateman
40abbd6d10 8140449: (fs) Paths.get("x").relativize("") return ..\ on Windows
Reviewed-by: chegar, rriggs
2016-06-17 17:17:21 +01:00
Claes Redestad
ccc3cbf458 8159745: Remove java.net.Parts
Reviewed-by: alanb, chegar
2016-06-17 16:18:37 +02:00
Weijun Wang
644df29a24 8158633: BASE64 encoded cert not correctly parsed with UTF-16
Reviewed-by: mullan
2016-06-17 21:07:31 +08:00
Nishit Jain
868cd939e6 8159420: The LanguageRange.parse() method is throwing IllegalArgumentException in Turkish Locale
Reviewed-by: naoto, okutsu, peytoia
2016-06-17 21:42:38 +09:00
Alan Bateman
8547893efe 8158456: ModuleDescriptor.read does not verify dependence on java.base in module-info.class
8159248: ModuleFinder.of not clear that FindException thrown if module descriptor cannot be derived for automatic module

Reviewed-by: chegar, mchung
2016-06-17 08:41:39 +01:00
Weijun Wang
6c14c3fdae 6968542: keytool -importcert cannot deal with duplicate certs
Reviewed-by: xuelei
2016-06-17 09:46:27 +08:00
Joe Darcy
b2795ca463 8071859: AnnotationInvocationHandler.equals(Object) return true when apply to annotation
Reviewed-by: mchung, chegar
2016-06-16 13:00:34 -07:00
Jim Laskey
f98b4f5aea 8159206: All jlink or jmod tests failing
Reviewed-by: alanb, mchung
2016-06-16 09:09:53 -03:00
Valerie Peng
c1c5618ddd 8154191: Deprivilege java.smartcardio module
Updated java.policy with the entry for java.smartcardio module

Reviewed-by: mullan, mchung
2016-06-15 23:24:08 +00:00
Doug Lea
ccf113da6d 8159351: non-atomic "bulk" ops note in class javadoc for ConcurrentLinkedQueue, ConcurrentLinkedDeque, & LinkedTransferQueue should not include equals
Reviewed-by: martin
2016-06-15 13:44:16 -07:00
Doug Lea
559140e18e 8066070: PriorityQueue corrupted when adding non-Comparable
Reviewed-by: martin, chegar
2016-06-01 19:03:15 -07:00
David Dehaven
a513e6fe8a Merge 2016-06-15 12:47:50 -07:00
Kumar Srinivasan
b464feabff 8065831: Ensure the pack200/unpack200 help is consistent with man page
Reviewed-by: mchung
2016-06-15 12:36:19 -07:00
David Dehaven
2579e92c1f Merge 2016-06-15 09:24:05 -07:00
Xue-Lei Andrew Fan
46261e5d4e 8150966: Typo in javax.net.ssl.SSLEngineResult.HandshakeStatus.NEED_UNWRAP_AGAIN
Reviewed-by: weijun, jnimeh
2016-06-15 09:11:12 +00:00
Weijun Wang
5d498d96f8 8157848: Mark deprecated javax.security.auth.Policy API with forRemoval=true
Reviewed-by: mullan, xuelei
2016-06-15 10:13:21 +08:00
Vicente Romero
ec6f5c4bf7 8159530: recent compiler change results in compile error in JapaneseDate.java
Reviewed-by: darcy
2016-06-14 18:19:54 -07:00
Xueming Shen
5aad7937b7 8139414: java.util.Scanner hasNext() returns true, next() throws NoSuchElementException
8072582: Scanner delimits incorrectly when delimiter spans a buffer boundary

Reviewed-by: smarks
2016-06-14 16:56:27 -07:00
Joe Darcy
b4934af2e2 8159330: Improve deprecation text for Class.newInstance
Reviewed-by: rriggs, weijun
2016-06-14 09:03:12 -07:00
Nishit Jain
3db5ac3931 8135061: java.util.Locale#lookup throws java.lang.StringIndexOutOfBoundsException for range having '-' as second character
Reviewed-by: okutsu, peytoia
2016-06-14 12:29:49 +09:00
Valerie Peng
d9d53c3850 8157489: AppleProvider in java.base/macosx/classes/module-info.java.extra
Remove the line for ServiceLoader lookup

Reviewed-by: mchung
2016-06-13 21:49:37 +00:00
Valerie Peng
a03a15a590 8157881: security.provider property description needs to be updated for modules
Update java.security file with using provider name for provider registration

Reviewed-by: mullan
2016-06-13 21:49:12 +00:00
Claes Redestad
3fe3701880 8159334: ModuleDescriptor retains overlapping sets for all and concealed packages
Reviewed-by: alanb, mchung
2016-06-13 14:02:04 +02:00
Chris Hegarty
5c046950ce 8158519: Incorrect network mask and broadcast address on Linux when there are multiple IPv4 addresses on an interface
Co-authored-by: Christoph Langer <christoph.langer@sap.com>
Co-authored-by: Doychin Bondzhev <doychin@dsoft-bg.com>
Reviewed-by: clanger, chegar, dsamersoff
2016-06-13 08:29:43 +01:00
Joe Darcy
0530bceffc 5041778: (ann) AnnotationFormatError if "default" Class type not found
Reviewed-by: jfranck
2016-06-12 12:14:52 -07:00
Weijun Wang
ec53a43962 8158534: DrbgParameters strength parameter is underspecified if < -1
Reviewed-by: xuelei
2016-06-12 10:48:19 +08:00
Valerie Peng
18e69df0e8 8157495: SHA-3 Hash algorithm performance improvements (~12x speedup)
Various improvements on performance and memory footprint

Reviewed-by: ascarpino
2016-06-10 22:39:40 +00:00
David Dehaven
d37fd207e1 Merge 2016-06-06 13:16:45 -07:00
David Dehaven
1733b64041 Merge 2016-06-01 15:27:51 -07:00
Srikanth Adayapalam
3d91ba0bc6 8033812: javadoc for java.lang.annotation.ElementType needs minor correction
Fix incorrect count of type contexts.

Reviewed-by: mcimadamore
2016-05-28 09:47:28 +05:30
Artem Smotrakov
6d029e8034 8152207: Perform array bound checks while getting a length of bytecode instructions
Reviewed-by: hseigel
2016-05-27 14:24:38 -07:00
Jim Laskey
74982b9113 8158061: Additional argument checks to BasicImageReader calls
Reviewed-by: alanb, coffeys
2016-05-27 14:02:28 -03:00
Mandy Chung
b9ff64a7cb 8157986: Runtime support for javac to determine arguments to the runtime environment
Reviewed-by: alanb
2016-05-27 08:52:22 -07:00