Commit Graph

17566 Commits

Author SHA1 Message Date
Sibabrata Sahoo
6244c921c7 8183310: java/security/modules/ModularTest.java should clean up better
This require cleaning up Test files.

Reviewed-by: weijun
2017-08-23 09:13:32 -07:00
Jesper Wilhelmsson
cce73f294c Merge 2017-08-22 16:20:29 +02:00
Roger Riggs
9c6245db87 8173817: StackOverflowError in "process reaper" thread
Switch to inner class to avoid lambda stack overhead in ProcessReaper

Reviewed-by: dholmes, martin
2017-08-22 09:41:58 -04:00
Jan Lahoda
312f813dbb 8182297: jshell tool: pasting multiple lines of code truncated
Read input needs to be kept across ConsoleReader.readLine invocations unless consumed.

Reviewed-by: rfield
2017-08-22 13:08:15 +02:00
Nishit Jain
48c3c0e860 6609718: [Fmt-Ch] uninformative exception in ChoiceFormat.applyPattern(String)
Reviewed-by: naoto
2017-08-22 12:04:53 +05:30
Claes Redestad
01c44cfed8 8185362: Replace use of AtomicReferenceFieldUpdater from BufferedInputStream with Unsafe
Reviewed-by: shade, martin, sherman
2017-08-22 07:52:40 +02:00
Claes Redestad
a0682e8231 8186334: JarFile throws ArrayIndexOutOfBoundsException when the manifest contains certain characters
Reviewed-by: psandoz, bchristi
2017-08-22 07:52:16 +02:00
Kevin Walls
d425d3d235 Merge 2017-08-21 14:14:01 +00:00
Sean Mullan
f36db2dd00 8159544: Remove deprecated classes in com.sun.security.auth.**
Reviewed-by: jlahoda, vinnie, weijun
2017-08-21 14:05:10 +00:00
Igor Ignatyev
d46142923c 8186095: upgrade to jtreg 4.2 b08
Reviewed-by: rriggs, mchung, dholmes, iklam
2017-08-20 20:36:12 -07:00
Harold Seigel
10195e6bf1 8168677: Typo in API docs for com.sun.tools.attach
Change "VirtalMachine" to "VirtualMachine"

Reviewed-by: dholmes
2017-08-18 15:07:32 -04:00
Jesper Wilhelmsson
d45a0b61f9 Merge 2017-08-18 18:39:35 +02:00
Shafi Ahmad
87b57deb8f 8169961: Memory leak after debugging session
TargetVM gets an EventController which is a daemon thread, but don't see the thread having a way of stopping so added code to exit as soon as TargetVM thread stops listening.

Reviewed-by: clanger, dcubed, sspitsyn
2017-08-18 04:34:16 -07:00
Abhijit Saha
38811d03a3 Added tag jdk-10+20 for changeset c647e44ea1b9 2017-08-18 04:36:56 +00:00
Jesper Wilhelmsson
745b1b769a Merge 2017-08-17 19:35:37 +02:00
Daniel Fuchs
ffe7f7d107 8177935: java/net/httpclient/http2/FixedThreadPoolTest.java fails frequently
Fixes a race condition in AsyncWriteQueue

Reviewed-by: chegar
2017-08-17 16:48:45 +01:00
Roger Riggs
f1c5dd9a93 8185346: Relax RMI Registry Serial Filter to allow arrays of any type
Registry filter should allow arrays of any type

Reviewed-by: dfuchs, smarks, coffeys
2017-08-16 16:46:51 -04:00
Xueming Shen
fd1b707758 8186227: jdk/nio/zipfs/ZeroDate.java fails on Windows with "IllegalArgumentException: Illegal character in opaque part at index 13"
Reviewed-by: rriggs
2017-08-16 13:15:45 -07:00
Jesper Wilhelmsson
31ebdb6fdd Merge 2017-08-16 21:16:30 +02:00
Phil Race
ce6e379b4e 8186259: IOExceptionIfEncodedURLTest.sh versus IOExceptionIfEncodedURLTest.java
Reviewed-by: tbell
2017-08-16 11:29:58 -07:00
Daniel Fuchs
997d77996c 8181422: ClassCastException in HTTP Client
Added missing AsyncSSLTunnelConnection

Reviewed-by: michaelm
2017-08-16 10:55:05 +01:00
John Jiang
55fe55c4ff 8179614: Test for jarsigner on verifying jars that are signed and timestamped by other JDK releases
A test on checking the compatibility on jarsigner cross different JDK releases

Reviewed-by: mullan
2017-08-15 19:19:50 -07:00
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
Daniel D. Daugherty
204e44eee9 8186152: quarantine sun/management/jdp/JdpOffTest.java
Reviewed-by: sspitsyn
2017-08-11 13:41:00 -07:00
Jesper Wilhelmsson
2cfd23d6f4 Merge 2017-08-08 22:55:42 +02: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
Daniel D. Daugherty
6661050a56 8185872: quarantine tests named in JDK-8184042 on MacOS X
Reviewed-by: iklam
2017-08-04 15:51:15 -07: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
Harold Seigel
6ce0eb2cd7 8185806: Quarantine test JdbExprTest.sh on Windows
Use @requires to quarantine the test

Reviewed-by: coleenp, sspitsyn
2017-08-03 16:10:07 -04:00
Daniel D. Daugherty
d1c91a64c6 Merge 2017-08-03 09:10:56 -07: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
Vladimir Kozlov
8a7e0be29b Merge 2017-08-01 13:04:59 -07:00