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
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
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
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
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
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
Adam Petcher
657a610888
8183591: Incorrect behavior when reading DER value with Integer.MAX_VALUE length
...
Reviewed-by: mullan
2017-07-24 10:18:33 -04:00
Doug Lea
e043d76f49
8178409: Miscellaneous changes imported from jsr166 CVS 2017-07
...
Reviewed-by: martin, psandoz
2017-07-22 09:18:50 -07:00
Doug Lea
c887543d2d
8177632: ScheduledThreadPoolExecutor delayed task shutdown policy affects non-scheduled tasks
...
8176254: ScheduledThreadPoolExecutor periodic tasks not cancelled if running at shutdown
8173113: Javadoc for ThreadPoolExecutor is unclear wrt corePoolSize and running threads
Reviewed-by: martin, psandoz, dholmes
2017-07-22 09:13:53 -07:00
Felix Yang
dd5025d434
8184904: jdk/internal/jrtfs/WithSecurityManager fails with exploded builds
...
Reviewed-by: alanb
2017-07-20 06:49:20 -07:00
Poonam Bajaj
0888be8840
Merge
2017-07-20 01:18:03 +00:00
Andrey Nazarov
d9f0efb28f
8177357: tools/jar/multiRelease/ApiValidatorTest.java failed due to "Exception java.nio.file.DirectoryNotEmptyException"
...
Reviewed-by: psandoz
2017-07-18 15:19:23 -07:00
Brian Burkhalter
037bb0b61f
8183320: Better cleanup in java/nio/file/Files/probeContentType/ParallelProbes.java
...
8183321: Better cleanup for jdk/test/java/io/File/createTempFile/NameTooLong.java
8183343: Better cleanup for jdk/test/java/nio/file/spi/SetDefaultProvider.java
8183344: Better cleanup for jdk/test/java/io/File/createTempFile/SpecialTempFile.java
Change locations where temporary files are created to ensure cleanup
Reviewed-by: chegar, alanb
2017-07-19 08:46:38 -07:00
Claes Redestad
17fad0eecc
8184665: Skip name and alias checks for standard Charsets
...
Reviewed-by: sherman, rriggs, forax
2017-07-19 14:40:50 +02:00
Abhijit Saha
68fc0e86fe
Merge
2017-07-18 10:39:10 -07:00
John Jiang
5547e32641
8177017: com/oracle/security/ucrypto/TestAES.java fails intermittently
...
Skips CFB128 related cases on Solaris pre-11.3 versions.
Reviewed-by: valeriep
2017-07-17 23:12:15 -07:00
Xueming Shen
d98cecb4c0
8184306: zlib 1.2.11 upgrade triggers j.u.zip.Deflater regression
...
Reviewed-by: alanb, bpb
2017-07-17 14:48:43 -07:00
Andrew M Leonard
b9a12d1bc1
8183123: JDP packets have no processId context set
...
Reviewed-by: dcubed, clanger
2017-07-17 15:46:34 +02:00
Shafi Ahmad
cbeaacc084
8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
...
Update line number table and code indices table with missing entry
Reviewed-by: vromero
2017-07-17 03:58:42 -07:00
Shafi Ahmad
c9c8846cc6
8181500: [TESTBUG] com/sun/jdi/LineNumberInfo.java fails with jArrayIndexOutOfBoundsException
...
Update line number table and code indices table with missing entry
Reviewed-by: vromero
2017-07-17 03:58:42 -07:00
Ivan Gerasimov
5848e1bac4
8184706: Matcher doesn't indicate hitEnd after matching \u0D with \R at EOL
...
Reviewed-by: sherman
2017-07-15 14:01:49 -07:00
Andrey Nazarov
02fb43b677
8174692: New MultiReleaseJarTest.java tests fail in JDK 10
...
Reviewed-by: alanb
2017-07-14 14:43:04 +01:00