Mandy Chung
f083b7e656
8171201: Drop java.compact$N aggregator modules
...
8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters
Reviewed-by: alanb, erikj
2016-12-14 10:51:13 -08:00
Pavel Rappo
4aaf774383
Merge
2016-12-14 12:24:18 +00:00
Pavel Rappo
d98371fcfe
8038079: Re-examine integration of SPNEGO authentication
...
@module tags have been removed from the HttpNegotiateServer.java as it turns out exactly the same lines have been already defined in TEST.properties sitting in the same folder
Reviewed-by: chegar, dfuchs
2016-12-13 12:26:18 +00:00
Xue-Lei Andrew Fan
4d72ca5fde
8171003: A couple of JSSE tests have been failing after JDK-8170329
...
Reviewed-by: ascarpino, mullan
2016-12-09 21:25:54 +00:00
Xue-Lei Andrew Fan
7f4cb73e6d
8170329: New SSLSocket testing template
...
Reviewed-by: asmotrak, mullan
2016-12-09 17:21:50 +00:00
Ramanand Patil
cd4a997551
8170316: (tz) Support tzdata2016j
...
Reviewed-by: martin, okutsu
2016-12-09 17:01:03 +05:30
Hamlin Li
213a2bc257
8171076: improve rmi tests by replacing TestLibrary.createRegistryOnUnusedPort, getUnusedRandomPort
...
Reviewed-by: rriggs
2016-12-13 18:47:23 -08:00
Jesper Wilhelmsson
08815157a7
Merge
2016-12-08 15:46:19 +01:00
John Jiang
85905cb757
8171043: ServerIdentityTest.java fails on Windows
...
Before sending response, the server has to read the request.
Reviewed-by: xuelei
2016-12-12 17:40:54 -08:00
Li Jiang
a0acfdf525
7037368: Currency names missing in some locales
...
Reviewed-by: naoto
2016-11-30 07:51:40 -08:00
Li Jiang
109b86908a
8037111: space before percent is inconsistent between sv and sv_SE
...
8081643: wrong number format for Serbian locale with Latin script
Reviewed-by: naoto
2016-11-29 21:58:29 -08:00
John Jiang
88352efab6
8170523: Some PKCS11 test cases are ignored with security manager
...
Get OS distro before enabling security manager
Reviewed-by: mullan
2016-12-05 19:06:55 -08:00
Sean Mullan
4200b2b0e9
8170131: Certificates not being blocked by jdk.tls.disabledAlgorithms property
...
Reviewed-by: ascarpino
2016-12-02 14:22:19 -05:00
Felix Yang
1c3de25a5f
8162521: java/net/Authenticator/B4933582.sh fails intermittently with BindException
...
Reviewed-by: dfuchs
2016-12-01 06:54:01 -08:00
Alan Bateman
30bcdb962c
Merge
2016-12-01 11:16:23 +00:00
Alan Bateman
fbe85300bf
8169069: Module system implementation refresh (11/2016)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Reviewed-by: plevart, chegar, psandoz, mchung, alanb, dfuchs, naoto, coffeys, weijun
2016-12-01 08:57:53 +00:00
Li Jiang
819c6f5c78
8065555: Remove incorrect locale data for inexistent language German (Greece)
...
Reviewed-by: naoto
2016-11-22 22:27:20 -08:00
Amanda Jiang
421c8d8778
8169911: Enhanced tests for jarsigner -verbose -verify after JDK-8163304
...
Reviewed-by: weijun
2016-11-21 22:50:22 -08:00
Weijun Wang
62fe00f628
8169751: sun/security/krb5/auto/rcache_usemd5.sh fails on solaris
...
Reviewed-by: xuelei
2016-11-16 12:55:42 +08:00
Jesper Wilhelmsson
69b8d4a1c9
Merge
2016-11-09 13:37:19 +01:00
Jesper Wilhelmsson
5140309cac
Merge
2016-11-09 13:37:19 +01:00
Artem Smotrakov
31c4b07045
8168882: keytool doesn't print certificate info if disabled algorithm was used for signing a jar
...
Reviewed-by: weijun, mullan
2016-11-08 15:55:11 -08:00
Artem Smotrakov
3d0c012270
8168969: Merge SSLSocketSample and SSLSocketTemplate
...
Reviewed-by: xuelei
2016-11-16 12:50:29 -08:00
Mandy Chung
5fb366ed4f
8169231: Fix tests to add @compile --add-modules to workaround jtreg bug
...
Reviewed-by: jjg
2016-11-04 15:49:31 -07:00
Amy Lu
4971ed9d30
8037278: sun/rmi/runtime/Log/6409194/NoConsoleOutput.java fails Intermittently: unexpected subprocess output
...
Reviewed-by: dfuchs, rriggs
2016-11-04 22:33:44 +08:00
Weijun Wang
e10da9956f
8168518: rcache interop with krb5-1.15
...
Reviewed-by: xuelei
2016-11-02 14:44:15 +08:00
Chris Hegarty
707d289a69
8168980: Reinstate sun.reflect.ReflectionFactory.newConstructorForSerialization(Class,Constructor)
...
Reviewed-by: alanb
2016-11-01 12:37:29 +00:00
Goetz Lindenmaier
04eb6a6783
8166837: [TESTBUG] Fix tests on Linux/s390x
...
Reviewed-by: simonis
2016-10-31 14:13:03 +01:00
Ramanand Patil
7b9f0bff77
8168512: (tz) Support tzdata2016h
...
Reviewed-by: martin, okutsu
2016-10-28 10:10:06 +05:30
Sean Mullan
dfbba1428e
8168851: Tighten permissions granted to the java.smartcardio module
...
Reviewed-by: vinnie, mchung
2016-10-27 14:50:23 -04:00
John Jiang
5e987e28e1
8168064: sun/security/ssl/ServerHandshaker/AnonCipherWithWantClientAuth.java failed with "Received fatal alert: handshake_failure"
...
It takes advantage of SSLTest.java to fix intermittent SSLHandshakeException failure
Reviewed-by: xuelei, asmotrak
2016-10-26 19:07:05 -07:00
Roger Riggs
e89ce16097
8164908: ReflectionFactory support for IIOP and custom serialization
...
Add support for serialization to sun.reflect.ReflectionFactory
Reviewed-by: alanb, chegar, plevart, amlu
2016-10-24 14:52:51 -04:00
Dmitry Samersoff
0e6c22bcea
8165500: TestJpsJar shouldn't jar all test.classpath directories
...
Refactor test to better handle errors
Reviewed-by: sspitsyn
2016-10-25 14:49:35 +03:00
Artem Smotrakov
a535d2d833
8166530: sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java fails intermittently
...
Reviewed-by: chegar
2016-10-20 11:23:41 -07:00
Amy Lu
8049802fc8
8146257: sun/net/www/protocol/jar/B4957695.java fails intermittently with java.lang.RuntimeException: some jar_cache files left behind
...
Reviewed-by: chegar
2016-10-20 20:20:10 +08:00
Weijun Wang
8bd0c80e92
8168374: TsacertOptionTest.java fails on all platforms
...
Reviewed-by: vinnie
2016-10-20 14:11:26 +08:00
Weijun Wang
debfdef758
8163304: jarsigner -verbose -verify should print the algorithms used to sign the jar
...
Reviewed-by: mullan
2016-10-20 09:24:47 +08:00
Weijun Wang
f82a7d2bdd
8172529: Use PKIXValidator in jarsigner
...
Reviewed-by: xuelei, mullan, alanb
2017-01-18 08:02:53 +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
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
Amanda Jiang
58a825f1b0
8171423: Relocate /test/lib/security/SecurityTools.java
...
Reviewed-by: weijun, xuelei
2017-01-12 17:10:41 -08:00
Anthony Scarpino
941822bf15
8155973: Tighten jar checks
...
Reviewed-by: mullan, igerasim, ahgross
2016-07-21 10:33:56 -07:00
Chris Hegarty
dd92b2d236
8160838: Better HTTP service
...
Reviewed-by: ahgross, alanb, michaelm
2016-07-18 08:28:48 +01:00
Sean Mullan
c8c8e0945e
8168078: Remove permission to read all system properties granted to the jdk.crypto.ec module
...
Reviewed-by: vinnie, xuelei
2016-10-18 09:18:56 -04:00
Xueming Shen
dd8ac98cde
8166258: Unexpected code conversion by HKSCS converters
...
Reviewed-by: naoto
2016-10-13 09:35:07 -07:00
Srinivas Dama
410b8c8f8f
8055033: Shell tests for jrunscript don't pass through VM options
...
Passed jtreg env variables TESTVMOPTS, TESTJAVAOPTS to java and TESTTOOLVMOPTS, TESTJAVACOPTS to javac launchers
Reviewed-by: sundar
2016-10-13 01:59:39 -07:00
Tim Du
6e9244aea4
8164322: Test sun/security/pkcs11/PKCS11Test.java shall be updated to run on ARM platforms
...
Reviewed-by: xuelei
2016-10-13 00:45:38 -07:00
Phil Race
13dd764edf
Merge
2016-10-10 13:31:48 -07:00
Weijun Wang
ba9df3533c
8164705: Remove pathname canonicalization from FilePermission
...
Reviewed-by: alanb, bpb
2016-10-10 08:28:50 +08:00
Sergei Kovalev
bf41569209
8166791: Fix module dependencies for networking component tests
...
Reviewed-by: chegar, alanb
2016-10-03 18:33:34 +03:00
Ramanand Patil
4dbca869e0
8166875: (tz) Support tzdata2016g
...
Reviewed-by: martin, okutsu
2016-10-05 16:39:13 +05:30
Clemens Eisserer
d055089575
8162591: All existing gradient paint implementations have issues with coordinates/sizes larger than Short.MAX_VALUE (exactly) on any Linux systems
...
Reviewed-by: flar, serb, prr
2016-09-30 11:45:30 -07:00
Martin Buchholz
e4d6418631
8166981: RGBColorConvertTest has wrong @run line
...
Reviewed-by: prr, rasbold, serb
2016-09-30 10:52:19 -07:00
Phil Race
72d8105751
Merge
2016-09-30 09:28:18 -07:00
Artem Smotrakov
5db49c3eb2
8164591: sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java failed with SSLHandshakeException
...
Reviewed-by: xuelei
2016-09-27 11:34:45 -07:00
Semyon Sadetsky
b74da55b15
8155753: Removing a monitor in the OS dispaly configuration causes assertion fails under Windows if D3D is on
...
Reviewed-by: vadim, serb
2016-09-26 13:15:37 +03:00
Sergei Kovalev
72a44a46fa
8166553: undeclared dependencies for two IO tests
...
Reviewed-by: bpb
2016-09-23 12:08:38 +03:00
Valerie Peng
8d4f1ae8df
8136355: CKM_SSL3_KEY_AND_MAC_DERIVE no longer available by default on Solaris 12
...
Enhanced to detect and throw InvalidAlgorithmParameterException if SSLv3 is requested but unsupported
Reviewed-by: xuelei
2016-09-23 01:08:24 +00:00
Erik Joelsson
0c124a911a
Merge
2016-09-21 16:22:41 +02:00
Sergei Kovalev
1c751c11fb
8166450: smartcardio related tests failed on compilation during execution with jtreg tool
...
Reviewed-by: weijun
2016-09-21 17:09:41 +03:00
Alan Burlison
4e8fe41e35
8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged
...
Reviewed-by: rriggs, erikj
2016-09-21 14:22:11 +02: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
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
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
b2e658b722
Merge
2016-09-14 11:22:39 -07: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
Rob McKenna
2cca4bcc0a
6947916: JarURLConnection does not handle useCaches correctly
...
Reviewed-by: chegar
2016-09-13 14:47:29 +01:00
David Dehaven
876ddcae54
Merge
2016-09-12 15:26:27 -07:00
Alejandro Murillo
8957d8798f
Merge
2016-09-10 12:18:34 -07:00
Sergei Kovalev
44d69dd31b
8165592: Fix module dependencies for sun/text/* tests
...
Reviewed-by: naoto
2016-09-09 10:58:05 -07:00
Sergei Kovalev
44b189f55a
8165604: Fix module dependencies for sun/util/* tests
...
Reviewed-by: rriggs, naoto
2016-09-07 10:04:46 -07:00
Sharath Ballal
fec04dd065
8164943: sun/tools/jhsdb/HeapDumpTest failed with Can't find library: /test/lib/share/classes
...
Change /test/lib/share/classes to /test/lib in HeapDumpTest.java
Reviewed-by: dsamersoff, ctornqvi
2016-09-06 09:37:55 +03:00
Alejandro Murillo
092d3bef1c
Merge
2016-09-01 15:20:57 -07:00
Alejandro Murillo
f7039c9c31
Merge
2016-09-01 14:09:04 -07:00
Sean Coffey
9807f64dfc
8164846: CertificateException missing cause of underlying exception
...
Reviewed-by: xuelei
2016-09-01 11:01:47 +01:00
Li Jiang
44ec255a91
8145952: ISO 4217 amendment 161
...
8164784: ISO 4217 amendment 162
Reviewed-by: naoto
2016-09-01 01:39:21 -07:00
Alejandro Murillo
44fb1c5f24
Merge
2016-08-31 09:22:54 -07:00
Sibabrata Sahoo
3d17ae2b1d
8164922: sun/security/provider/SecureRandom/AutoReseed.java failed with timeout in Ubuntu Linux
...
The test timeout waiting to get seed in an exhausted Linux platform.
Reviewed-by: weijun
2016-08-31 08:44:12 -07:00
Sibabrata Sahoo
2822e9e2d6
8015595: Test sun/security/krb5/auto/Unreachable.java fails with Timeout error
...
Unreachable.java was getting timeout due to PortUnreachableException was not thrown
Reviewed-by: weijun
2016-08-31 08:34:59 -07:00
Jini George
c7a2c07ca8
8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22"
...
Accounted for the new JVMCI related Deoptimization Reasons.
Reviewed-by: dsamersoff, sla
2016-08-31 11:46:59 +03:00
Kim Barrett
7bddef3ed0
8156500: Move Reference pending list into VM to prevent deadlocks
...
Move reference pending list and locking into VM
Co-authored-by: Per Liden <per.liden@oracle.com>
Reviewed-by: coleenp, dholmes, dcubed, mchung, plevart
2016-08-30 23:46:02 -04:00
Masayoshi Okutsu
5f5e297c52
8157792: After Integrating tzdata2016d the test/sun/util/calendar/zi/TestZoneInfo310.java fails for "Asia/Oral" and "Asia/Qyzylorda" Timezones
...
Reviewed-by: peytoia
2016-08-30 14:16:16 +09:00
Svetlana Nikandrova
af8dc755fd
8164533: sun/security/ssl/SSLSocketImpl/CloseSocket.java failed with "Error while cleaning up threads after test"
...
Reviewed-by: xuelei
2016-08-29 20:55:06 +03:00
Dmitry Samersoff
7c219b82fc
8160923: sun/tools/jps/TestJpsJar.java fails due to ClassNotFoundException: jdk.testlibrary.ProcessTools
...
Cleanup build tag
Reviewed-by: iklam, rehn, ctornqvi
2016-08-29 11:59:52 +03:00
Alejandro Murillo
4d1d2d4cf3
Merge
2016-08-26 10:14:15 -07:00
Alejandro Murillo
542ac8a147
Merge
2016-08-26 10:02:50 -07:00
Sharath Ballal
d6ad2ec5c5
8163346: Update jmap-hashcode/Test8028623.java for better diagnostic of timeout
...
Update jmap-hashcode/Test8028623.java to use LingeredApp and rename it to jhsdb/HeapDumpTest.java
Reviewed-by: dsamersoff, dholmes
2016-08-26 13:11:39 +03:00
Sibabrata Sahoo
6ab4f9a732
8006690: sun/security/krb5/auto/BadKdc* tests fails intermittently
...
Some of test for bad KDC failed intermittently
Reviewed-by: weijun
2016-08-26 01:20:30 -07:00
Yasumasa Suenaga
bc0cae288e
8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
...
Reviewed-by: dholmes, sjohanss
2016-08-25 12:24:16 +09:00
Weijun Wang
dfa00059e2
8164656: krb5 does not retry if TCP connection timeouts
...
Reviewed-by: xuelei
2016-08-24 13:32:00 +08:00
Alejandro Murillo
ae1273fa3a
Merge
2016-08-19 12:17:32 -07:00
Alejandro Murillo
3fe5cc875a
Merge
2016-08-19 11:22:17 -07:00
Christian Tornqvist
0731886f09
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
...
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
2016-08-19 10:09:53 -04:00
Alejandro Murillo
46babcb5b7
Merge
2016-08-22 08:27:10 -07:00
Rachna Goel
97f26b2097
8163350: LocaleProviderAdapter Preference list retrieved is wrong, when -Djava.locale.providers=COMPAT
...
Reviewed-by: naoto, okutsu
2016-08-22 14:55:11 +09:00
Weijun Wang
f4ec2171f2
8164437: Test for JDK-8042900
...
GSSContext is of a different type when jdk.security.jgss is not loaded
Reviewed-by: xuelei
2016-08-20 17:10:17 +08:00
David Dehaven
9c8bd63007
Merge
2016-08-19 08:47:12 -07: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
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
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
Alejandro Murillo
284b527560
Merge
2016-08-12 14:12:56 -07:00
Alejandro Murillo
b5eefa753f
Merge
2016-08-12 13:58:18 -07: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
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
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
Yasumasa Suenaga
6500bf0035
8163272: jhsdb jinfo cannot show system properties
...
Reviewed-by: dholmes, dsamersoff
2016-08-08 21:59:33 +09:00
Phil Race
badde41605
Merge
2016-08-05 12:03:58 -07: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
Laurent Bourgès
d9c6c4744a
8159638: Improve array caches and renderer stats in Marlin renderer
...
Byte/Float/Int ArrayCache (Reference) refactoring + improved cache statistics and tuning settings
Reviewed-by: flar, prr
2016-08-03 22:53:38 +02:00
Tim Du
d43f127302
8160337: Remove intermittent key from sun/security/pkcs11/rsa/TestKeyPairGenerator.java
...
Reviewed-by: rhalade, xuelei
2016-08-02 10:36:33 -07:00
Phil Race
8ab66b8911
Merge
2016-08-01 10:06:09 -07:00
Sharath Ballal
994bbbb9c9
8160817: Add jsadebugd functionality to jhsdb
...
Add jsadebugd functionality to jhsdb
Reviewed-by: dsamersoff
2016-08-01 15:39:10 +03:00
Weijun Wang
3d915b8f78
8162752: keytool -importkeystore should probe srcstoretype if not specified
...
Reviewed-by: mullan
2016-07-31 09:40:17 +08:00
Weijun Wang
dd3b3b2ba5
8159528: Deprivilege java.security.jgss, jdk.security.jgss and jdk.security.auth
...
Reviewed-by: mchung, mullan
2016-07-31 09:37:02 +08:00
Alejandro Murillo
41186dae1b
Merge
2016-07-29 16:11:57 -07:00
Sean Mullan
663f6eb830
8159752: Grant de-privileged module permissions by default with java.security.policy override option
...
Reviewed-by: alanb, chegar, mchung, tbell, weijun
2016-07-29 19:00:54 -04:00
Alejandro Murillo
a2a5ee0193
Merge
2016-08-08 11:04:57 -07: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
David Dehaven
b6c0aa1261
Merge
2016-07-28 09:29:38 -07:00
David Dehaven
dd116aa128
Merge
2016-07-28 09:01:30 -07:00
David Dehaven
dd5b13bacb
Merge
2016-07-26 14:45:11 -07:00
Sergey Bylokhov
c322804814
8159899: [TEST_BUG] Timeout in tests when OOM should be generated
...
Reviewed-by: yan, ssadetsky
2016-07-26 15:55:22 +03:00
Ramanand Patil
20477f85e7
8159684: (tz) Support tzdata2016f
...
Reviewed-by: okutsu
2016-07-26 13:48:29 +05:30
Jayathirth D V
c8c6407341
8161902: [PIT][TEST_BUG]sun/awt/image/OffScreenImageSource/ImageConsumerUnregisterTest.java compilation fails
...
Reviewed-by: prr
2016-07-23 02:08:17 +05:30
Alejandro Murillo
f9685d533c
Merge
2016-07-21 20:09:20 -07:00
Paul Sandoz
043af61997
8161947: runtime/Unsafe/GetUnsafe.java is failing on jdk9/dev
...
Reviewed-by: alanb, dholmes
2016-07-21 16:29:17 +02:00
Phil Race
dc18887731
Merge
2016-07-18 09:53:59 -07:00
Alejandro Murillo
2bff7015a6
Merge
2016-07-15 09:05:36 -07:00
Vyom Tewari
05b3d5c63f
8151788: NullPointerException from ntlm.Client.type3
...
Reviewed-by: chegar, prappo, weijun
2016-07-15 14:06:50 +05:30
Steve Drach
0062a02e07
8150680: JarFile.Release enum needs reconsideration with respect to it's values
...
Reviewed-by: alanb, psandoz
2016-07-13 11:43:45 -07:00
Rachna Goel
4e8a2de21a
8154797: Localization data for "GMT"
...
Reviewed-by: naoto, okutsu
2016-07-14 10:30:23 +09:00
Alejandro Murillo
9c19524f2c
Merge
2016-07-08 12:17:10 -07:00
Phil Race
54d6e1b926
Merge
2016-07-08 10:41:12 -07:00
Rajan Halade
dd3db000a7
8144559: sun/security/mscapi/SignUsingNONEwithRSA.sh failed intermittently
...
Reviewed-by: vinnie
2016-07-08 10:15:38 -07:00