Doug Lea
|
f8ae408aa9
|
8188047: Add SplittableRandom.nextBytes
Reviewed-by: martin, psandoz
|
2017-10-13 18:19:18 -07:00 |
|
Doug Lea
|
10dded5f7f
|
8188900: ConcurrentLinkedDeque linearizability
Reviewed-by: martin, psandoz
|
2017-10-13 18:07:47 -07:00 |
|
Jesper Wilhelmsson
|
947fc09db0
|
Merge
|
2017-10-14 00:19:29 +02:00 |
|
Alan Bateman
|
2abb1c7d7f
|
8186738: (sl) ServiceLoader::stream doesn't update cache
Reviewed-by: mchung
|
2017-10-13 14:17:10 +01:00 |
|
Stuart Marks
|
6c266f7163
|
6344935: (spec) clarify specifications for Object.wait overloads
Reviewed-by: dholmes, martin, forax, lancea, mchung
|
2017-10-12 17:58:26 -07:00 |
|
Brian Burkhalter
|
848a4d9bae
|
8189209: java/lang/invoke/lambda/LambdaAsm.java failed with "could not create proxy classes"
Use an inner class for the closer instead of a lambda
Reviewed-by: alanb, rriggs
|
2017-10-12 10:28:20 -07:00 |
|
Claes Redestad
|
81b7f75837
|
8188869: jdk9/10 reject zip/jar files where seconds value of timestamp is out of supported range 0 - 59
Reviewed-by: sherman, alanb
|
2017-10-12 16:00:29 +02:00 |
|
Brian Burkhalter
|
b890c3ce83
|
8147615: (fc) FileChannelImpl has no finalizer
Add a cleaner to close parent-less FileChannels
Reviewed-by: alanb, rriggs
|
2017-10-10 09:55:14 -07:00 |
|
Goetz Lindenmaier
|
f3bad9d19b
|
8188855: Fix VS10 build after "8187658: Bigger buffer for GetAdaptersAddresses"
Reviewed-by: vtewari, simonis
|
2017-10-06 08:37:08 +02:00 |
|
Ivan Gerasimov
|
9c1b0103b3
|
8186654: Poor quality of sun.security.util.Cache.EqualByteArray.hashCode()
Reviewed-by: coffeys
|
2017-10-04 01:08:36 -07:00 |
|
Ivan Gerasimov
|
4560687884
|
8187658: Bigger buffer for GetAdaptersAddresses
Reviewed-by: rriggs, vtewari
|
2017-10-03 23:42:08 -07:00 |
|
Doug Lea
|
c3664b7f38
|
8186056: Miscellaneous changes imported from jsr166 CVS 2017-09
Reviewed-by: martin, psandoz
|
2017-10-03 14:00:00 -07:00 |
|
Charles Munger
|
229cce5f44
|
8186265: Make toString() methods of "task" objects more useful
Reviewed-by: martin, psandoz, rriggs, dholmes, darcy
|
2017-10-03 13:55:05 -07:00 |
|
Doug Lea
|
2ea646cc20
|
8186226: Improve ConcurrentSkipListMap performance on weak memory model machines
Reviewed-by: martin, psandoz
|
2017-10-03 13:50:09 -07:00 |
|
Doug Lea
|
d9d91c1cc4
|
8186171: HashMap: Entry.setValue may not work after Iterator.remove() called for previous entries
Reviewed-by: martin, psandoz
|
2017-10-03 13:45:11 -07:00 |
|
Doug Lea
|
c6e3667228
|
8187408: AbstractQueuedSynchronizer wait queue corrupted when thread awaits without holding the lock
Reviewed-by: martin, psandoz, dholmes
|
2017-10-03 13:37:01 -07:00 |
|
Doug Lea
|
dfce305868
|
8188241: Improve numerical code in StampedLock example code
Reviewed-by: martin, psandoz, darcy
|
2017-10-03 13:32:04 -07:00 |
|
Mandy Chung
|
5d986605ca
|
8186050: StackFrame should provide the method signature
Reviewed-by: alanb, bchristi, forax, plevart
|
2017-09-29 11:33:08 -07:00 |
|
Goetz Lindenmaier
|
a0218352fc
|
8188135: Fix VS 2010 build after "8187631: Refactor FileDescriptor close implementation"
Reviewed-by: dholmes, alanb
|
2017-09-29 10:00:58 +02:00 |
|
Mandy Chung
|
24d81d3f2e
|
6373396: (cl spec) clarify spec of ClassLoader.getPackages() about run-time package
Reviewed-by: psandoz
|
2017-09-27 12:44:06 -07:00 |
|
Claes Redestad
|
0355224df8
|
8187826: Avoid using reflection to bootstrap NamedFunctions
Reviewed-by: psandoz
|
2017-09-27 17:56:00 +02:00 |
|
Philipp Kunz
|
2ae9614d34
|
6695402: Jarsigner with multi-byte characters in class names
Reviewed-by: weijun
|
2017-09-27 14:02:15 +08:00 |
|
Rob McKenna
|
1fc8d0cfd9
|
8184328: JDK 8u131 socketRead0 hang at SSL read
Reviewed-by: xuelei, chegar, coffeys
|
2017-09-26 19:19:09 +01:00 |
|
Vyom Tewari
|
99b202b398
|
8185072: network006 times out in many configs in JDK10-hs nightly
Reviewed-by: chegar, rriggs
|
2017-09-26 20:34:10 +05:30 |
|
Vyom Tewari
|
02ba926da2
|
8159526: Deprivilege jdk.httpserver
Reviewed-by: chegar, alanb, michaelm, mchung
|
2017-09-26 15:08:56 +05:30 |
|
Sergey Bylokhov
|
97d93fe4d8
|
8187442: Xcheck:jni produces various "WARNING in native method" in launcher
Reviewed-by: ksrini, dholmes
|
2017-09-22 15:32:09 -07:00 |
|
John R Rose
|
f98aab0db9
|
8185993: MethodHandle.invokeWithArguments jumbo-arity
Reviewed-by: psandoz, vlivanov
|
2017-09-22 15:28:16 -07:00 |
|
Roger Riggs
|
a3b9c07ee4
|
8177932: (process) java/lang/ProcessHandle/OnExitTest.java failed with "Process A should not be alive..."
Reviewed-by: stuefe, dholmes, fyuan
|
2017-09-21 11:41:34 -04:00 |
|
Roger Riggs
|
5e55e5e2ee
|
8187631: Refactor FileDescriptor close implementation
Reviewed-by: bpb, alanb
|
2017-09-21 11:41:12 -04:00 |
|
Weijun Wang
|
2bb3b82709
|
8148371: Remove policytool
Reviewed-by: erikj, alanb, mullan
|
2017-09-21 16:29:18 +08:00 |
|
Xueming Shen
|
02b9452ed3
|
8186464: ZipFile cannot read some InfoZip ZIP64 zip files
Reviewed-by: martin
|
2017-09-20 16:41:54 -07:00 |
|
Mandy Chung
|
4c1297b778
|
8188052: JNI FindClass needs to specify the class loading context used for library lifecycle hooks
Reviewed-by: alanb, coleenp, dholmes
|
2017-10-10 11:52:42 -07:00 |
|
Jesper Wilhelmsson
|
42a29333b9
|
Merge
|
2017-10-10 16:29:04 +02:00 |
|
Vladimir Kozlov
|
0c224245ce
|
8188775: Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.hotspot
Add missed changes in default.policy for new module
Reviewed-by: mchung
|
2017-10-06 10:39:09 -07:00 |
|
Jesper Wilhelmsson
|
eed5d34c26
|
Merge
|
2017-10-04 20:01:19 +00:00 |
|
Jesper Wilhelmsson
|
b708f0ddbd
|
Merge
|
2017-10-04 21:02:13 +02:00 |
|
Dmitrij Pochepko
|
949f677957
|
8187684: Intrinsify Math.multiplyHigh(long, long)
Reviewed-by: kvn, aph, lucy
|
2017-10-04 11:52:07 -07:00 |
|
Calvin Cheung
|
6213838f11
|
8138600: eliminate the need of ModuleLoaderMap.dat for CDS
Removed the code which generates the ModuleLoaderMap.dat and the code which references it
Reviewed-by: mchung, jiangli
|
2017-09-29 10:11:01 -07:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|
Valerie Peng
|
0e8009535c
|
8178466: Better RSA parameters
Reviewed-by: mullan, ahgross
|
2017-08-31 21:44:19 +00:00 |
|
Thomas Stuefe
|
1dca1fb4e1
|
8186665: [aix] buffer overflow in Java_java_nio_MappedByteBuffer_isLoaded0
Reviewed-by: alanb, plevart, clanger
|
2017-08-31 08:45:18 +02:00 |
|
Christoph Langer
|
2e31cc7ee1
|
8155590: Dubious collection management in sun.net.www.http.KeepAliveCache
Reviewed-by: rriggs, vtewari
|
2017-10-19 09:01:29 +02:00 |
|
Naoto Sato
|
ec4b6a477f
|
8202088: Japanese new era implementation
Reviewed-by: scolebourne, rriggs, nishjain, weijun
|
2017-08-09 14:54:37 -07:00 |
|
Doug Lea
|
307f2c4550
|
8204375: Add TimeUnit#convert(Duration)
Reviewed-by: martin, scolebourne, plevart, rriggs
|
2018-06-08 11:38:40 -07:00 |
|
Xueming Shen
|
f56c0b79d8
|
8204229: Formatter and String.format ignore the width with the percent modifier (%5%)
Reviewed-by: jlaskey
|
2018-06-08 10:09:40 -07:00 |
|
Martin Buchholz
|
acdef788f0
|
8204377: Rename Object#wait parameter name from "timeout" to "timeoutMillis"
Reviewed-by: dholmes, scolebourne, alanb, rriggs
|
2018-06-08 09:37:52 -07:00 |
|
Martin Buchholz
|
170d8a7fae
|
8204444: java.time cleanup
Reviewed-by: scolebourne, rriggs
|
2018-06-08 09:36:10 -07:00 |
|
Srinivas Dama
|
79ac24439f
|
8196990: Resolve disabled warnings for libjli
Initialized uninitialzed data to avoid maybe-uninitialized warnings from gcc
Reviewed-by: jlaskey
|
2018-06-08 21:06:54 +05:30 |
|
Matthias Baesken
|
48966d03e8
|
8204539: improve error messages in matchJavaTZ [windows]
Reviewed-by: coffeys, clanger, goetz
|
2018-06-08 13:06:08 +02:00 |
|
Jonathan Gibbons
|
fe24730ed9
|
8201274: Launch Single-File Source-Code Programs
Reviewed-by: mcimadamore, jlahoda, ksrini, mchung, ihse, alanb
|
2018-06-07 16:06:49 -07:00 |
|
Magnus Ihse Bursie
|
628aec8c75
|
8203822: AIX version of jsig.c was not removed in JDK-8200298
Reviewed-by: erikj
|
2018-06-07 23:30:05 +02:00 |
|
Xueming Shen
|
a78fe0a073
|
8203839: API clarification: versioned jar entry verification in multi-release jar file
Reviewed-by: darcy, psandoz, alanb, weijun
|
2018-06-07 13:24:49 -07:00 |
|
Brian Burkhalter
|
e9f3b0e527
|
8201407: Files.move throws DirectoryNonEmptyException when moving directory across file system
Reviewed-by: alanb
|
2018-06-07 07:43:29 -07:00 |
|
Alan Bateman
|
2466623e45
|
6350055: (se) SelectionKey.interestOps variants to atomically update interest ops
Co-authored-by: David M Lloyd <david.lloyd@redhat.com>
Reviewed-by: bpb
|
2018-06-07 09:18:39 +01:00 |
|
Xueming Shen
|
bb4b387398
|
8204494: Fix for 8200530 triggered regression, closed/test/jdk/security/infra/java/security/KeyStore/BouncyCastleInterop.java failed
Reviewed-by: rriggs
|
2018-06-06 14:36:48 -07:00 |
|
Alan Bateman
|
79ed34634b
|
8203937: Not possible to read data from socket after write detects connection reset
Reviewed-by: chegar
|
2018-06-06 12:17:01 +01:00 |
|
Li Jiang
|
069e4f8095
|
8193552: ISO 4217 amendment 165
8202026: ISO 4217 amendment 166
8204269: ISO 4217 amendment 167
Reviewed-by: naoto
|
2018-06-05 23:06:32 -07:00 |
|
Xueming Shen
|
fcfd1c85dd
|
8200530: '\r' is not supported as "newline" in java.util.jar.Manifest
Reviewed-by: jlaskey
|
2018-06-05 10:03:46 -07:00 |
|
Naoto Sato
|
8220e4135a
|
8203324: Use out of scope in getMacOSXLocale of java_props_macosx.c:120
Reviewed-by: rriggs
|
2018-06-05 08:33:40 -07:00 |
|
Michal Vala
|
a30144440e
|
8190417: javadoc updates to java.util.regex.Matcher
Reviewed-by: lancea, alanb, dholmes
|
2018-06-01 12:28:19 -04:00 |
|
Claes Redestad
|
f4b24c3473
|
8204194: Lazily create MethodHandleImpl$AsVarargsCollector.asCollectorCache
Reviewed-by: psandoz
|
2018-06-01 11:34:13 +02:00 |
|
Rajan Halade
|
e042b06185
|
8191031: Remove several Symantec Root CAs
Reviewed-by: mullan
|
2018-05-31 14:56:51 -07:00 |
|
Vivek Theeyarath
|
5103e3b4a3
|
8177276: MethodHandles.insertArguments doesn't specify IllegalArgumentException on index mismatch
Correct MethodHandles.insertArguments spec
Reviewed-by: psandoz, mchung, ntv
|
2018-05-25 22:56:00 -07:00 |
|
Jamil Nimeh
|
fcb805f9a6
|
8153029: ChaCha20 Cipher Implementation
Add the ChaCha20 and ChaCha20-Poly1305 Cipher implementations
Reviewed-by: mullan
|
2018-05-31 07:05:10 -07:00 |
|
Rachna Goel
|
f001238086
|
8203474: Update description of "Cyrillic Supplementary" block name in Character.UnicodeBlock class
Updated description of cyrillic supplementary block.
Reviewed-by: naoto
|
2018-05-31 15:11:57 +05:30 |
|
Jim Laskey
|
e18f24a98e
|
8050818: Predicate::not - provide an easier way to negate a predicate
Reviewed-by: chegar, dl, psandoz, forax, smarks, redestad
|
2018-05-30 12:40:04 -03:00 |
|
Rajan Halade
|
5712e9e18b
|
8189949: Remove Baltimore Cybertrust Code Signing CA
Reviewed-by: mullan
|
2018-05-30 07:42:48 -07:00 |
|
Claes Redestad
|
b67da0de17
|
8203886: Invoke LambdaMetafactory::altMetafactory exactly from the BootstrapMethodInvoker
Reviewed-by: mchung
|
2018-05-30 14:46:28 +02:00 |
|
Vyom Tewari
|
6a48db9cf6
|
8194298: Add support for per Socket configuration of TCP keepalive
Reviewed-by: chegar, clanger, igerasim, alanb
|
2018-05-30 16:36:35 +05:30 |
|
Martin Buchholz
|
e85e0f5daf
|
8203327: Small cleanups in java.lang.ref
Reviewed-by: mr
|
2018-05-29 19:15:49 -07:00 |
|
Naoto Sato
|
7c91898b9f
|
8182601: Improve usage messages
Reviewed-by: alanb, ahgross, ksrini, mchung
|
2017-08-08 10:43:07 -07:00 |
|
Stuart Marks
|
7d547d0ee4
|
8174109: Better queuing priorities
Reviewed-by: chegar, dfuchs, rriggs, alanb, robm, rhalade, jeff, ahgross
|
2017-08-02 10:34:35 -07:00 |
|
Adam Petcher
|
72e7522e88
|
8182387: Improve PKCS usage
Reviewed-by: valeriep
|
2017-07-28 18:20:43 +00:00 |
|
Pavel Rappo
|
05331dc72f
|
8181612: More stable connection processing
Reviewed-by: chegar, coffeys, ahgross, joehw, rhalade
|
2017-07-26 17:44:06 +01:00 |
|
Vyom Tewari
|
5069e85826
|
8182125: Improve reliability of DNS lookups
Reviewed-by: chegar, rriggs, dfuchs
|
2017-07-23 10:33:13 +05:30 |
|
Valerie Peng
|
b3f1165f7d
|
8181048: Refactor existing providers to refer to the same constants for default values for key length
Reviewed-by: mullan, ahgross
|
2017-07-13 20:41:59 +00:00 |
|
Weijun Wang
|
7cf3c0ff14
|
8182879: Add warnings to keytool when using JKS and JCEKS
Reviewed-by: vinnie, ahgross, mullan
|
2017-07-12 10:55:40 +08:00 |
|
Weijun Wang
|
3232ef5897
|
8181432: Better processing of unresolved permissions
Reviewed-by: mullan
|
2017-07-06 09:20:21 +08:00 |
|
Vinnie Ryan
|
47efefa42f
|
8181692: Update storage implementations
Reviewed-by: weijun, igerasim
|
2017-07-05 17:27:46 +01:00 |
|
Adam Petcher
|
248948c08b
|
8174756: Extra validation for public keys
Reviewed-by: valeriep
|
2017-07-04 01:52:53 +00:00 |
|
Vinnie Ryan
|
e4945e6c66
|
8181370: Better keystore handling
Reviewed-by: weijun, igerasim
|
2017-06-28 16:52:36 +01:00 |
|
Brent Christian
|
e8c680e65b
|
8187772: JVM crash when currency set on MacOS 10.10 and earlier
Reviewed-by: naoto
|
2017-10-16 11:20:59 -07:00 |
|
Jaroslav Tulach
|
d08cb7efdf
|
8189116: Give the jdk.internal.vm.compiler.management only the permissions it really needs to expose the bean
Reviewed-by: mchung, kvn
|
2017-11-10 10:30:42 +01:00 |
|
Roger Riggs
|
74b07b599e
|
8181597: Process Proxy presentation
Reviewed-by: dfuchs, ahgross, rhalade, skoivu
|
2017-06-19 17:38:33 -04:00 |
|
Naoto Sato
|
89b8d98d19
|
8181323: Better timezone processing
Reviewed-by: rriggs
|
2017-06-15 09:57:15 -07:00 |
|
James Laskey
|
03e33188f3
|
8180869: Cleaner image file reading handling
Reviewed-by: ahgross, rriggs, rhalade
|
2017-06-05 12:36:15 -03:00 |
|
Weijun Wang
|
e7fdfdb7e7
|
8178714: PKIX validator nameConstraints check failing after change 8175940
Reviewed-by: mullan, ahgross
|
2017-05-18 08:52:50 +08:00 |
|
Adam Petcher
|
bb2e7a3311
|
8172525: Improve key keying case
Reviewed-by: mullan, valeriep, rhalade, ahgross
|
2017-04-28 10:17:46 -04:00 |
|
Chris Dennis
|
58faa32cfe
|
8178117: Add public state constructors for Int/Long/DoubleSummaryStatistics
Reviewed-by: psandoz, bpb, briangoetz
|
2017-04-11 17:25:09 -04:00 |
|
Christoph Dreis
|
7f79fffba6
|
8190382: fix small typographic errors in comments
Reviewed-by: martin
|
2017-10-30 17:49:33 -07:00 |
|
Brent Christian
|
f32470d85f
|
8189319: Add a java.util.Properties constructor that takes an initial capacity
Reviewed-by: martin, mchung, rriggs
|
2017-10-30 16:16:01 -07:00 |
|
Daniel Fuchs
|
c8812e460a
|
8176751: Better URL connections
Reviewed-by: chegar, michaelm, rhalade, rpatil, vtewari
|
2017-03-23 15:07:26 +00:00 |
|
Vladimir Ivanov
|
fa8b858052
|
8174962: Better interface invocations
Reviewed-by: jrose, coleenp, ahgross, acorn, iignatyev
|
2017-05-26 18:39:27 +03:00 |
|
Mark Sheppard
|
979cec24f8
|
8160104: CORBA communication improvements
Reviewed-by: rriggs, dfuchs
|
2017-09-03 16:08:13 +01:00 |
|
Weijun Wang
|
f92a050948
|
8175940: More certificate subject checking
Reviewed-by: ahgross, mullan
|
2017-03-15 22:27:12 +08:00 |
|
Valerie Peng
|
2473f1cf41
|
8171252: Improve exception checking
Reviewed-by: ascarpino, mschoene
|
2017-02-22 00:14:32 +00:00 |
|
Daniel Fuchs
|
020204a972
|
8180024: Improve construction of objects during deserialization
Reviewed-by: rriggs, skoivu, ahgross, rhalade
|
2017-05-19 11:18:49 +01:00 |
|