Andrey Nazarov
8c2f35bb2d
8173395: Problemlist tools/jar/multiRelease/ApiValidatorTest.java
...
Reviewed-by: ksrini
2017-01-26 19:06:01 +03:00
Andrey Nazarov
54d962fa8b
8173372: Add tests for multi-release module jar API validator
...
Reviewed-by: psandoz
2017-01-26 14:32:41 +03:00
Mandy Chung
68fe02afb2
8172808: Handle sun.security.util.Resources bundle in ResourcesMgr in the same way as AuthResources
...
Reviewed-by: mullan
2017-01-25 10:53:01 -08:00
Peter Levart
f2998da973
8173056: Add test that captures current behavior of annotations with invalid annotation types
...
Reviewed-by: redestad
2017-01-25 15:41:20 +01:00
Hamlin Li
46c1da44bd
8173326: Problem list java/rmi/registry/readTest/CodebaseTest.java on Windows
...
Reviewed-by: dholmes
2017-01-25 03:47:40 -08:00
John Jiang
ab3aa4bfcb
8171900: javax/net/ssl/SSLSession/SessionTimeOutTests.java failed with "SSLHandshakeException: Remote host terminated the handshake"
...
The fix takes some code patterns from SSLSocketTemplate to deal with possible SSLHandshakeException and SocketTimeoutException, and it also resolves a potential mismatch on the connections between the clients and the servers.
Reviewed-by: xuelei
2017-01-24 18:41:36 -08:00
Adam Petcher
f3f3725fdd
8168075: Custom system class loader + security manager + malformed policy file = recursive initialization
...
Reviewed-by: mchung, mullan
2017-01-24 16:19:21 -05:00
Hamlin Li
cf31932ce4
8171142: jdk_rmi registry test fail to clean up on failure
...
Reviewed-by: rriggs, dholmes
2017-01-24 00:48:51 -08:00
Rachna Goel
861b7d08a0
8167273: Calendar.getDisplayNames inconsistent with DateFormatSymbols
...
Reviewed-by: naoto
2017-01-24 12:06:03 +05:30
Peter Levart
1d8cd10db5
8173201: java/lang/reflect/PublicMethods/PublicMethodsTest.java fails because of too many open files
...
Explicitly close StandardJavaFileManager(s) as soon as they are not needed any more
Reviewed-by: redestad
2017-01-23 23:56:02 +01:00
Anthony Scarpino
698d82f0b0
8172527: Rename jdk.crypto.token to jdk.crypto.cryptoki
...
Reviewed-by: mchung, wetmore
2017-01-23 11:49:01 -08:00
Sean Mullan
1229a8857c
Merge
2017-01-23 07:36:05 -05:00
Sean Mullan
472c73df43
8173082: java/bean/* tests fail since change of JDK-8055206
...
Reviewed-by: mchung, ahgross, alanb
2017-01-23 07:34:11 -05:00
Mandy Chung
ea6b99d730
8173096: jmod files are not world-readable
...
Reviewed-by: alanb
2017-01-21 14:31:57 -08:00
Joe Darcy
20bcdb3a1c
8173156: Remove JmodTest.java from the probelm list on windows
...
Reviewed-by: mchung
2017-01-21 10:12:29 -08:00
Felix Yang
a5a732dbbd
8173159: Problem list java/rmi/activation/ActivationGroup/downloadActivationGroup/DownloadActivationGroup.java on Windows
...
Reviewed-by: dfuchs
2017-01-21 08:45:45 -08:00
Lana Steuck
0234fbc5b7
Merge
2017-01-21 03:53:21 +00:00
Weijun Wang
8d7694562c
8172975: SecurityTools.keytool() needs to accept user input
...
Reviewed-by: asmotrak
2017-01-21 08:38:51 +08:00
Sean Mullan
700a9548b6
Merge
2017-01-20 14:13:11 -05:00
Sean Mullan
1a27d2430d
8173134: Add failing java/bean tests in JDK-8173082 to the ProblemList
...
Reviewed-by: darcy
2017-01-20 14:11:08 -05:00
Daniel Fuchs
45be416036
8172971: java.management could use System.Logger
...
Java.management is updated to use System.Logger instead of java.util.logging.Logger.
Reviewed-by: mchung, rriggs
2017-01-20 18:41:12 +00:00
David Dehaven
cfa62e789a
Merge
2017-01-20 07:05:40 -08:00
Brian Burkhalter
5aa0f30214
8172547: (se) Selector.select(Long.MAX_VALUE) fires repeatedly
...
Clamp the jlong-valued select() timeout to INT_MAX for struct timeval
Reviewed-by: rriggs, clanger, alanb
2017-01-19 13:46:45 -08:00
Sean Mullan
d9d9d8701a
8055206: Update SecurityManager::checkPackageAccess to restrict non-exported JDK packages by default
...
Reviewed-by: mchung
2017-01-19 13:50:02 -05:00
Henry Jen
d7509c02b3
Merge
2017-01-19 07:02:33 -08:00
Xueming Shen
95a45889e9
8172921: Zip filesystem performance improvement and code cleanup
...
Reviewed-by: redestad
2017-01-18 11:18:13 -08:00
Mandy Chung
ded129adbf
8172870: test/tools/jmod/JmodTest.java fails on windows with AccessDeniedException
...
Reviewed-by: alanb, chegar
2017-01-18 11:08:46 -08:00
Joe Darcy
2d8d08a8e5
8172957: Problem list JmodTest.java on windows until JDK-8172870 is fixed
...
Reviewed-by: mchung
2017-01-18 19:07:09 +00:00
Chris Hegarty
7f74bcf6bc
8172982: tools/jlink/ResourceDuplicateCheckTest.java requires jdk.tools.jlink.plugin to be exported
...
Reviewed-by: mchung, sundar
2017-01-18 17:43:10 +00:00
Andrey Nazarov
f1fa73dc65
8071566: Improve testing for multi-version JAR file maker tool
...
Reviewed-by: chegar
2017-01-18 20:39:08 +03:00
Athijegannathan Sundararajan
fc2d5da4d8
8168254: Detect duplicated resources in packaged modules
...
Reviewed-by: mchung, jlaskey
2017-01-18 19:35:41 +05:30
Daniel Fuchs
433cd91ee2
8172886: Add a test that shows how the LogManager can be implemented by a module
...
Reviewed-by: mchung
2017-01-18 11:47:36 +00:00
Chris Hegarty
208954cc4e
8171380: Remove all exports from jdk.jlink
...
Reviewed-by: alanb, mchung, sundar
2017-01-18 09:36:24 +00:00
Prasanta Sadhukhan
140b10aedb
8172012: [TEST_BUG] delays needed in javax/swing/JTree/4633594/bug4633594.java
...
Reviewed-by: yan, serb
2017-01-18 11:35:31 +05:30
Weijun Wang
f82a7d2bdd
8172529: Use PKIXValidator in jarsigner
...
Reviewed-by: xuelei, mullan, alanb
2017-01-18 08:02:53 +08:00
David Dehaven
7234856a64
Merge
2017-01-17 11:35:28 -08:00
Peter Levart
842350c666
8171139: Simplify ResourceBundle.CacheKey and ClassLoader may not be needed
...
Reviewed-by: dfuchs
2017-01-17 11:34:47 -08:00
Mandy Chung
6b74b5d2e9
8160286: jmod hash is creating unlinkable modules
...
Reviewed-by: alanb, psandoz, chegar
2017-01-16 12:15:44 -08:00
Amy Lu
f2be16d5f3
8156595: java/io/pathNames/GeneralWin32.java fail intermittently on windows-x64
...
Reviewed-by: psandoz
2017-01-16 21:17:24 +08:00
John Jiang
48706a1a2a
8167146: sun/security/pkcs11/sslecc/ClientJSSEServerJSSE.java failed with "Remote host terminated the handshake"
...
The fix takes the server to accept request after the client threads start, and also deal with possible timeout issue.
Reviewed-by: xuelei
2017-01-16 15:16:10 +08:00
Henry Jen
dfca46bc7e
8160881: Remove jvisualvm from JDK9
...
Reviewed-by: erikj, ihse, ksrini
2017-01-13 20:39:16 -08:00
Brian Burkhalter
9d3f1e001a
8153250: java.io.File does not handle Windows paths of the form "D:" (no path) correctly
...
When resolving a child to a parent, do not insert a file separator for Windows directory-relative paths
Reviewed-by: rriggs
2017-01-13 14:58:21 -08:00
Hamlin Li
cf65663c4d
7146543: TEST_BUG: java/rmi/registry/readTest/readTest.sh failing intermittently with port in use
...
Reviewed-by: rriggs
2017-01-13 14:54:04 -08:00
Brian Burkhalter
eeb1e36d49
8152272: Unable to create temporary file using createTempFile method if System.getProperty(file.separator) is used
...
Normalize the name component of the temporary file path
Reviewed-by: rriggs
2017-01-13 13:31:16 -08:00
Michael McMahon
9f862797e4
8172253: SetIfModifiedSince.java test fails with http return code 404
...
Reviewed-by: chegar, dfuchs
2017-01-13 17:45:32 +00:00
Xueming Shen
3f70732b40
8172761: Test change in tools/jar/InputFilesTest.java for JDK-8172432 is missing
...
Reviewed-by: mchung
2017-01-12 22:44:13 -08:00
Amanda Jiang
58a825f1b0
8171423: Relocate /test/lib/security/SecurityTools.java
...
Reviewed-by: weijun, xuelei
2017-01-12 17:10:41 -08:00
Xueming Shen
cb9f76175c
8172432: jar cleanup/update for module and mrm jar
...
8171830: jar tool should validate if any exported or open package is missing
Reviewed-by: mchung, psandoz, chegar
2017-01-12 16:41:08 -08:00
Phil Race
88abe0f2fc
Merge
2017-01-12 13:34:58 -08:00
Phil Race
af7457dbb8
Merge
2017-01-12 12:15:34 -08:00