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
Mandy Chung
99b0f7996c
8068764: java/lang/ClassLoader/ExtDirs.java failed with java.lang.IllegalThreadStateException with fastdebug
...
Reviewed-by: alanb
2016-06-15 11:56:09 -07:00
Chris Hegarty
b48a0e79c4
8157045: NPE during websocket communication with wss
...
Reviewed-by: michaelm, prappo
2016-06-15 19:18:19 +01:00
Alexandre Iline
431772cea7
8158855: Fix remaining module dependences in java/lang
...
Reviewed-by: alanb, mchung, amlu
2016-06-15 10:25:25 -07:00
Naoto Sato
a94f94cce1
8043387: java/time/test/java/util/TestFormatter.java failed
...
Reviewed-by: sherman
2016-06-15 09:24:16 -07:00
David Dehaven
2579e92c1f
Merge
2016-06-15 09:24:05 -07:00
Shilpi Rastogi
3555038f51
8039955: [TESTBUG] jdk/lambda/LambdaTranslationTest1 - java.lang.AssertionError: expected [d:1234.000000] but found [d:1234,000000]
...
Reviewed-by: psandoz
2016-06-15 14:21:24 +02: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
Joe Darcy
ec44f8917b
8159502: Mark ShortRSAKey512.java as intermittently failing
...
Reviewed-by: xuelei
2016-06-14 23:02:43 -07:00
Weijun Wang
2fdac0ef5e
8158887: sun/security/tools/jarsigner/concise_jarsigner.sh timed out
...
Reviewed-by: xuelei
2016-06-15 11:42:59 +08:00
Alejandro Murillo
6015181842
Merge
2016-06-14 20:17:41 -07: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
Artem Smotrakov
aa221e3a63
8159038: javax/net/ssl/SSLSession/SessionCacheSizeTests.java failed with java.net.SocketException: Address already in use
...
Reviewed-by: xuelei
2016-06-14 10:27:23 -07:00
Alejandro Murillo
3391d95d57
Merge
2016-06-14 10:22:07 -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
Chris Hegarty
6461c37c9a
8041924: sun/net/www/http/ChunkedOutputStream/checkError.java fails on some systems
...
Reviewed-by: coffeys
2016-06-13 18:28:46 +01:00
Bhanu Prakash Gopularam
b9e8313df2
8062758: Update java/security/Security/ClassLoaderDeadlock/Deadlock2.sh with the removal of -Djava.ext.dirs
...
Removing test as java.ext.dirs not supported
Reviewed-by: mchung, mullan
2016-06-12 23:19:34 -07:00
Dan Smith
78f6770876
8159186: jdk/test/Makefile: allow users to set verbosity
...
Reviewed-by: erikj
2016-06-13 09:31:20 -06:00
Pavel Rappo
763be5ec14
8159039: sun/net/httpclient/hpack/HeaderTableTest.java fails on some locales
...
Reviewed-by: chegar
2016-06-13 15:48:17 +01: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
Jan Lahoda
4123c26144
8139507: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
...
Making Preferences.systemRoot/userRoot lazy on Windows, to avoid warnings for system root when only user root was requested; reducing synchronization while creating the Preferences.
Reviewed-by: alanb
2016-06-13 11:46:07 +02:00
Tim Du
bc833edb16
8158620: Enable debug option for sun/security/ec/TestEC.java
...
Reviewed-by: mullan, xuelei
2016-06-13 00:47:32 -07: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
Daniel Fuchs
4c69f47805
8153666: Optimize Formatter.formatMessage
...
This patch brings a small optimization that removes needless synchronization in Formatter.formatMessage. It also fixes the code that decides whether to call MessageFormat, and brings a small clarification to the API documentation on the conditions when that will happen.
Reviewed-by: rriggs, martin
2016-06-13 08:20:34 +01:00
John Jiang
c5b3a7c036
8151913: Fix module dependencies in java/net tests
...
Module dependency declaration for java/net/* tests
Reviewed-by: alanb
2016-06-12 21:55:20 -07: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
John Jiang
032b90ef59
8157665: ProblemList.txt needs to be updated as 7041639 closed
...
Since the bug JDK-7041639 have been closed, so the associated tests should be removed from ProblemList.
Reviewed-by: xuelei
2016-06-11 18:33:53 -07:00
Alejandro Murillo
b6cad8150e
Merge
2016-06-10 15:13:40 -07:00
Iris Clark
eb64124e48
8158458: Update references from "1.9" to "9"
...
Reviewed-by: prr
2016-06-10 13:47:19 -07:00
Valerie Peng
2f6adf09a0
8157627: Ucrypto prov need to workaround the renaming of CK_AES_GCM_PARAMS starting S11.3
...
Update Ucrypto header files to provide the definition of CK_AES_GCM_PARAMS for S11.3 and later
Reviewed-by: ascarpino
2016-06-10 23:06:24 +00: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
Joe Darcy
2f658b12e2
8159263: Problem list tools/jmod/JmodTest.java
...
Reviewed-by: jlaskey
2016-06-10 10:54:34 -07:00
Nishit Jain
acac4bb550
8040211: Update LSR datafile for BCP 47
...
Reviewed-by: okutsu, peytoia
2016-06-10 20:25:51 +09:00
Jim Laskey
a00aaac22a
8159228: Exclude jlink tests until jrt-fs patterns are rectified
...
Reviewed-by: sundar
2016-06-10 07:38:33 -03:00
Jamil Nimeh
ff8336341c
8157925: Typo in the API documentation of X509KeyManager
...
Corrects the misspelled word "implentations" to "implementations"
Reviewed-by: ascarpino
2016-06-10 00:37:24 -07:00
Lana Steuck
ffe5156969
Merge
2016-06-09 19:07:27 +00:00
Lana Steuck
b2b9fa589a
Added tag jdk-9+122 for changeset 29957ed01d97
2016-06-09 17:28:37 +00:00
Jim Laskey
50e2a2ced0
8158402: jlink: should use regex for all pattern operations (--order-resources or --exclude-resources)
...
Reviewed-by: sundar, alanb
2016-06-09 11:39:42 -03:00
Jim Laskey
32757e8ed8
8156995: jimage: extract specified contents
...
Reviewed-by: sundar, alanb
2016-06-09 11:39:42 -03:00
Jim Laskey
9cc375cdf9
8156994: jimage --help is not helpful
...
Reviewed-by: sundar, alanb
2016-06-09 11:39:42 -03:00
Claes Redestad
63715643fa
8158933: String concat stringifiers setup should avoid unnecessary lookups
...
Reviewed-by: shade
2016-06-09 16:13:09 +02:00
Shilpi Rastogi
41fa7638dd
8147585: Annotations with lambda expressions has parameter result in wrong behavior
...
Reviewed-by: psandoz, darcy, jfranck, vlivanov, mhaupt
2016-06-09 09:33:37 +02:00
Hamlin Li
abf7117cde
8158881: Doc typo in src/../java/net/URI.java
...
Reviewed-by: chegar, wetmore
2016-06-08 17:30:37 -07:00