David Dehaven
9c8bd63007
Merge
2016-08-19 08:47:12 -07:00
Michael Haupt
22e95f995a
8164102: MethodHandles.countedLoop/4 works incorrect for start/end = Integer.MAX_VALUE
...
Reviewed-by: redestad
2016-08-19 10:03:43 +02:00
Valerie Peng
c846a862ee
8130181: Deprecate java.security.Provider(String, double, String), add Provider(Strin
...
Added Provider constructor which uses version String and use sun.security.util.PROVIDER_VER
Reviewed-by: weijun
2016-08-19 06:27:54 +00:00
Claes Redestad
9dcafe04f0
8164044: Generate corresponding simple DelegatingMethodHandles when generating a DirectMethodHandle at link time
...
Reviewed-by: vlivanov, mhaupt, shade
2016-08-18 19:00:39 +02:00
Alejandro Murillo
f657bd2fa9
8164329: Problem list sun/rmi/runtime/Log/6409194/NoConsoleOutput.java on windows due to JDK-8164124
...
Reviewed-by: darcy
2016-08-18 09:52:43 -07:00
Svetlana Nikandrova
ae448d6e82
8146602: jdk/test/sun/misc/URLClassPath/ClassnameCharTest.java test fails with NullPointerException
...
Reviewed-by: dfuchs, clanger
2016-08-18 16:27:15 +03:00
Alejandro Murillo
0b42584961
Merge
2016-08-17 08:44:38 -07:00
Weijun Wang
8b6f2f0723
8087144: sun/security/krb5/auto/MaxRetries.java fails with Retry count is -1 less
...
8153146: sun/security/krb5/auto/MaxRetries.java failed with timeout
Reviewed-by: xuelei
2016-08-17 10:08:18 +08:00
Alejandro Murillo
9acf34189e
Merge
2016-08-16 08:18:27 -07:00
Weijun Wang
68ec99774e
8141411: keytool can wrongly parse the start date value given by the -startdate option
...
Reviewed-by: xuelei
2016-08-16 21:28:10 +08:00
Dmitry Markov
85a2347cb5
8163583: [macosx] Press "To Back" button on the Dialog,the Dialog moves behind the Frame
...
Reviewed-by: serb
2016-08-16 11:13:46 +03:00
Staffan Larsen
a283244f86
8164012: com/sun/jdi/CatchPatternTest.sh fails on jdk9/hs with Required output "Exception occurred: java.lang.IllegalMonitorStateException" not found
...
Change test so that irrelevant exceptions do not interfere
Reviewed-by: dholmes, dsamersoff
2016-08-16 09:57:50 +02:00
Sibabrata Sahoo
ca2024b93f
8159964: Update Tests to verify JDK build for "JDK-8159488 Deprivilege java.xml.crypto"
...
Reviewed-by: valeriep
2016-08-16 12:34:00 +05:30
Artem Smotrakov
aacb739bbd
8162484: javax/net/ssl/Stapling/SSLSocketWithStapling.java test fails intermittently with "Address already in use" error
...
Reviewed-by: xuelei, jnimeh
2016-08-15 16:32:41 -07:00
Ivan Gerasimov
d928f3fae8
8163896: Finalizing one key of a KeyPair invalidates the other key
...
Reviewed-by: coffeys, vinnie
2016-08-15 23:45:32 +03:00
George Triantafillou
73837a5f34
8160833: ClassesByName2Test.java and RedefineCrossEvent.java failing with jtreg tip
...
Reviewed-by: dholmes, ctornqvi
2016-08-15 15:35:27 -04:00
Doug Lea
c5e580763c
8162627: Miscellaneous changes imported from jsr166 CVS 2016-08
...
Reviewed-by: martin, psandoz
2016-08-15 09:16:31 -07:00
Doug Lea
33762a65b8
8151158: [TESTBUG] java/util/concurrent/forkjoin/FJExceptionTableLeak.java fails due to out of memory
...
8144836: [TESTBUG] FJExceptionTableLeak and RemoveLeak fail with -XX:+UseParallelGC -XX:+AggressiveOpts
Reviewed-by: martin, psandoz, amlu, darcy
2016-08-15 09:13:22 -07:00
Doug Lea
0f24b72e4e
8163210: java/util/concurrent/tck/JSR166TestCase.java testWriteAfterReadLock(StampedLockTest): timed out waiting for thread to terminate
...
Reviewed-by: martin, psandoz, dholmes
2016-08-15 09:09:00 -07:00
Doug Lea
cdae608a00
8162805: Optimize AtomicBoolean.getAndSet
...
Reviewed-by: martin, psandoz, shade
2016-08-15 09:04:40 -07:00
David Dehaven
dbba0650a9
Merge
2016-08-15 08:15:02 -07: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
Brian Burkhalter
61860ae01d
8152966: ClassCastException when adding IFD to the TIFFDirectory before the image write
...
Move the private method getDirectoryAsIFD(TIFFDirectory) from the API class TIFFDirectory to a public method in the internal class TIFFIFD and replace all casts of TIFFDirectory to TIFFIFD with its invocation
Reviewed-by: prr
2016-08-12 14:35:56 -07:00
Alejandro Murillo
284b527560
Merge
2016-08-12 14:12:56 -07:00
Alejandro Murillo
b5eefa753f
Merge
2016-08-12 13:58:18 -07:00
Sergey Bylokhov
ab8079d89a
8159696: java.beans.MethodRef#get throws NullPointerException
...
Reviewed-by: alexsch
2016-08-12 20:36:41 +03: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
Mikhail Cherkasov
2b8954d7e4
8160696: IllegalArgumentException: adding a component to a container on a different GraphicsDevice
...
Reviewed-by: serb
2016-08-12 18:43:13 +03: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
Pete Brunet
780aad0314
8161483: Implement AccessibleAction interface in JList.AccessibleJList.AccessibleJListChild
...
Move AccessibleAction implementation from subclass to AccessibleJListChild
Reviewed-by: alexsch, prr, darcy
2016-08-11 21:48:53 -05: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
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
Igor Veresov
6f42323feb
Merge
2016-08-11 16:22:09 -07: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
Brian Burkhalter
d41cfa354a
8145014: "IIOException: Couldn't seek!" when calling TIFFImageReader.getNumImages()
...
In locateImage() break and decrement image count for zero-entry IFDs and on encountering an EOF.
Reviewed-by: prr
2016-08-11 11:35:47 -07:00
Phil Race
79b2dd4b8d
Merge
2016-08-11 10:37:50 -07:00
Jini George
1920a07b8c
8163143: illegal bci error with interpreted frames in SA due to mirror being stored in interpreted frames
...
Added code to represent the frame mirror offset in SA
Reviewed-by: dsamersoff
2016-08-11 17:47:47 +03: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
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
Alexander Scherbatiy
56b7589578
8160986: Bad rendering of Swing UI controls with Metal L&F on HiDPI display
...
Reviewed-by: prr
2016-08-09 12:08:51 +03:00
Prasanta Sadhukhan
74f5aaca1c
5080098: Page Range must be disabled on the common print dlg for Non serv-formatted flvrs
...
Reviewed-by: prr, jdv
2016-08-09 13:22:58 +05:30
Alexander Scherbatiy
fa627e16d5
8162856: JSlider thumb is twice smaller on HiDPI display
...
Reviewed-by: prr, serb
2016-08-09 10:17:51 +03:00
Brian Burkhalter
f270d810ad
8150154: AIOOB Exception during sequential write of TIFF images
...
Need to reset isRescaling variable when resetting the ImageWriter.
Reviewed-by: prr
2016-08-08 11:09:19 -07:00
Yasumasa Suenaga
6500bf0035
8163272: jhsdb jinfo cannot show system properties
...
Reviewed-by: dholmes, dsamersoff
2016-08-08 21:59:33 +09:00