Commit Graph

17500 Commits

Author SHA1 Message Date
John Jiang
f413915e19 8185620: MSCAPI test leaves too many entries in keystore
Deletes the added entries before exiting

Reviewed-by: vinnie
2017-08-14 21:24:45 -07:00
Liam Miller-Cushon
925357af09 8184940: JDK 9 rejects zip files where the modified day or month is 0
Reviewed-by: martin
2017-08-14 17:19:31 -07:00
Jonathan Gibbons
b6f3d93557 8186160: Fix a11y issues in java.security package
Reviewed-by: wetmore
2017-08-14 13:57:15 -07:00
Jonathan Gibbons
0f6e2890e7 8186156: Fix a11y and HTML issues in java.net and javax.net packages
Reviewed-by: lancea, mchung
2017-08-14 13:54:10 -07:00
Goetz Lindenmaier
34afeced21 8185500: [TESTBUG] Add keywords headful/printer in java/awt and javax tests
Add new keyword 'printer'. Some minor test fixes to show headless exception. Add some @requires windows.

Reviewed-by: serb, mbaesken
2017-07-28 14:06:28 +02:00
Brian Burkhalter
577dc3fca2 8186157: (scanner) Modify java/util/Scanner/ScanTest.java to fail if Engilsh Locale unavailable
Fail if the English locale is not available on the system

Reviewed-by: lancea
2017-08-11 15:44:44 -07:00
Jonathan Gibbons
1b9cc2f7a2 8186153: Fix a11y and HTML issues in the java.math, java.text and java.time packages
Reviewed-by: lancea, bpb
2017-08-11 14:07:14 -07:00
Jonathan Gibbons
c79d52b103 8186052: Fix a11y and HTML issues in the java.base/java.lang[.*] packages
Reviewed-by: smarks
2017-08-10 15:23:03 -07:00
Jonathan Gibbons
330008fbf2 8185994: Fix a11y and HTML issues in the java.base/java.io and java.base/java.nio packages
Reviewed-by: bpb, smarks
2017-08-10 15:21:17 -07:00
Doug Lea
2f31db126d 8185099: Miscellaneous changes imported from jsr166 CVS 2017-08
Reviewed-by: martin, psandoz
2017-08-09 17:40:38 -07:00
Doug Lea
9f28d43df5 8185830: ConcurrentSkipListSet.clone() fails with UnsupportedOperationException
Reviewed-by: martin, psandoz, plevart
2017-08-09 17:30:51 -07:00
Jonathan Gibbons
880c64b6af 8185984: fix a11y and html issues in java.logging module
Reviewed-by: dfuchs, mchung
2017-08-09 15:39:50 -07:00
Lana Steuck
855080ae1f Merge 2017-08-08 22:53:38 +00:00
Abhijit Saha
7be03f3200 Added tag jdk-10+19 for changeset 22316369c9b0 2017-08-08 22:11:12 +00:00
Jonathan Gibbons
74419eb34a 8185867: fix a11y and html issues in jdk.jdi docs
Reviewed-by: alanb
2017-08-08 12:01:02 -07:00
Weijun Wang
43ead07d44 8185934: keytool shows "Signature algorithm: SHA1withECDSA, -1-bit key"
Reviewed-by: mullan
2017-08-08 21:37:38 +08:00
Daniel Fuchs
36378834a9 8185852: HttpConnection should resolve addresses before SocketChannel.connect() is called
HttpConnection checks whether the proxy address is resolved and if not attempts to resolve it before creating the underlying connection that connects to the proxy.

Reviewed-by: chegar
2017-08-08 12:32:41 +01:00
Roger Riggs
15ebee5d38 8184744: Replace finalizer in crypto classes with Cleaner
Reviewed-by: mchung
2017-08-07 14:14:03 -04:00
Alan Bateman
df5b632f58 8185853: Generate readability graph at link time and other startup improvements
Reviewed-by: mchung
2017-08-07 09:37:16 +01:00
Lana Steuck
39960027c3 Added tag jdk-10+18 for changeset cbd5a7843b0b 2017-08-04 23:29:10 +00:00
Christoph Langer
893b23be49 8184330: Remove sun.nio.ch.Util.atBugLevel() either completely or at least get rid of volatile field bugLevel
Reviewed-by: alanb
2017-08-04 15:28:32 +02:00
Daniel Fuchs
366c888fae 8185794: java/net/httpclient/security/Driver.java fails in timeout
Added missing permission in policy files and increased timeout.

Reviewed-by: rriggs, xiaofeya
2017-08-04 10:54:48 +01:00
Phil Race
c27877713e Added tag jdk-9+181 for changeset 35dc62e43188 2017-08-03 18:56:59 +00:00
Daniel D. Daugherty
5ca53cfb78 Merge 2017-08-03 09:04:47 -07:00
Gerald Thornbrugh
3e95a45647 8182757: JDWP: Socket Transport handshake hangs on Solaris
Remove SO_REUSEADDR flag for non-fixed port sockets

Reviewed-by: dcubed, sspitsyn, gtriantafill
2017-08-03 13:46:04 +00:00
Xue-Lei Andrew Fan
b6563b7bf4 8180643: Illegal handshake message
Reviewed-by: weijun
2017-08-03 00:55:45 +00:00
Jonathan Gibbons
ddbc240319 8185758: java.smartcardio has broken docs for exceptions
Reviewed-by: igerasim
2017-08-02 17:15:30 -07:00
Ivan Gerasimov
ab1f27286b 8185754: Typo in java.util.regex.Pattern javadoc: no slash in \p class
Reviewed-by: bpb
2017-08-02 16:20:02 -07:00
Leonid Mesnik
3c816df786 8184775: tools/launcher/modules/illegalaccess/IllegalAccessTest.java times out on some platforms when xcomp is used
Reviewed-by: alanb, ksrini, martin
2017-08-01 15:59:07 -07:00
Roger Riggs
61af72610c 8185719: rmi TestSocketFactory does not flush
Reviewed-by: lancea, dfuchs
2017-08-02 13:20:20 -04:00
Mandy Chung
57bf613d55 8185541: Add back test cases for resource lookup from bootclasspath
Reviewed-by: alanb
2017-08-02 08:13:37 -07:00
Brian Burkhalter
0227368887 8185623: (se) AbstractSelector.selectorOpen is not published safely
Make 'selectorOpen' instance variable final

Reviewed-by: chegar
2017-08-01 16:08:17 -07:00
Bradford Wetmore
570bbe25a2 8169080: Improve documentation examples for crypto applications
Reviewed-by: mullan
2017-08-01 15:30:13 -07:00
Jonathan Gibbons
276506ab24 8185669: Doc issues in assorted small jdk.* modules
Reviewed-by: bpb, chegar
2017-08-01 15:23:13 -07:00
Naoto Sato
7c5c9a0ad2 8185251: java/util/ResourceBundle/modules/layer/run.sh failed on Japanese locale
Reviewed-by: mchung
2017-08-01 08:56:42 -07:00
Ujwal Vangapally
a3821dc595 8181895: javax management docs contain links to technotes
Edited links to point to Alternate paths

Reviewed-by: rriggs
2017-08-01 10:33:47 +05:30
Jonathan Gibbons
2de62f2a74 8185589: jdk.management API has accessibility issues
Reviewed-by: alanb
2017-07-31 17:37:46 -07:00
Jonathan Gibbons
85c53bd552 8185588: jdk.attach API has accessibility issues
Reviewed-by: alanb
2017-07-31 16:02:23 -07:00
Mandy Chung
2cb9e39fc9 8161121: VM::isSystemDomainLoader should consider platform class loader
Reviewed-by: alanb
2017-07-28 13:22:33 -07:00
Lana Steuck
ec8ed521b7 Added tag jdk-10+17 for changeset 882cea808912 2017-07-28 02:34:40 +00:00
Brian Burkhalter
d5769843a5 8185092: Data race in FilterOutputStream.close
Change boolean instance variable "closed" to an AtomicBoolean.

Reviewed-by: martin, alanb, redestad
2017-07-27 13:13:19 -07:00
Lana Steuck
9b84cfb7f6 Added tag jdk-9+180 for changeset c3e45a079573 2017-07-27 18:04:48 +00:00
Martin Buchholz
ae5e7de919 8185365: Tidy up leftover dead code after JDK-8136570
Reviewed-by: alanb, rriggs, prr
2017-07-26 14:09:20 -07:00
Claes Redestad
06f7204dc2 8185104: Generate CharacterDataLatin1 lookup tables directly
Reviewed-by: alanb, sherman
2017-07-27 17:15:14 +02:00
Nishit Jain
933a5cc639 8177472: Remove hard-coded IANA Subtag Registry map in LocaleEquivalentMap.java
Reviewed-by: naoto, rriggs, tbell
2017-07-27 11:38:55 +05:30
Lana Steuck
1465bc0bba Merge 2017-07-27 02:05:45 +00:00
Jonathan Gibbons
27673eaede 8185359: Unnecessary <p> in module doc comment
Reviewed-by: mchung, lancea
2017-07-26 14:09:21 -07:00
Andrey Nazarov
4cbeaf5430 8179292: a number of launcher tests fail when run with --limit-modules due to CNFE: javax.tools.ToolProvider
Reviewed-by: mchung
2017-07-25 18:36:19 -07:00
Amy Lu
b9d6618330 8183377: Refactor java/lang/ClassLoader/deadlock shell tests to java
Reviewed-by: mchung
2017-07-26 09:20:59 +08:00
Xue-Lei Andrew Fan
f13bcda829 6645409: Remove unused DefaultHostnameVerifier
Reviewed-by: mullan
2017-07-25 22:21:09 +00:00