Doug Lea
cdae608a00
8162805: Optimize AtomicBoolean.getAndSet
...
Reviewed-by: martin, psandoz, shade
2016-08-15 09:04:40 -07:00
Vinnie Ryan
3cde7f3104
8163503: PKCS12 keystore cannot store non-X.509 certificates
...
Reviewed-by: weijun, xuelei, mullan
2016-08-15 14:25:51 +01:00
Xue-Lei Andrew Fan
abe8a9eae5
8162362: Introduce system property to control enabled ciphersuites
...
Reviewed-by: coffeys, mullan
2016-08-13 02:21:30 +00:00
Svetlana Nikandrova
dac6760af7
8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries
...
Test update to explicitly cover problematic scenario.
Reviewed-by: chegar
2016-08-12 20:14:25 +03:00
Claes Redestad
7ccd401ac7
8163946: java/lang/String/concat/WithSecurityManager.java fails after 8163878
...
Reviewed-by: mhaupt
2016-08-12 17:35:01 +02:00
Claes Redestad
fff5c5bf8d
8163878: Remove unnecessary bridge methods, allocations in java.lang.invoke
...
Reviewed-by: mhaupt, shade
2016-08-12 11:30:23 +02:00
John Jiang
bb160cec9c
8163435: Update issue number for SupportedDHKeys.java and UnsupportedDHKeys.java in ProblemList
...
Sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java and sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java should be tracked by JDK-8077138 rather than JDK-8154910.
Reviewed-by: mullan
2016-08-12 14:38:02 +08:00
John Jiang
5c39a70c30
8161340: ProblemList.txt update for sun/security/tools/keytool/autotest.sh
...
Remove sun/security/tools/keytool/autotest.sh from ProblemList.txt due to JDK-8130302 has been resolved
Reviewed-by: weijun
2016-08-12 14:36:14 +08:00
John Jiang
57152c2c9a
8160611: Clean up ProblemList.txt for closed/resolved issues
...
Clean up ProblemList.txt for JDK-8130339, JDK-8068645, JDK-8061177, JDK-8058616, JDK-8046285 and JDK-8031555
Reviewed-by: darcy
2016-08-12 14:34:45 +08:00
Valerie Peng
805fa70745
8154113: java.security.AccessControlException: access denied ("java.security.SecurityPermission" "authProvider.SunMSCAPI")
...
Granted security permission "authProvider.SunMSCAPI" to SunMSCAPI provider
Reviewed-by: mullan
2016-08-12 00:47:06 +00:00
Valerie Peng
16b80b792d
8157579: com/sun/crypto/provider/Mac/MacClone.java failed on solaris12(sparcv9 and x86)
...
Changed the MAC impl to fall back to SUN provider (or through provider list) if the most preferred impl does not support cloning
Reviewed-by: vinnie, mullan
2016-08-12 00:39:34 +00:00
Valerie Peng
27492ab667
6469513: (smartcardio) CardPermission(String termName, String actions) violates specification
...
Changed to allow null actions value
Reviewed-by: xuelei
2016-08-12 00:10:07 +00:00
Ivan Gerasimov
cdf04f9c63
8163877: Tests added in JDK-8163518 fail on some platforms
...
Reviewed-by: darcy
2016-08-11 23:41:48 +03:00
Lana Steuck
43568d8cc0
Merge
2016-08-11 17:02:46 +00:00
Lana Steuck
c31f765744
Added tag jdk-9+131 for changeset 6863c0579ecf
2016-08-11 15:47:09 +00:00
Ivan Gerasimov
9088dcdb4a
8163518: Integer overflow in StringBufferInputStream.read() and CharArrayReader.read/skip()
...
Reviewed-by: rriggs, shade
2016-08-11 17:03:40 +03:00
Weijun Wang
a347e23de0
8133910: Some sun/security/tools tests failed
...
Reviewed-by: xuelei
2016-08-11 13:10:54 +08:00
Mandy Chung
e2a0ff3e0d
8136930: Simplify use of module-system options by custom launchers
...
Reviewed-by: alanb, ksrini, henryjen, sundar
2016-08-10 15:51:25 -07:00
Pavel Rappo
5212065235
8163586: java.net.http.RawChannel has been made public by mistake
...
Reviewed-by: chegar
2016-08-10 22:48:25 +01:00
Claes Redestad
855893cb3b
8163814: JDK build has been failing after 8163373
...
Reviewed-by: mchung
2016-08-10 22:49:05 +02:00
Claes Redestad
73b11dc1d0
8163373: Rewrite GenerateJLIClassesPlugin to avoid reflective calls into java.lang.invoke
...
Reviewed-by: vlivanov, mchung
2016-08-10 21:55:25 +02:00
Volker Simonis
0e13ad60ad
8163408: Fix wrong prototype of getNativeScaleFactor() in systemScale.h
...
Reviewed-by: serb
2016-08-10 17:55:08 +02:00
Claes Redestad
bb95ea6101
8163370: Reduce number of classes loaded by common usage of java.lang.invoke
...
Reviewed-by: igerasim, psandoz
2016-08-10 13:54:38 +02:00
Sean Coffey
23853ed3e4
8163104: Unexpected NPE still possible on some Kerberos ticket calls
...
Reviewed-by: weijun
2016-08-10 11:54:12 +01:00
Jamil Nimeh
b6e6759ba9
8132943: ServerHandshaker may select non-empty OCSPStatusRequest structures when Responder ID
...
Select only OCSPStatusRequest objects that have no responder IDs in them when deciding whether to do OCSP stapling and what form of stapling.
Reviewed-by: xuelei
2016-08-09 22:31:41 -07:00
Weijun Wang
359795c50d
8162739: Create new keytool option to access cacerts file
...
Reviewed-by: erikj, vinnie, mullan
2016-08-10 11:30:53 +08:00
Weijun Wang
ebf98a1654
8163489: Avoid using Utils.getFreePort() in TsacertOptionTest.java test
...
Reviewed-by: chegar
2016-08-10 11:21:01 +08:00
Claes Redestad
0ae20fdfaa
8163476: java/lang/StackWalker/VerifyStackTrace.java fails after JDK-8163369
...
Reviewed-by: igerasim, chegar
2016-08-09 15:02:27 +02:00
Claes Redestad
cdef6ef876
8163369: Enable generating DMH classes at link time
...
Reviewed-by: vlivanov, shade
2016-08-09 10:00:31 +02:00
Tomas Hurka
3be823e0db
8162815: unnecessary object creation in reflection
...
Reviewed-by: psandoz, shade
2016-08-09 09:42:01 +02:00
Athijegannathan Sundararajan
93cbc70d81
8163382: ResourcePoolManager.findEntry has a bug in startsWith call
...
Reviewed-by: jlaskey, redestad
2016-08-09 09:44:25 +05:30
Brian Burkhalter
97b666ee29
8162745: content-types.properties files are missing some modern types
...
Add some content types from HTML5 and Xiph.
Reviewed-by: rriggs, chegar
2016-08-08 13:58:14 -07:00
Brian Burkhalter
522e112b4a
8146215: (fs) java/nio/file/Files/probeContentType/Basic.java failed frequently on Solaris-sparc with Unexpected type: text/plain
...
Append a FileTypeDetector using java.net.FileNameMap as a fallback on all platforms
Reviewed-by: alanb, rriggs, naoto
2016-08-08 13:57:51 -07:00
Alejandro Murillo
a2a5ee0193
Merge
2016-08-08 11:04:57 -07:00
Roger Riggs
e54c445538
8161431: JNI pending exceptions in ProcessHandleImpl_linux.c and ProcessHandleImpl_unix.c
...
Reviewed-by: naoto
2016-08-08 13:55:16 -04:00
Svetlana Nikandrova
d252f6a613
8162876: [TEST_BUG] sun/net/www/protocol/http/HttpInputStream.java fails intermittently
...
Reviewed-by: chegar
2016-08-08 20:16:53 +03:00
Alejandro Murillo
961ca2224c
Merge
2016-08-08 08:12:20 -07:00
Weijun Wang
d418a61b62
8163303: Remove identity scope information from jarsigner -verbose output
...
Reviewed-by: mullan
2016-08-08 21:51:01 +08:00
Felix Yang
9b7097c149
8163149: Typo in java.net.http.AuthenticationFilter
...
Reviewed-by: chegar, rriggs
2016-08-05 18:45:40 -07:00
Claes Redestad
8cf37c5448
8161379: Force inline methods calling Reflection.getCallerClass
...
Reviewed-by: shade, mchung
2016-08-06 00:34:50 +02:00
Phil Race
f154b67d33
Merge
2016-08-05 10:23:28 -07:00
Alejandro Murillo
83f8829c06
Merge
2016-08-05 09:50:29 -07:00
Athijegannathan Sundararajan
34e2e88ae2
8163256: jlink/plugins/ExcludeVMPluginTest.java failed with Selected VM server doesn't exist
...
Reviewed-by: jlaskey, alanb
2016-08-05 18:16:45 +05:30
Athijegannathan Sundararajan
f622ccd42d
8163116: jlink exclude VM plugin does not fully support cross platform image creation
...
Reviewed-by: redestad, alanb, mchung
2016-08-05 09:42:05 +05:30
Brian Burkhalter
0af4f24e45
8162902: Add some debugging output to test/java/nio/file/WatchService/DeleteInterference
...
Add printing of iteration numbers
Reviewed-by: alanb
2016-08-04 14:29:27 -07:00
Alejandro Murillo
ee38e67538
Merge
2016-08-04 17:49:12 +00:00
Alejandro Murillo
c2fec4599b
Added tag jdk-9+130 for changeset cd4f403f9618
2016-08-04 17:32:53 +00:00
Athijegannathan Sundararajan
70ad571a32
8146721: FileCopierPlugin should not create fake module
...
Reviewed-by: jlaskey, alanb
2016-08-04 19:39:42 +05:30
Ivan Gerasimov
4809e92cec
8163180: Typos around @code javadoc tag usage
...
Reviewed-by: dfuchs
2016-08-04 16:05:37 +03:00
Amy Lu
4710805267
8161024: Remove intermittent key from java/lang/Runtime/exec/LotsOfOutput.java
...
Reviewed-by: darcy
2016-08-04 15:45:24 +08:00