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 |
|
Jim Laskey
|
a29401159f
|
8156209: Add argument checks to BasicImageReader calls
Reviewed-by: sundar
|
2016-05-27 12:34:08 -03:00 |
|
Naoto Sato
|
b53fd187fe
|
8157964: Static build of libzip is missing JNI_OnLoad_zip entry point
Reviewed-by: sherman
|
2016-05-26 14:44:42 -07:00 |
|
Alejandro Murillo
|
62c695b852
|
Merge
|
2016-05-26 14:24:50 -07:00 |
|
Naoto Sato
|
0a43813969
|
8157997: Reverting a push with wrong id
Reviewed-by: sherman
|
2016-05-26 14:21:09 -07:00 |
|
Alejandro Murillo
|
7f5a7b800d
|
Merge
|
2016-05-26 14:17:06 -07:00 |
|
Anthony Scarpino
|
9e2fe5774c
|
8154005: Add algorithm constraint that specifies the restriction date
Reviewed-by: mullan, igerasim
|
2016-05-26 13:33:27 -07:00 |
|
Joe Darcy
|
c1630c7e87
|
6961865: javadoc for Boolean.valueOf(String) with null argument not clearly specified
Reviewed-by: shade
|
2016-05-26 13:18:32 -07:00 |
|
Naoto Sato
|
e04ad243e0
|
8157164: Static build of libzip is missing JNI_OnLoad_zip entry point
Reviewed-by: sherman
|
2016-05-26 13:06:54 -07:00 |
|
Alan Bateman
|
39e8310a9a
|
8156143: Module.getResourceAsStream throws unspecified SecurityException with module in custom Layer
Reviewed-by: chegar, mchung
|
2016-05-26 10:56:58 +01:00 |
|
Alan Bateman
|
10f79f95df
|
8157716: jdk.internal.loader.ClassLoaders.addURLToUCP() should return converted real path URL
Rename jdk.internal.loader.ClassLoaders.addURLToUCP() to toFileURL(), which returns the converted URL.
Reviewed-by: martin, mchung
|
2016-05-25 17:29:47 -04:00 |
|
Mandy Chung
|
afae52743f
|
8157877: Clean up StackWalker permission checks
Reviewed-by: lancea, ahgross
|
2016-05-25 14:05:51 -07:00 |
|
Stuart Marks
|
1dd84f024f
|
8133977: add specification for serialized forms
Reviewed-by: chegar, plevart, scolebourne
|
2016-05-25 13:38:35 -07:00 |
|
Alan Bateman
|
8fe063908e
|
Merge
|
2016-05-25 20:26:43 +01:00 |
|
Alan Bateman
|
bfb7fba79b
|
8156142: ModuleReader instances don't always throw NPE for passed null args
Reviewed-by: chegar, mchung
|
2016-05-25 20:12:32 +01:00 |
|
Chris Hegarty
|
c4db92a027
|
8157811: Additional minor fixes and cleanups in Networking native code
Reviewed-by: alanb, clanger, dsamersoff, msheppar
|
2016-05-25 20:04:57 +01:00 |
|
Alan Bateman
|
53e204dc49
|
8150668: Layer.defineModulesXXX with a Configuration containing java.base throws undocumented exception
Reviewed-by: chegar, mchung
|
2016-05-25 19:58:03 +01:00 |
|
Joe Darcy
|
072a878dbb
|
8157724: Improve javadoc tag usage in java.math
Reviewed-by: bpb
|
2016-05-24 13:51:35 -07:00 |
|
Vyom Tewari
|
af7a591d39
|
8016521: InetAddress should not always re-order addresses returned from name service
Reviewed-by: chegar
|
2016-05-24 20:15:18 +01:00 |
|
Doug Lea
|
27a77176a6
|
8153768: Miscellaneous changes imported from jsr166 CVS 2016-05
Reviewed-by: martin, psandoz, chegar, shade
|
2016-05-24 10:14:41 -07:00 |
|
Naoto Sato
|
f8bc1cef61
|
8157632: 9-dev windows builds fail on zip_util.c
Reviewed-by: sherman, lana
|
2016-05-24 09:18:45 -07:00 |
|
Vyom Tewari
|
6bd865a6b4
|
8143923: java.net socket supportedOptions set depends on call order
Reviewed-by: chegar
|
2016-05-24 12:31:30 +01:00 |
|
Vladimir Ivanov
|
e3aacefb01
|
Merge
|
2016-05-24 14:14:18 +03:00 |
|
Alan Bateman
|
fe609fd3cb
|
8157598: ModuleReader find returns incorrect URI when modular JAR is a multi-release JAR
Reviewed-by: chegar, mchung
|
2016-05-24 11:31:25 +01:00 |
|