Alejandro Murillo
0a1971428e
Merge
2016-07-21 17:13:23 +00:00
Alejandro Murillo
e68b446bd7
Added tag jdk-9+128 for changeset 90ff5a56fe54
2016-07-21 16:42:58 +00:00
Naoto Sato
2de3b82d9a
8161937: non-ASCII characters in source code comments
...
Reviewed-by: alanb
2016-07-21 09:21:48 -07:00
Jim Laskey
9628408ffe
8158407: jimage: verify should do more extensive test
...
Reviewed-by: alanb
2016-07-21 10:34:59 -03:00
Volker Simonis
d17574e8dd
8161951: 8132379 introduced non ANSI C coding
...
Reviewed-by: dholmes
2016-07-20 20:47:42 +02:00
Amy Lu
8786a75ec7
8161565: Problem list httpclient/SplitResponse.java
...
Reviewed-by: chegar
2016-07-21 10:02:12 +08:00
Brent Christian
99b4bd5013
8161718: Copyright/License updates to corba, jdk
...
Reviewed-by: bpb, naoto
2016-07-20 08:32:07 -07:00
Steve Drach
fe8757403b
8157524: Revert JarFile methods "entries" and "stream" to Java 8 behavior
...
Reviewed-by: alanb, psandoz, redestad
2016-07-19 10:05:22 -07:00
Sergey Kuksenko
a3f68687bc
8161091: Incorrect HTTP Stream.FlowControl implementation allows to send DataFrame even when window size was exhausted
...
Fix flow control
Reviewed-by: rriggs, chegar
2016-07-19 16:13:01 -07:00
Brian Burkhalter
9d9145a699
8161455: Missing word in API documentation
...
Change "file has created" to "file has been created" in two places.
Reviewed-by: rriggs, alanb
2016-07-15 13:23:02 -07:00
Brian Burkhalter
d46ee264df
8161413: Math.fma javadoc doesn't have @since 9
...
Add @since tag for float and double versions of fma().
Reviewed-by: rriggs
2016-07-15 12:30:10 -07:00
Alan Bateman
90e6b1dedd
8161036: Fix copyright header
...
Reviewed-by: mchung
2016-07-15 17:31:30 +01:00
Vyom Tewari
4b1893fad9
8144692: HttpServer API: use of non-existant method in example in package Javadoc
...
Reviewed-by: chegar, prappo
2016-07-15 13:59:03 +05:30
Vyom Tewari
05b3d5c63f
8151788: NullPointerException from ntlm.Client.type3
...
Reviewed-by: chegar, prappo, weijun
2016-07-15 14:06:50 +05:30
John Jiang
0475827ed5
8154821: Update issue number for sun/security/pkcs11/ec/TestKeyFactory.java in ProblemList
...
Sun/security/pkcs11/ec/TestKeyFactory.java is tracked by 8026976 instead of 7157786
Reviewed-by: xuelei
2016-07-14 19:42:16 -07:00
Valerie Peng
99cea12e90
8136459: MessageDigest.isEqual is not a "simple byte compare"
...
Update the corresponding javadoc with @implNote and clarification.
Reviewed-by: mullan, darcy
2016-07-15 01:24:22 +00:00
Xueming Shen
ac12555ea3
8161426: Test java/util/zip/InflaterInputStream/TestAvailable.java fails on open-only linux
...
Reviewed-by: bpb
2016-07-14 16:04:38 -07:00
Alejandro Murillo
e5583eb15a
Merge
2016-07-14 16:21:45 +00:00
Alejandro Murillo
58b0b8efb5
Added tag jdk-9+127 for changeset a5744c1725a0
2016-07-14 15:47:46 +00:00
Volker Simonis
d09561f8c6
8160564: TEST: Add a test to check the implementation of VersionProps.versionNumbers()
...
Reviewed-by: mchung, redestad
2016-07-14 16:49:30 +02:00
Weijun Wang
e883900ac7
8161354: policytool fails if it needs to show an error dialog before the main window appears
...
Reviewed-by: mullan
2016-07-14 19:31:43 +08:00
Steve Drach
0062a02e07
8150680: JarFile.Release enum needs reconsideration with respect to it's values
...
Reviewed-by: alanb, psandoz
2016-07-13 11:43:45 -07:00
Weijun Wang
3db1a80a5f
8161341: Garbage in ProblemList.txt
...
Reviewed-by: xuelei
2016-07-14 10:37:36 +08:00
Rachna Goel
4e8a2de21a
8154797: Localization data for "GMT"
...
Reviewed-by: naoto, okutsu
2016-07-14 10:30:23 +09:00
Rajan Halade
1a75a21846
8161011: Mark RMI tests DownloadActivationGroup, UseCustomSocketFactory, and RestartService as itnermittent
...
Reviewed-by: bpb
2016-07-13 16:53:31 -07:00
Xueming Shen
47c84f9fe6
7031075: GZIPInputStream's available() reports 1, but read() gives -1
...
Reviewed-by: bpb
2016-07-13 16:37:24 -07:00
Brian Burkhalter
5d404c26b1
8160221: jdk/test/java/nio/channels/FileChannel/Transfers.java leaving files behind
...
Create temporary files in the test scratch directory instead of in the default temporary file directory.
Reviewed-by: alanb
2016-07-12 07:58:40 -07:00
Brian Burkhalter
fadef405a9
8160215: jdk/test/java/io/Reader/ReaderBulkReadContract.java should clean up better
...
Create temporary files in the test scratch directory instead of in the default temporary file directory.
Reviewed-by: lancea, alanb
2016-07-11 17:18:59 -07:00
Martin Walsh
a7e2ba6615
8160831: GioFileTypeDetector always calls deprecated g_type_init
...
Ensure that g_type_init is non-null before using it.
Reviewed-by: alanb
2016-07-11 14:46:21 -07:00
Henry Jen
d996c5d95f
8132379: -J options can cause crash or "Warning: app args parsing error passing arguments as-is"
...
Reviewed-by: ksrini
2016-07-07 21:15:24 -07:00
Rob McKenna
c748cd54ac
8141148: LDAP "follow" throws ClassCastException with Java 8
...
Reviewed-by: prappo, xuelei
2016-07-13 14:56:00 +01:00
Steve Drach
e4a671e635
8155770: Correct URLClassLoader API documentation to explicitly say jar-scheme URL's are accepted
...
Reviewed-by: psandoz
2016-07-12 11:05:27 -07:00
Amy Lu
caddf21da8
8132548: java/lang/ThreadGroup/Stop.java fails with "RuntimeException: Failure"
...
Reviewed-by: dholmes, martin, darcy
2016-07-13 10:26:11 +08:00
Rajan Halade
cd2dd88b9e
8161233: ProblemList sun/security/ssl/SSLSocketImpl/AsyncSSLSocketClose.java on macOS
...
Reviewed-by: ascarpino
2016-07-12 14:39:08 -07:00
Jim Laskey
e4226ff2f2
8161067: jlink: Enable plugins to use the module pool for class lookup
...
Reviewed-by: sundar, psandoz
2016-07-12 10:58:58 -03:00
Daniel Fuchs
d5e84de014
8159245: Loggers created by system classes are not initialized correctly when configured programmatically from application code
...
Loggers of the same name now share the same configuration.
Reviewed-by: mchung, mli
2016-07-12 11:29:01 +01:00
Weijun Wang
1931ac4196
8130302: jarsigner and keytool -providerClass needs be re-examined for modules
...
Reviewed-by: valeriep, mchung, mullan
2016-07-12 09:41:49 +08:00
Michael Haupt
c777916f51
8158571: Additional method handle validation
...
Reviewed-by: jrose, ahgross, mchung
2016-06-08 21:45:34 +01:00
Hiroshi Ito
c5ef4d69b9
8158365: List.spliterator should optimize for RandomAccess lists
...
Reviewed-by: psandoz
2016-05-23 23:12:05 +08:00
Michael McMahon
c21c81a858
8160786: No CCC for public class java.net.http.AsyncSSlDelegate
...
Reviewed-by: chegar
2016-07-11 14:32:51 +01:00
Daniel Fuchs
1aceedb6a9
8056285: java/util/logging/CheckLockLocationTest.java java.lang.RuntimeException: Test failed: should have been able to create FileHandler for %t/writable-dir/log.log in writable directory
...
Added some instrumentation to the test to help a better diagnosis
Reviewed-by: mchung
2016-07-11 11:32:40 +01:00
Aleksei Efimov
cd974a0fef
8154553: Incorrect GPL header in package-info.java reported
...
Reviewed-by: igerasim
2016-07-11 00:24:46 +03:00
Xue-Lei Andrew Fan
d992f9b518
8159009: Remove ExemptionMechanism.finalize() implementation
...
Reviewed-by: mullan, weijun
2016-07-09 06:04:57 +00:00
Xue-Lei Andrew Fan
e78fd8d72e
8148516: Improve the default strength of EC in JDK
...
Reviewed-by: valeriep
2016-07-09 05:56:18 +00:00
Xue-Lei Andrew Fan
67ca9fc9b4
8157712: Deprecate the javax.security.cert and com.sun.net.ssl APIs with forRemoval=true
...
Reviewed-by: weijun
2016-07-09 05:48:16 +00:00
Brian Burkhalter
465af0b962
8157287: java/nio/file/FileStore/Basic.java failed with "java.nio.file.AccessDeniedException : /zones/zoneone/root "
...
Ignore AccessDeniedException when testing space attributes.
Reviewed-by: alanb
2016-07-08 16:16:45 -07:00
Jamil Nimeh
d4ed08f59e
8129972: Clarify the javadoc of java.security.CodeSource as to the nullability of 'location'
...
Improves clarity of the CodeSource javadoc, specifically regarding the ability of the URL parameter in the constructors being null.
Reviewed-by: mullan
2016-07-08 14:42:50 -07:00
Phil Race
54d6e1b926
Merge
2016-07-08 10:41:12 -07:00
Rajan Halade
dd3db000a7
8144559: sun/security/mscapi/SignUsingNONEwithRSA.sh failed intermittently
...
Reviewed-by: vinnie
2016-07-08 10:15:38 -07:00
Ivan Gerasimov
2e894aee9a
8160518: Semicolon is not recognized as comment starting character (Kerberos)
...
Reviewed-by: weijun
2016-07-08 19:38:17 +03:00