Paul Sandoz
|
8dc58ab506
|
8162458: Buffer view implementations use incorrect offset for Unsafe access
Reviewed-by: alanb
|
2016-07-29 10:18:47 +02:00 |
|
Nadeesh TV
|
c47c7d8ccf
|
8160681: LocalDate.ofEpochDay input validation
Change the EpochDay range to [-365243219162L, 365241780471L]
Reviewed-by: rriggs, scolebourne
|
2016-07-28 11:18:43 +00:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Alejandro Murillo
|
9b3ccc70ac
|
Merge
|
2016-07-22 10:35:48 -07:00 |
|
Masayoshi Okutsu
|
2d98fa4822
|
8161203: ResourceBundle.getBundle performance regression
Reviewed-by: alanb
|
2016-07-22 13:31:58 +09:00 |
|
Alejandro Murillo
|
f9685d533c
|
Merge
|
2016-07-21 20:09:20 -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
|
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 |
|
Alejandro Murillo
|
088da8eae6
|
Merge
|
2016-07-15 09:10:36 -07:00 |
|
Paul Sandoz
|
2446e48a5f
|
8151163: All Buffer implementations should leverage Unsafe unaligned accessors
Reviewed-by: shade, aph
|
2016-07-15 12:36:15 +02: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 |
|
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 |
|
Chris Hegarty
|
34f5b60b4a
|
8157166: Update spec to account for platforms that do not support multicast
Reviewed-by: alanb
|
2016-06-22 09:21:06 +01:00 |
|
Vyom Tewari
|
b75020a9b0
|
8071660: URLPermission not handling empty method lists correctly
Reviewed-by: chegar, dfuchs, prappo, rriggs
|
2016-06-22 09:01:34 +01:00 |
|
Naoto Sato
|
e18eaa2e9b
|
8159548: Formatter returns unexpected strings if locale is null
Reviewed-by: sherman
|
2016-06-21 15:15:05 -07:00 |
|
Vyom Tewari
|
6ae11043e9
|
8114860: Behavior of java.net.URLPermission.getActions() contradicts spec
Reviewed-by: chegar, prappo
|
2016-06-21 16:52:16 +01:00 |
|
Claes Redestad
|
6c5912ccaa
|
8159590: Remove deprecated methods from jdk.internal.misc.VM
Reviewed-by: chegar, dholmes
|
2016-06-21 12:05:23 +02:00 |
|