Commit Graph

14674 Commits

Author SHA1 Message Date
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
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
Bradford Wetmore
a1ebe17019 8158978: ALPN not working when values are set directly on a SSLServerSocket
Reviewed-by: xuelei
2016-06-08 11:28:13 -07:00
Pavel Rappo
7c857909cf 8156693: Improve usability of CompletableFuture use in WebSocket API
Reviewed-by: rriggs
2016-06-08 15:19:58 +01:00
Hannes Wallnöfer
ebf4782aa1 8159031: jjs throws NoSuchFileException if ~/.jjs.history does not exist
Reviewed-by: sundar, mhaupt
2016-06-08 15:50:11 +02:00
Amy Lu
2a5aef1ee4 8159012: Problem list sun/net/www/http/ChunkedOutputStream/checkError.java
Reviewed-by: chegar
2016-06-08 16:25:39 +08:00
Aleksey Shipilev
41b6361f34 8158851: MH.publicLookup() init circularity, triggered by custom SecurityManager with String concat and -limitmods java.base
Reviewed-by: alanb, redestad, jlaskey
2016-06-08 11:14:45 +03:00
Nishit Jain
3097f1a54d 8047780: [Doc] Locale.LanguageRange() throws an undocumented IAE when range is ill-formed
Reviewed-by: okutsu, peytoia
2016-06-08 12:54:37 +09:00
Sibabrata Sahoo
dcaf52adab 8157896: TestDSAGenParameterSpec.java test fails with timeout
8157898: SupportedDSAParamGen.java failed with timeout

Reviewed-by: xuelei
2016-06-07 09:00:11 -07:00
Artem Kosarev
1fedf2692e 8157603: TestCipher.java doesn't check one of the decrypted message as expected
Reviewed-by: valeriep
2016-06-07 08:54:46 -07:00
Abdul Kolarkunnu
31d11c4f48 8073611: javax.script.ScriptEngineFactory: formatting error in javadoc of getParameter
Reviewed-by: sundar
2016-06-07 11:43:46 +00:00
Pavel Rappo
b263937bb2 8156650: Simplify Text message support in WebSocket API
Reviewed-by: rriggs
2016-06-07 12:29:19 +01:00
Weijun Wang
eb636ba047 8151836: keytool -importkeystore -help does not list option -destprotected
Reviewed-by: xuelei
2016-06-07 10:33:38 +08:00
Weijun Wang
16207b2fef 8158442: SecureRandomParameters missing "@since 9"
Reviewed-by: mullan, wetmore
2016-06-07 10:11:33 +08:00
Weijun Wang
c01b490933 8157308: Make AbstractDrbg non-Serializable
Reviewed-by: mullan
2016-06-07 10:10:59 +08:00
Joe Darcy
5e8fb78dc1 8158870: Temporarily problem list DGCDeadLock.java on Mac
Reviewed-by: smarks
2016-06-06 16:46:54 -07:00
Alejandro Murillo
331a214428 Merge 2016-06-06 12:45:17 -07:00
Naoto Sato
ffd210aefb 8146156: Inconsistent default locale in string formatter methods
Reviewed-by: sherman
2016-06-06 10:52:21 -07:00
Alejandro Murillo
023b8f4338 Merge 2016-06-06 09:58:04 -07:00
Shilpi Rastogi
389fc2ae25 8158171: MethodHandles.dropArgumentsToMatch(...) non-documented IAE
Reviewed-by: sundar, mhaupt
2016-06-06 09:13:35 +02:00
Brent Christian
3af1187ad7 8152893: StackWalker#getCallerClass is not filtering hidden/ reflection frames when walker is configured to show hidden /reflection frames
Reviewed-by: mchung
2016-06-03 17:01:23 -07:00
Xueming Shen
4afc77c7cc 8074819: Resolve disabled warnings for libzip
Reviewed-by: naoto
2016-06-03 16:31:13 -07:00
Mandy Chung
10a92943ae 8158604: test/java/util/ResourceBundle/modules/appbasic missing @test
Reviewed-by: alanb, okutsu
2016-06-03 12:26:45 -07:00
Michael McMahon
b1c5f2dfdd 8158651: ConcurrentModification exceptions in httpclient
Reviewed-by: rriggs
2016-06-03 16:28:53 +01:00