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 |
|
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 |
|
Phil Race
|
83f2efcd66
|
Merge
|
2017-01-12 12:14:13 -08:00 |
|
Prasanta Sadhukhan
|
e8524e46ea
|
8172558: [PIT][TEST_BUG] Bad filename for javax/swing/JTable/8133919/DrawGridLinesTest.java
Reviewed-by: yan, alexsch
|
2017-01-12 11:58:01 -08:00 |
|
Dmitry Markov
|
c22c710135
|
8171909: [PIT] on Windows, failure of java/awt/Dialog/DialogAboveFrame/DialogAboveFrameTest.java
Reviewed-by: yan, serb
|
2017-01-12 22:01:15 +03:00 |
|
Hamlin Li
|
6ec0f2129e
|
8030950: TEST_BUG: java/rmi/registry/classPathCodebase/ClassPathCodebase.java failing intermittently
Reviewed-by: rriggs
|
2017-01-12 10:10:32 -08:00 |
|
Michael McMahon
|
c89c526762
|
8163449: Allow per protocol setting for URLConnection defaultUseCaches
Reviewed-by: chegar, dfuchs
|
2017-01-12 18:02:48 +00:00 |
|
Claes Redestad
|
a004b7fb9e
|
8166365: Small immutable collections should provide optimized implementations when possible
Reviewed-by: smarks, psandoz, attila
|
2017-01-12 13:38:27 +01:00 |
|
Chris Hegarty
|
186fec9a8a
|
8168149: Examine the behavior of jmod command-line options - repeating vs last one wins
Reviewed-by: mchung
|
2017-01-12 11:41:51 +00:00 |
|
Prem Balakrishnan
|
700685ceaf
|
8172559: [PIT][TEST_BUG] Move @test to be 1st annotation in java/awt/image/Raster/TestChildRasterOp.java
Reviewed-by: aghaisas, psadhukhan
|
2017-01-12 12:21:47 +05:30 |
|
Hamlin Li
|
4ec1878401
|
8172314: java/rmi/registry/altSecurityManager/AltSecurityManager.java fails with "port in use"
Reviewed-by: rriggs
|
2017-01-11 19:36:11 -08:00 |
|
Felix Yang
|
4a253dcdec
|
8075884: check runtime usage tests with multi-release jar files
Reviewed-by: psandoz
|
2017-01-11 08:53:59 -08:00 |
|
Sergei Kovalev
|
60a77d0b84
|
8171958: Several tests from java/time/test/java/time/format requiring jdk.localedata for execution
Reviewed-by: naoto
|
2017-01-11 13:10:03 +03:00 |
|
Aleksei Efimov
|
4cd655c1f6
|
8159058: SAXParseException when sending soap message
Reviewed-by: lancea
|
2017-01-10 22:17:02 +03:00 |
|
Phil Race
|
a1bcba5bcd
|
Merge
|
2017-01-09 11:57:06 -08:00 |
|
Hamlin Li
|
9e8cb18419
|
8030175: java/rmi/registry/altSecurityManager/AltSecurityManager.java fails due to timeout
Reviewed-by: rriggs
|
2017-01-08 23:15:57 -08:00 |
|