1648 Commits

Author SHA1 Message Date
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
Xue-Lei Andrew Fan
4c352f2d46 8161898: Mark the use of deprecated javax.security.cert APIs with forRemoval=true
Reviewed-by: vinnie, mullan
2016-07-27 02:47:04 +00:00
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
Martin Buchholz
0d7e21080e 8162563: Fix double checked locking in System.console()
Reviewed-by: rriggs, sherman
2016-07-26 15:41:40 -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
Naoto Sato
1c514f5458 8162343: non-ASCII characters in source code comments (.hpp)
Reviewed-by: rriggs
2016-07-26 10:53:20 -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
Doug Lea
b7284ca20e 8162396: j.u.c java.lang.LinkageError
Reviewed-by: martin, psandoz, plevart
2016-07-26 09:49:25 -07:00
Daniel Fuchs
9fb04d6e56 8153082: Update XSLT compiler to generate classes that invoke addReads
This fix updates the XSLT compiler to generate Module.addReads statements for external function calls (see FunctionCall.java)

Reviewed-by: alanb, clanger, joehw
2016-07-26 14:30:52 +01:00
Vyom Tewari
620b097690 8161291: Serialization Tests for URLPermission is failing
Reviewed-by: dfuchs, chegar
2016-07-26 13:26:12 +05:30
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
Vinnie Ryan
149b8bf45d 8161571: Verifying ECDSA signatures permits trailing bytes
Reviewed-by: xuelei
2016-07-22 16:05:23 +01:00
Christoph Langer
d585d63b3e 8160174: java.net.NetworkInterface - fixes and improvements for network interface listing
Reviewed-by: chegar
2016-07-22 14:38:33 +02:00
Masayoshi Okutsu
2d98fa4822 8161203: ResourceBundle.getBundle performance regression
Reviewed-by: alanb
2016-07-22 13:31:58 +09:00
Anthony Scarpino
da8486b47a 8060224: Enable SHA-1 CertPath Restrictions
Reviewed-by: mullan
2016-07-21 15:08:06 -07:00
Iris Clark
89602315a1 8161236: Runtime.Version.{compareTo, equals}IgnoreOpt should be renamed
Reviewed-by: alanb, rfield, ksrini
2016-07-21 07:42:05 -07:00
Brent Christian
284de87e36 8161039: System.getProperty("os.version") returns incorrect version number on Mac
Omit trailing .0 from os.version when patchVersion is 0

Reviewed-by: alanb
2016-07-21 13:02:35 -07:00
Naoto Sato
2de3b82d9a 8161937: non-ASCII characters in source code comments
Reviewed-by: alanb
2016-07-21 09:21:48 -07:00
Volker Simonis
d17574e8dd 8161951: 8132379 introduced non ANSI C coding
Reviewed-by: dholmes
2016-07-20 20:47:42 +02:00
Brent Christian
99b4bd5013 8161718: Copyright/License updates to corba, jdk
Reviewed-by: bpb, naoto
2016-07-20 08:32:07 -07:00
Steve Drach
fe8757403b 8157524: Revert JarFile methods "entries" and "stream" to Java 8 behavior
Reviewed-by: alanb, psandoz, redestad
2016-07-19 10:05:22 -07:00
Michael Haupt
c777916f51 8158571: Additional method handle validation
Reviewed-by: jrose, ahgross, mchung
2016-06-08 21:45:34 +01:00
Michael Haupt
95535658a6 8155985: Persistent Parameter Processing
Reviewed-by: jrose, vlivanov, ahgross
2016-05-20 09:58:14 +01:00
John R Rose
a4ff82596a 8154475: Clean up lookup visibility
Reviewed-by: vlivanov, mhaupt, ahgross
2016-04-23 05:04:27 -07:00
Valerie Peng
f51ba0de72 8146514: Enforce GCM limits
Add and enforce upper limit for input size for AES cipher in GCM mode

Reviewed-by: mullan
2016-03-30 22:02:23 +00:00
Valerie Peng
0291dce4bf 8147771: Construction of static protection domains under Javax custom policy
Changed SubjectDomainCombiner to combine static PD as is even when custom policy is enabled.

Reviewed-by: mullan
2016-03-16 21:59:55 +00:00
Valerie Peng
63276540e2 8149070: Enforce update ordering
Make sure that ISE is thrown when updateAAD is called after update.

Reviewed-by: mullan
2016-03-11 23:54:17 +00:00
Brian Burkhalter
fcfe2fcc8a 8145446: Perfect pipe placement
Reviewed-by: alanb, jeff, igerasim, ahgross
2016-01-13 14:04:58 -08:00
Valerie Peng
5c40a6a808 8138811: Construction of static protection domains
Updated SubjectDomainCombiner to keep static ProtectionDomain static

Reviewed-by: mullan
2015-12-23 02:36:57 +00:00
Paul Sandoz
50ac5ef16e 8161129: Unsafe::getUnsafe should allow the platform class loader to access it
Reviewed-by: forax, jrose
2016-07-19 16:36:09 +02:00
Alejandro Murillo
4cdf3e05bf Merge 2016-07-18 13:33:23 -07:00
Naoto Sato
c1bc4d8560 8159214: jlink --include-locales problems
Reviewed-by: jlaskey, okutsu
2016-07-18 11:22:53 -07:00
Alejandro Murillo
50862707c8 Merge 2016-07-18 09:38:08 -07:00
Svetlana Nikandrova
fc83043219 8054213: Class name repeated in output of Type.toString()
Reviewed-by: darcy
2016-07-18 14:39:21 +03:00
Svetlana Nikandrova
b4fde6b62c 8022580: sun.net.ftp.impl.FtpClient.nameList(String path) handles "null" incorrectly
Reviewed-by: chegar, dfuchs
2016-07-18 13:57:59 +03:00
Joe Darcy
a9f457a94e 8161500: Use getTypeName and StringJoiner in core reflection toString methods
Reviewed-by: redestad
2016-07-18 10:27:58 -07:00
Doug Lea
14d4754bdd 8080603: Replace Unsafe with VarHandle in java.util.concurrent classes
8153715: Use Unsafe.weakCompareAndSet in java.util.concurrent

Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs, shade
2016-07-15 14:04:09 -07:00
Doug Lea
a09ddefd05 8157522: Performance improvements to CompletableFuture
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
2016-07-15 13:59:58 -07:00
Doug Lea
7fa43fa58f 8157523: Various improvements to ForkJoin/SubmissionPublisher code
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
2016-07-15 13:55:51 -07:00
Doug Lea
aa81d50820 8159924: Various improvements to StampedLock code
Reviewed-by: martin, psandoz, rriggs, plevart, dfuchs
2016-07-15 13:51:43 -07:00
Brian Burkhalter
9d9145a699 8161455: Missing word in API documentation
Change "file has created" to "file has been created" in two places.

Reviewed-by: rriggs, alanb
2016-07-15 13:23:02 -07:00
Brian Burkhalter
d46ee264df 8161413: Math.fma javadoc doesn't have @since 9
Add @since tag for float and double versions of fma().

Reviewed-by: rriggs
2016-07-15 12:30:10 -07:00
Alan Bateman
90e6b1dedd 8161036: Fix copyright header
Reviewed-by: mchung
2016-07-15 17:31:30 +01: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
Valerie Peng
99cea12e90 8136459: MessageDigest.isEqual is not a "simple byte compare"
Update the corresponding javadoc with @implNote and clarification.

Reviewed-by: mullan, darcy
2016-07-15 01:24:22 +00:00