Sibabrata Sahoo
|
05b72e77b7
|
8156054: Test Task: Develop new tests for JEP C155: Remove FilePermission Pathname Canonicalization
New test for removing canonicalize path from FilePermission.
Reviewed-by: weijun
|
2016-10-10 00:45:13 -07:00 |
|
Weijun Wang
|
ba9df3533c
|
8164705: Remove pathname canonicalization from FilePermission
Reviewed-by: alanb, bpb
|
2016-10-10 08:28:50 +08:00 |
|
Jonathan Gibbons
|
0f9a011475
|
8159855: Create an SPI for tools
Reviewed-by: mchung
|
2016-10-07 16:49:31 -07:00 |
|
Brent Christian
|
2d52d60a1e
|
8151486: Class.forName causes memory leak
Remove ClassLoader.domains
Reviewed-by: coleenp, dholmes, mchung, naoto
|
2016-10-07 12:01:24 -07:00 |
|
Athijegannathan Sundararajan
|
d47b7ffca5
|
8167018: Nashorn and jjs should support --module-path and --add-modules options
Reviewed-by: jlaskey, hannesw
|
2016-10-07 21:28:00 +05:30 |
|
Alejandro Murillo
|
db351aa712
|
Merge
|
2016-10-05 09:52:55 -07:00 |
|
Alejandro Murillo
|
7e7cbce1f6
|
Merge
|
2016-10-05 06:28:23 -07:00 |
|
Mandy Chung
|
6504983459
|
8166860: Add magic number to jmod file
Reviewed-by: alanb, jjg
|
2016-10-04 18:56:28 -07: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 |
|
Martin Buchholz
|
e4d6418631
|
8166981: RGBColorConvertTest has wrong @run line
Reviewed-by: prr, rasbold, serb
|
2016-09-30 10:52:19 -07:00 |
|
Martin Buchholz
|
6b29ad4ffc
|
8166976: TestCipherPBECons has wrong @run line
Reviewed-by: snikandrova, wetmore, rasbold
|
2016-09-30 10:30:57 -07:00 |
|
Roger Riggs
|
9aa8b6728a
|
8155760: Implement Serialization Filtering
8166739: Improve extensibility of ObjectInputFilter information passed to the filter
Reviewed-by: dfuchs, chegar, briangoetz, plevart
|
2016-10-04 13:45:42 -04:00 |
|
Naoto Sato
|
03cc993ec4
|
8166645: Include locales plugin throws InternalError with "*" specified
Reviewed-by: mchung
|
2016-10-04 09:52:03 -07:00 |
|
Vyom Tewari
|
0a885c4bc8
|
8153674: Expected SocketException not thrown when calling bind() with setReuseAddress(false)
Reviewed-by: chegar, msheppar
|
2016-10-04 21:59:16 +05:30 |
|
Sergei Kovalev
|
3847822589
|
8166378: Missing dependencies in several java/security tests
Reviewed-by: xuelei
|
2016-10-04 11:55:42 +03:00 |
|
Nishit Jain
|
f1f59c6623
|
8165466: DecimalFormat percentage format can contain unexpected %
Reviewed-by: okutsu, peytoia
|
2016-10-04 19:28:09 +09:00 |
|
Steve Drach
|
3d6de648b9
|
8165944: jar utility doesn't process more than one -C argument
Reviewed-by: psandoz
|
2016-10-03 10:57:29 -07:00 |
|
Jesper Wilhelmsson
|
84bd07e175
|
8167026: Quarantine TestDaemonThread.java
Reviewed-by: dsamersoff
|
2016-10-03 15:39:02 +02:00 |
|
Sergey Bylokhov
|
ec9d2a571f
|
8165263: Remove code in MetaData that hacks into private fields of Collections implementation classes
Reviewed-by: mchung, alexsch
|
2016-09-30 17:05:54 +03:00 |
|
Alejandro Murillo
|
53fa6ff273
|
Merge
|
2016-09-30 02:52:42 -07:00 |
|
Athijegannathan Sundararajan
|
323aded97f
|
8165735: jlink incorrectly accepts multiple --module-path and --limit-modules options
Reviewed-by: mchung, jlaskey
|
2016-09-28 22:13:14 +05:30 |
|
Sergei Kovalev
|
0c70a986f9
|
8166841: Unused import causes test failure on compilation for java.text tests
Reviewed-by: igerasim
|
2016-09-28 19:21:42 +03:00 |
|
Mikael Vidstedt
|
644dc8b4e9
|
8166045: jdk/internal/misc/Unsafe tests fail due to timeout
Only run the memory hungry tests on large machines
Reviewed-by: dholmes, ctornqvi
|
2016-09-28 08:22:54 -07:00 |
|
Claes Redestad
|
82bdee0193
|
8166287: MultiReleaseJarAPI.isMultiReleaseJar(): failure java.nio.file.AccessDeniedException: custom-mr.jar
Reviewed-by: mhaupt, alanb
|
2016-09-28 14:29:35 +02:00 |
|
Michael Haupt
|
cec7bce69f
|
8151179: address issues raised by JCK team on JEP 274 API
Reviewed-by: jrose, redestad, psandoz
|
2016-09-28 14:02:21 +02:00 |
|
Valerie Peng
|
dc417a73f7
|
6946830: javax.crypto.Cipher.doFinal behavior differs depending on platform
Updated OracleUcrypto and SunPKCS11 providers with SunJCE provider behavior
Reviewed-by: xuelei
|
2016-09-28 03:18:01 +00:00 |
|
Valerie Peng
|
5f41b5fad7
|
8149802: Signature.verify() doesn't reset the signature object on exception
Ensure the signature object is always reset after verify() is called.
Reviewed-by: xuelei
|
2016-09-28 03:10:37 +00:00 |
|
Hamlin Li
|
f92bdade3d
|
8162519: Remove ParallelPrefix.java from ProblemList.txt
Reviewed-by: psandoz
|
2016-09-27 18:45:51 -07:00 |
|
Dean Long
|
c329dba540
|
Merge
|
2016-09-27 21:14:47 -04:00 |
|
Alejandro Murillo
|
51133abb8b
|
Merge
|
2016-09-27 13:22:41 -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 |
|
Alejandro Murillo
|
5b10e170eb
|
Merge
|
2016-09-27 09:04:49 -07:00 |
|
Felix Yang
|
e168404209
|
8154525: java/net/ServerSocket/ThreadStop.java fails intermittently with error while cleaning up threads after test
Reviewed-by: chegar
|
2016-09-27 01:36:31 -07:00 |
|
Dean Long
|
fca8d47eff
|
Merge
|
2016-09-26 14:21:22 -04:00 |
|
Felix Yang
|
2d35d5bfc3
|
8130657: com/sun/net/httpserver/Test5.java failed with java.lang.RuntimeException: wrong string result
8085575: java/net/Socket/InheritHandle.java fails intermittently with "Address already in use"
Reviewed-by: dfuchs
|
2016-09-26 08:19:07 -07:00 |
|
Alejandro Murillo
|
bdde2c205c
|
Merge
|
2016-09-23 13:44:03 -07:00 |
|
Alejandro Murillo
|
1f033f3e06
|
Merge
|
2016-09-23 13:32:21 -07:00 |
|
Doug Lea
|
c7cf1788ed
|
8165919: Miscellaneous changes imported from jsr166 CVS 2016-09-21
Reviewed-by: martin, chegar, shade
|
2016-09-23 13:24:33 -07:00 |
|
Doug Lea
|
edc7565f51
|
8166059: JSR166TestCase.java fails with NPE in dumpTestThreads on timeout
Reviewed-by: martin, chegar, shade
|
2016-09-23 13:21:23 -07:00 |
|
Doug Lea
|
c9f268cc15
|
8166057: [testbug] CoreThreadTimeOut still uses hardcoded timeout
Reviewed-by: martin, chegar, shade
|
2016-09-23 13:18:22 -07:00 |
|
Doug Lea
|
9496149e05
|
8166465: CompletableFuture.minimalCompletionStage().toCompletableFuture() should be non-minimal
Reviewed-by: martin, chegar, shade
|
2016-09-23 13:14:14 -07:00 |
|
Sergei Kovalev
|
72a44a46fa
|
8166553: undeclared dependencies for two IO tests
Reviewed-by: bpb
|
2016-09-23 12:08:38 +03:00 |
|
Michael Haupt
|
281862a6aa
|
8161211: better inlining support for loop bytecode intrinsics
Reviewed-by: jrose, vlivanov, redestad
|
2016-09-23 15:20:49 +02:00 |
|
Felix Yang
|
8469097dde
|
8085049: java/net/MulticastSocket/TimeToLive.java fails intermittently with "Address already in use"
Reviewed-by: chegar
|
2016-09-23 03:15:00 -07: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 |
|
Chris Plummer
|
7f563f1567
|
8161225: Assert failure in JVMTI GetNamedModule at JPLISAgent.c line: 792
Made the assert less restrictive.
Reviewed-by: dholmes, dcubed, sspitsyn
|
2016-09-21 12:53:07 -07:00 |
|
Alejandro Murillo
|
505c0d04f8
|
Merge
|
2016-09-21 09:29:30 -07: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 |
|