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
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
Steve Drach
def15478eb
8158295: Add a multi-release jar validation mechanism to jar tool
...
Reviewed-by: ogb, psandoz
2016-07-29 09:58:28 -07:00
Brian Burkhalter
911dda4ee1
8163305: Add some print instrumentation to java/nio/channels/Selector/RacyDeregister
...
Perform more iterations on Windows, and on all platforms if the test enters the failure branch, poll for an extra period of time to determine whether it might have succeeded with a longer timeout
Reviewed-by: chegar
2016-08-09 07:50:26 -07:00
Brian Burkhalter
ba0558addb
8163431: probeContentType/Basic.java fails after changes for JDK-8146215
...
Allow multiple legal MIME type interpretations for certain extensions.
Reviewed-by: chegar
2016-08-09 07:43:48 -07: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
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
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
Alejandro Murillo
83f8829c06
Merge
2016-08-05 09:50:29 -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
Sharath Ballal
b7eda654ab
8158050: Remove SA-JDI
...
Remove SA-JDI
Reviewed-by: alanb, dsamersoff
2016-08-01 10:51:32 +03:00
Alejandro Murillo
435f7046be
Merge
2016-07-30 00:11:02 +00:00
Alejandro Murillo
41186dae1b
Merge
2016-07-29 16:11:57 -07:00
Semyon Sadetsky
ae42c4bfa7
8157827: AWT_Desktop/Automated/Exceptions/BasicTest loads incorrect GTK version when jdk.gtk.version=3
...
Reviewed-by: prr
2016-07-29 11:25:59 +03:00
Paul Sandoz
8dc58ab506
8162458: Buffer view implementations use incorrect offset for Unsafe access
...
Reviewed-by: alanb
2016-07-29 10:18:47 +02:00
Semyon Sadetsky
7c91e56ca7
8161195: Regression: closed/javax/swing/text/FlowView/LayoutTest.java
...
Reviewed-by: alexsch
2016-07-29 11:14:05 +03:00
Semyon Sadetsky
cb959adf02
8161273: [hidpi] The frame insets size is wrong on Linux HiDPI because it is not scaled
...
Reviewed-by: alexsch
2016-07-29 10:59:43 +03:00
Semyon Sadetsky
6ac698e26b
8160246: Regression: 4410243 reproducible with GTK LaF
...
Reviewed-by: alexsch
2016-07-29 10:56:30 +03:00
David Dehaven
b6c0aa1261
Merge
2016-07-28 09:29:38 -07:00
Chris Hegarty
97de05e1d1
8134779: (jmod) ZipException is thrown if there are duplicate resources
...
8134847: (jmod) module-info encountered in the cmds, libs or config is not added to jmod file
Reviewed-by: alanb
2016-07-28 17:25:29 +01:00
Joe Darcy
c7fed55b1d
8162746: VersionCheck.java failure after change for JDK-8160921
...
Reviewed-by: tbell
2016-07-28 16:16:38 -07:00
Bradford Wetmore
8c0b4c0358
8161527: NPE is thrown if exempt application is bundled with specific cryptoPerms
...
Reviewed-by: xuelei
2016-07-28 12:09:07 -07:00
David Dehaven
dd116aa128
Merge
2016-07-28 09:01:30 -07:00
Athijegannathan Sundararajan
2ebc9d3c1f
8162538: plugin API should avoid read only pool, have module view separated from resource view and have pool builder to modify
...
Reviewed-by: jlaskey, psandoz
2016-07-28 19:34:58 +05:30
Nadeesh TV
f7eff31b47
8066806: java.time.format.DateTimeFormatter cannot parse an offset with single digit hour
...
Added support for single digit hour in offset
Reviewed-by: rriggs, scolebourne
2016-07-28 10:28:21 +00:00
Brian Burkhalter
82e9d18d0e
8162624: (fs) Remove FileTypeDetectors based on libgio and libmagic
...
Remove GioFileTypeDetector and MagicFileTypeDetector.
Reviewed-by: alanb
2016-07-27 14:27:46 -07:00
Martin Buchholz
da7a66e347
8160605: java/util/SplittableRandom/SplittableRandomTest.java failed with timeout
...
Reviewed-by: psandoz, darcy
2016-07-27 10:34:10 -07:00
Karen Kinnear
9be5fdfe94
Merge
2016-07-27 13:33:55 +00:00
Karen Kinnear
201f2252c2
8162340: Better class stream parsing
...
Check package validity
Reviewed-by: lfoltan, coleenp, dholmes
2016-07-27 08:33:15 -04:00
David Holmes
a7960979d9
8140723: Remove source code conditionalized on JAVASE_EMBEDDED
...
Reviewed-by: psandoz, alanb, alexsch
2016-07-26 23:52:29 -04:00
Alejandro Murillo
19e317fe9c
Merge
2016-07-26 16:18:24 -07:00
David Dehaven
dd5b13bacb
Merge
2016-07-26 14:45:11 -07:00
Joe Darcy
085f7a6907
8162539: Test fails because it expects a blank between method signature and throws exception
...
Reviewed-by: coleenp
2016-07-26 12:56:26 -07:00
Doug Lea
55ee90a475
8161591: Miscellaneous changes imported from jsr166 CVS 2016-07
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 10:06:19 -07:00
Doug Lea
2545e51a0c
8161608: StampedLock should use storeStoreFence when acquiring write lock
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 10:02:05 -07:00
Doug Lea
825edd9274
8160751: Optimize ConcurrentHashMap.keySet().removeAll
...
8161372: ConcurrentHashMap.computeIfAbsent(k,f) locks bin when k present
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:57:51 -07:00
Doug Lea
6db3f79f39
8160402: Garbage retention with CompletableFuture.anyOf
...
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:53:38 -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
Valerie Peng
9a82da0c94
8159488: Deprivilege java.xml.crypto
...
Update java.policy with the necessary permissions and minor code refactoring
Reviewed-by: mullan
2016-07-27 01:24:09 +00:00
Vyom Tewari
620b097690
8161291: Serialization Tests for URLPermission is failing
...
Reviewed-by: dfuchs, chegar
2016-07-26 13:26:12 +05:30
Sibabrata Sahoo
1e34f70a1d
8151654: Additional modular test for "auth.login.defaultCallbackHandler"
...
Reviewed-by: mchung, weijun
2016-07-26 09:53:35 +08:00
Rajeev Chamyal
af0977717b
8147648: [hidpi] multiresolution image: wrong resolution variant is used as icon in the Unity panel
...
Reviewed-by: alexsch, ssadetsky
2016-07-25 15:29:24 +05:30
Xue-Lei Andrew Fan
d39fdb1811
8161106: Improve SSLSocket test template
...
Reviewed-by: weijun, jnimeh, asmotrak
2016-07-25 05:39:05 +00:00
Xueming Shen
e944d9f280
8161942: java.util.zip.ZipEntry.java not covering UpperLimit range of DOS epoch
...
Reviewed-by: redestad
2016-07-22 16:32:48 -07:00