Felix Yang
0d0e86808b
8166359: java/net/URLPermission/nstest/lookup.sh fails if proxy is set since fix for JDK-8161016
...
Reviewed-by: chegar
2016-09-21 02:19:59 -07:00
Amy Lu
3e5ef4867f
8166248: tools/pack200/Pack200Test.java fails on Win32: Could not reserve enough space
...
Reviewed-by: ksrini
2016-09-21 08:55:47 +08:00
Sergei Kovalev
3b0d7a4511
8166285: Missing dependencies java.httpclient for tests from java/net pachage
...
Reviewed-by: chegar
2016-09-20 12:56:54 +03:00
John Jiang
73fbb10440
8165566: sun/security/ssl/SocketCreation/SocketCreation.java fails intermittently: Address already in use
...
It takes every server to be allocated a free port.
Reviewed-by: chegar
2016-09-20 10:32:52 +08:00
David Dehaven
953cca3cb6
Merge
2016-09-19 10:11:34 -07:00
Sergei Kovalev
1a710e37d2
8166126: Missing dependecies on jdk.zipfs module for jdk/nio/zipfs/jarfs/JFSTester.java
...
Reviewed-by: alanb
2016-09-15 16:28:26 +03:00
Lance Andersen
f5f058e1d2
8159126: Add test to validate DriverManager.println output when DriverManager is initially loaded
...
Reviewed-by: psandoz, joehw
2016-09-15 14:59:20 -04:00
Artem Smotrakov
96a47e15da
8163924: SSLEngineBadBufferArrayAccess.java fails intermittently with Unrecognized SSL message
...
Reviewed-by: xuelei
2016-09-15 11:07:20 -07:00
Rob McKenna
257c0dceb0
8165988: Test JarURLConnectionUseCaches.java fails at windows: failed to clean up files after test
...
Reviewed-by: chegar
2016-09-15 15:19:45 +01:00
Sergei Kovalev
0f9675b98e
8165689: Fix module dependencies for sun/security/pkcs11/* tests
...
Reviewed-by: mullan
2016-09-15 13:03:03 +03:00
Phil Race
6aaba1c4ac
8166068: test/java/awt/font/GlyphVector/GetGlyphCharIndexTest.java does not compile
...
Reviewed-by: ddehaven, yan
2016-09-14 15:29:23 -07:00
Sibabrata Sahoo
a210d98c0c
8165825: Remove the intermittent keyword from sun/security/krb5/auto/Unreachable.java
...
Remove the intermittent keyword
Reviewed-by: weijun
2016-09-15 01:10:36 -07:00
Sibabrata Sahoo
08f7e312b1
8165660: Remove the intermittent keyword from sun/security/krb5/auto/MaxRetries.java
...
Remove the intermittent keyword
Reviewed-by: weijun
2016-09-15 01:03:42 -07:00
Alejandro Murillo
36af3d0906
Merge
2016-09-14 17:09:54 -07:00
Alejandro Murillo
b2e658b722
Merge
2016-09-14 11:22:39 -07:00
Joe Darcy
cf73adbf80
8166054: Problem list JarURLConnectionUseCaches.java until JDK-8165988 is fixed
...
Reviewed-by: dfuchs
2016-09-14 10:12:59 -07:00
Jamil Nimeh
1b9ce49e92
8132926: PKIXParameters built with public key form of TrustAnchor causes NPE during cert path building/validation
...
Fix cases where non-certificate issuer information may be passed into the OCSPResponse.verify method, thereby causing NPEs to be thrown.
Reviewed-by: xuelei
2016-09-14 07:37:15 -07:00
Sergei Kovalev
fc5df42634
8166032: Fix module dependencies for javax.SSL tests
...
Reviewed-by: xuelei, weijun
2016-09-14 17:28:17 +03:00
Nancy Nigam
1d734cec8f
8164791: Update existing test cases of test/java/text/Format
...
Reviewed-by: okutsu, peytoia
2016-09-15 08:18:57 +09:00
Daniel Fuchs
aebe74d3f5
6543126: Level.known can leak memory
...
Custom level instances will now be released when their defining class loader is no longer referenced.
Reviewed-by: plevart, mchung, chegar
2016-09-14 14:04:14 +01:00
John Jiang
08d5007708
8077138: Some PKCS11 tests fail because NSS library is not initialized
...
Re-building NSS libraries with VS2013 to make the new libraries to depend on msvcr120.dll, which is already distributed with JDK 9
Reviewed-by: vinnie
2016-09-14 11:06:26 +08:00
Sergei Kovalev
918a107479
8165870: Fix module dependencies for javax.script/* tests
...
Reviewed-by: sundar
2016-09-13 15:28:44 +03:00
Steve Drach
375fe9b50c
8163798: Create a JarFile versionedStream method
...
Reviewed-by: mchung, psandoz, redestad
2016-09-13 13:55:35 -07:00
Athijegannathan Sundararajan
0fd0cd0d3b
8163320: JAVA_VERSION in release file should come from java.base module
...
Reviewed-by: mchung
2016-09-13 20:59:43 +05:30
Rob McKenna
2cca4bcc0a
6947916: JarURLConnection does not handle useCaches correctly
...
Reviewed-by: chegar
2016-09-13 14:47:29 +01:00
Prasanta Sadhukhan
3a0c7b8644
7064425: PageFormat Dialog has no owner window to reactivate
...
6948907
: sun.print.DialogOwner does not support Dialogs as DialogOwner
Reviewed-by: prr, jdv
2016-09-13 13:40:32 +05:30
Amy Lu
a2daf82f5c
8165818: Remove tools/pack200/Pack200Props.java from ProblemList
...
Reviewed-by: ksrini
2016-09-13 14:55:20 +08:00
David Dehaven
876ddcae54
Merge
2016-09-12 15:26:27 -07:00
Serguei Spitsyn
bdbd71b1ea
Merge
2016-09-12 22:04:48 +00:00
Serguei Spitsyn
02944f968d
8160950: Agent JAR added to app class loader rather than system class loader when running with -Djava.system.class.loader
...
Add agent JAR to the custom system class loader
Reviewed-by: alanb, mchung, dholmes
2016-09-12 15:00:58 -07:00
Doug Lea
60cd28abd7
8164169: Miscellaneous changes imported from jsr166 CVS 2016-09
...
Reviewed-by: martin, psandoz, shade
2016-09-12 13:14:49 -07:00
Doug Lea
56cff174b6
8139237: java/util/concurrent/ThreadPoolExecutor/ConfigChanges.java fails intermittently
...
Reviewed-by: martin, psandoz, shade
2016-09-12 13:11:38 -07:00
Doug Lea
d7f3695a90
8164983: Improve CountedCompleter code samples; add corresponding tests
...
Reviewed-by: martin, psandoz, shade
2016-09-12 13:07:30 -07:00
Claes Redestad
3cb67af31f
8165890: [TESTBUG] Compilation issue in MultiReleaseJarTest after 8165723
...
Reviewed-by: darcy
2016-09-12 20:12:26 +02:00
Naoto Sato
4c95fceb14
8165605: Thai resources in jdk.localedata cause split package issue with java.base
...
Reviewed-by: mchung, erikj
2016-09-12 09:38:32 -07:00
Claes Redestad
2ac4d6a7d3
8165723: JarFile::isMultiRelease() method returns false when it should return true
...
Reviewed-by: alanb
2016-09-12 17:45:55 +02:00
Athijegannathan Sundararajan
253489ea9a
8165772: fix for 8165595 results in failure of jdk/test/tools/launcher/VersionCheck.java
...
Reviewed-by: alanb, jlaskey
2016-09-12 18:27:33 +05:30
Jayathirth D V
a99b7ce759
4924727: reader.abort() method does not work when called inside imageStarted for PNG
...
Reviewed-by: prr, serb, bpb
2016-09-12 12:07:56 +05:30
Joe Darcy
ed6ffa4c96
8165810: Problem list VersionCheck.java until JDK-8165772 is fixed
...
Reviewed-by: lancea, redestad
2016-09-11 13:23:14 -07:00
Alejandro Murillo
8957d8798f
Merge
2016-09-10 12:18:34 -07:00
Prasanta Sadhukhan
b68b46b14f
4885375: Page Ranges 'To Page' field must be populated based on Pageable
...
Reviewed-by: prr, jdv
2016-09-10 14:50:35 +05:30
Patrick Reinhart
5deb28b6a1
8161230: ClassLoader: add resource methods returning java.util.stream.Stream
...
Reviewed-by: psandoz, alanb, mchung, tvaleev
2016-09-09 14:54:41 -07:00
Mandy Chung
397525a2d4
8165346: j.l.ClassLoader.getDefinedPackage(String) throws NPE
...
Reviewed-by: alanb, lancea, shade
2016-09-09 13:44:48 -07:00
Sergei Kovalev
44d69dd31b
8165592: Fix module dependencies for sun/text/* tests
...
Reviewed-by: naoto
2016-09-09 10:58:05 -07:00
Prem Balakrishnan
189143f87c
8009477: PageUp and PageDown keyboard buttons don't move slider indicator to next minor tick
...
Reviewed-by: alexsch, aghaisas
2016-09-09 13:15:10 +05:30
Avik Niyogi
84982a552a
8163274: [TEST_BUG][macosx] apparent regression: javax/swing/JColorChooser/Test7194184.java
...
Reviewed-by: alexsch, rchamyal
2016-09-09 11:48:20 +05:30
Anton Tarasov
537661d271
8160570: [macosx] modal dialog can skip the activation/focus events
...
Reviewed-by: serb, ssadetsky
2016-09-08 19:25:55 +03:00
Vyom Tewari
ea13eb2b06
8152589: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
...
Reviewed-by: dholmes, dcubed
2016-09-08 15:00:39 +05:30
Martin Buchholz
97ed09e075
8165643: SecureDirectoryStream doesn't work on linux non-x86
...
Reviewed-by: alanb
2016-09-07 14:44:59 -07:00
Sergei Kovalev
d0474e029b
8165583: Fix module dependencies for jdk/java/util/* tests
...
Reviewed-by: alanb
2016-09-08 09:59:54 -07:00