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
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
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
Masayoshi Okutsu
2d98fa4822
8161203: ResourceBundle.getBundle performance regression
...
Reviewed-by: alanb
2016-07-22 13:31:58 +09: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
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
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
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
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
Volker Simonis
d09561f8c6
8160564: TEST: Add a test to check the implementation of VersionProps.versionNumbers()
...
Reviewed-by: mchung, redestad
2016-07-14 16:49:30 +02:00
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
Xueming Shen
47c84f9fe6
7031075: GZIPInputStream's available() reports 1, but read() gives -1
...
Reviewed-by: bpb
2016-07-13 16:37:24 -07:00
Steve Drach
e4a671e635
8155770: Correct URLClassLoader API documentation to explicitly say jar-scheme URL's are accepted
...
Reviewed-by: psandoz
2016-07-12 11:05:27 -07:00
Hiroshi Ito
c5ef4d69b9
8158365: List.spliterator should optimize for RandomAccess lists
...
Reviewed-by: psandoz
2016-05-23 23:12:05 +08:00
Jamil Nimeh
d4ed08f59e
8129972: Clarify the javadoc of java.security.CodeSource as to the nullability of 'location'
...
Improves clarity of the CodeSource javadoc, specifically regarding the ability of the URL parameter in the constructors being null.
Reviewed-by: mullan
2016-07-08 14:42:50 -07:00
Xueming Shen
faaf303a95
8133170: Deflater.deflate with small output buffers fails
...
Reviewed-by: bpb
2016-07-07 14:16:58 -07:00
Nishit Jain
74a59850a5
8055900: j.t.SimpleDateFormat spec needs to be clarified regarding month patterns
...
Reviewed-by: okutsu, peytoia
2016-07-07 17:53:55 +09:00
Shilpi Rastogi
aec121f999
8158169: MethodHandles.dropArgumentsToMatch(...)
...
Reviewed-by: psandoz, mhaupt
2016-07-07 09:51:47 +02:00
Michael Haupt
d09f7620fe
8160717: MethodHandles.loop() does not check for excessive signature
...
Reviewed-by: psandoz, redestad
2016-07-06 17:10:36 +02:00
Joe Darcy
098053564e
6226715: (ann) java.lang.annotation.AnnotationTypeMismatchException could not be serialized
...
Reviewed-by: rriggs
2016-07-05 21:11:40 -07:00
Alejandro Murillo
451f529750
Merge
2016-07-05 13:50:37 -07:00
Bhanu Prakash Gopularam
9717ec036b
8159616: java.time.Instant falls through switch statement
...
Removed the unneeded case statement INSTANT_SECONDS
Reviewed-by: rriggs, scolebourne
2016-07-04 10:50:28 +00:00
Michael Haupt
a06c5e0f57
8143211: provide bytecode intrinsics for loop and try/finally executors
...
Reviewed-by: psandoz, redestad, vlivanov
2016-07-04 10:08:18 +02:00
Vinnie Ryan
dc536f2d74
8157730: Mark deprecated java.security.{Identity,IdentityScope,Signer} APIs with forRemoval=true
...
Reviewed-by: mullan
2016-07-01 22:55:26 +01:00
Sean Mullan
3520eff611
8157847: Deprecate the java.security.acl API with forRemoval=true
...
Reviewed-by: weijun, mchung
2016-07-01 14:29:18 -04:00
Sean Mullan
0ce484cdd7
8157707: Deprecate the java.security.Certificate API with forRemoval=true
...
Reviewed-by: xuelei
2016-07-01 11:42:26 -04:00
Alejandro Murillo
3689909db0
Merge
2016-07-01 16:50:37 -07:00
Yuka Kamiya
657cb0f3b4
7090039: Wrong link in comment of java.text.DateFormatSymbols
...
Reviewed-by: okutsu
2016-06-30 16:57:25 +09:00
Volker Simonis
50623e2781
8160457: VersionProps.versionNumbers() is broken
...
Reviewed-by: redestad, mchung, iris
2016-06-29 10:07:15 +02:00
Vladimir Kozlov
b7a4c8d92a
Merge
2016-06-24 15:06:50 -07:00
Alejandro Murillo
d26d73b61e
Merge
2016-06-23 17:11:19 -07:00
Paul Sandoz
3f0273a3c4
8154737: Rename VarHandle.compareAndExchangeVolatile to VarHandle.compareAndExchange
...
Reviewed-by: shade
2016-06-23 13:46:48 +02:00
Xueming Shen
e922fb0afb
8159545: closed/java/io/Console/TestConsole.java failed with exit code 1
...
Reviewed-by: rriggs
2016-06-22 11:31:07 -07:00