8993 Commits

Author SHA1 Message Date
Phil Race
d744fce249 8183351: Better cleanup for jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh
Reviewed-by: serb
2017-08-31 13:09:31 -07:00
Phil Race
ef4467590b Merge 2017-08-31 10:51:07 -07:00
Naoto Sato
183e692a6e 8180469: Wrong short form text for supplemental Japanese era
Reviewed-by: rriggs
2017-08-31 08:35:16 -07:00
Xueming Shen
cfe34ed89c 8186801: Add regression test to test mapping based charsets (generated at build time)
Reviewed-by: alanb
2017-08-30 10:09:13 -07:00
Stuart Marks
312d5273ed 8186851: fix misspellings of "dependent" and "independent" in the JDK repo
Reviewed-by: bpb, psadhukhan
2017-08-29 12:16:28 -07:00
Goetz Lindenmaier
0c89a9cfe5 8186719: [testbug] add @requires vm.cds to CDS tests in jdk test suite
Reviewed-by: dholmes, iklam
2017-08-29 17:29:19 +02:00
Ujwal Vangapally
29378dc9ac 8186224: javax/management/remote/mandatory/subjectDelegation/* fail with java.security.AccessControlException
Edited policy files to grant permissions to all drives on windows

Reviewed-by: hb, clanger
2017-08-29 20:23:14 +05:30
Felix Yang
894ac9ad94 8186818: Enable debug option for TcpTest.java
Reviewed-by: rriggs
2017-08-29 07:16:49 -07:00
Roger Riggs
c8b0184da7 8186539: [testlibrary] TestSocketFactory should allow triggers before match/replace
Reviewed-by: smarks
2017-08-28 13:21:58 -04:00
Naoto Sato
b474897fe2 8171049: Era.getDisplayName doesn't work with non-IsoChronology
Reviewed-by: rriggs
2017-08-28 10:16:33 -07:00
Weijun Wang
56d9e8360f 8186576: KerberosTicket does not properly handle renewable tickets at the end of their lifetime
Reviewed-by: xuelei
2017-08-25 09:28:10 +08:00
Igor Ignatyev
2637330e18 8186613: remove ClassFileInstaller from jdk/test/lib/testlibrary
Reviewed-by: mchung, igerasim
2017-08-24 15:40:26 -07:00
Vinnie Ryan
ac74c7fdb4 8173181: Empty string alias in KeyStore throws StringIndexOutOfBoundsException for getEntry()
Reviewed-by: weijun
2017-08-24 16:49:56 +01:00
Claes Redestad
07d8b10614 8186500: StringConcatFactory.makeConcatWithConstants throws AssertionError when recipe contains non-String constants
Reviewed-by: shade, psandoz
2017-08-24 15:03:38 +02:00
Xueming Shen
1152b56c5b 8186142: ZipPath.{starts,ends}With(nonZipPath) throws an exception, but should return false
Reviewed-by: martin
2017-08-23 21:27:02 -07:00
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
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
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
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
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
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
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
Xue-Lei Andrew Fan
b6563b7bf4 8180643: Illegal handshake message
Reviewed-by: weijun
2017-08-03 00:55:45 +00: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
Vladimir Kozlov
8a7e0be29b Merge 2017-08-01 13:04:59 -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
Krishna Addepalli
a09f958028 8175015: FileSystemView.isDrive(File) memory leak on "C:\" file reference
Reviewed-by: serb, psadhukhan
2017-08-30 16:56:59 +05:30
Phil Race
dc468aae46 Merge 2017-08-29 10:47:16 -07:00
Phil Race
3c205b2acc Merge 2017-08-23 12:05:28 -07:00
Phil Race
6d83ae7b5c 8184135: Remove obsolete dga code and binaries from Solaris SPARC build
Reviewed-by: serb, psadhukhan, pnarayanan
2017-08-23 09:28:08 -07:00
Sergey Bylokhov
cc73a1d421 8186263: The SunDropTargetEvent sometimes is not dispatched
Reviewed-by: prr
2017-08-18 14:03:06 -07:00
Phil Race
d3752ab147 Merge 2017-08-18 11:25:20 -07:00