Bob Vandette
|
1355621a42
|
8222533: jtreg test jdk/internal/platform/cgroup/TestCgroupMetrics.java fails on SLES12.3 linux ppc64le machine
Reviewed-by: mseledtsov, dholmes
|
2019-05-10 11:18:45 -04:00 |
|
Bob Vandette
|
11d3a2ce35
|
8221340: [TESTBUG] TestCgroupMetrics.java fails after fix for JDK-8219562
Reviewed-by: mseledtsov, rriggs
|
2019-05-10 11:15:34 -04:00 |
|
Weijun Wang
|
31af27a1ee
|
8200400: Restrict Sasl mechanisms
Reviewed-by: mullan
|
2019-05-10 09:39:49 +08:00 |
|
Sean Mullan
|
10e5d0b854
|
8191808: Configurable read timeout for CRLs
Reviewed-by: xuelei, coffeys
|
2019-05-09 13:49:08 -04:00 |
|
Gerard Ziemski
|
22bf018812
|
8189208: Cleanup ancient argument processing code
Remove bits thread_park_blocker, post_vm_init_hook_enabled and pending_list_uses_discovered_fields
Reviewed-by: hseigel, dholmes
|
2019-05-09 12:04:20 -05:00 |
|
Claes Redestad
|
5d1df35fe7
|
8223454: Reduce String concatenation shapes by folding initialLengthCoder into last mixer
Reviewed-by: jlaskey
|
2019-05-09 17:28:27 +02:00 |
|
Naoto Sato
|
c709e1cbf0
|
8221432: Upgrade CLDR to Version 35.1
Reviewed-by: rriggs, srl
|
2019-05-08 12:45:02 -07:00 |
|
Alan Bateman
|
94d1d0d3d4
|
8223353: (ch) Change channel close implementation to not wait for I/O threads
Reviewed-by: dfuchs, chegar
|
2019-05-08 08:15:04 +01:00 |
|
Severin Gehwolf
|
73d7e8f86c
|
8217338: [Containers] Improve systemd slice memory limit support
Use hierachical memory limit in addition to memory_limits_in_bytes
Reviewed-by: bobv, dholmes
|
2019-03-12 10:43:27 +01:00 |
|
Brian Burkhalter
|
69ca2e9e27
|
8220477: Channels.newWriter() does not close if underlying channel throws an IOException
Reviewed-by: alanb
|
2019-04-17 08:12:19 -07:00 |
|
Henry Jen
|
930f116ae7
|
Merge
|
2019-04-16 20:47:11 -07:00 |
|
Xue-Lei Andrew Fan
|
eb59ebb177
|
8216326: SSLSocket stream close() does not close the associated socket
Reviewed-by: jnimeh
|
2019-04-16 16:59:09 -07:00 |
|
Claes Redestad
|
781fb29580
|
8222484: Specialize generation of simple String concatenation expressions
Reviewed-by: jrose, jlaskey
|
2019-04-17 00:06:38 +02:00 |
|
Patrick Zhang
|
b9a4ede307
|
8222334: java -Xss0 triggers StackOverflowError
Launcher to use the stack size decided by hotpot or system if -Xss is 0
Reviewed-by: dholmes, alanb
|
2019-04-16 11:00:48 +00:00 |
|
Henry Jen
|
da6f620059
|
Merge
|
2019-04-15 18:24:37 -07:00 |
|
Sergei Tsypanov
|
9d979eaf56
|
8222151: refactoring: enhancements to java.lang.Class::methodToString and java.lang.Class::getTypeName
Reviewed-by: darcy
|
2019-04-11 22:56:11 -04:00 |
|
Christoph Langer
|
ab051f87d4
|
8221979: Cleanups for building Windows resources
Reviewed-by: erikj
|
2019-04-11 15:36:09 +01:00 |
|
Claes Redestad
|
8ee30d4fbe
|
8222029: Optimize Math.floorMod
Reviewed-by: aph, darcy
|
2019-04-10 20:03:07 +02:00 |
|
Claes Redestad
|
89a267ca46
|
8221836: Avoid recalculating String.hash when zero
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: jrose, adinn
|
2019-04-10 12:05:50 +02:00 |
|
Valerie Peng
|
3b6b6b3cb3
|
8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
Add internal Signature init methods to select provider based on both key and parameter
Reviewed-by: xuelei
|
2019-04-10 02:35:18 +00:00 |
|
Ivan Gerasimov
|
eebe346715
|
8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified
Co-authored-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>
Reviewed-by: igerasim, rriggs
|
2019-04-09 16:32:22 -07:00 |
|
Brian Burkhalter
|
5952e2bc64
|
8221852: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE should be selected at runtime, not build time
Reviewed-by: alanb, shade
|
2019-04-09 12:17:03 -07:00 |
|
Stuart Marks
|
1aa784cdac
|
8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
Reviewed-by: redestad, lancea
|
2019-04-09 09:49:36 -07:00 |
|
Andrew Dinn
|
1c7d214f53
|
8221397: Support implementation-defined Map Modes
Allow implementation-defined extensions to FileChannel MapMode enum
Reviewed-by: alanb
|
2019-04-09 16:21:20 +01:00 |
|
Sean Mullan
|
8b8759de8d
|
8020637: Permissions.readObject doesn't enforce proper Class to PermissionCollection mappings
Reviewed-by: weijun
|
2019-04-09 08:56:15 -04:00 |
|
Claes Redestad
|
9a97b54211
|
8222144: BuiltinClassLoader should create the CodeSource for jrt URLs lazily
Reviewed-by: alanb
|
2019-04-09 11:40:01 +02:00 |
|
Mandy Chung
|
a5b9e0f7ba
|
8221530: Caller sensitive methods not handling caller = null when invoked by JNI code with no java frames on stack
Reviewed-by: alanb, dholmes, sundar
|
2019-04-06 21:16:40 +08:00 |
|
Xue-Lei Andrew Fan
|
8263b618ba
|
8221882: Use fiber-friendly java.util.concurrent.locks in JSSE
Reviewed-by: alanb, dfuchs
|
2019-04-05 11:28:23 -07:00 |
|
Brian Burkhalter
|
049c574933
|
8221597: A typo in the Java API doc for File.getUsableSpace()
Reviewed-by: lancea, darcy
|
2019-04-05 08:37:33 -07:00 |
|
Andrew Dinn
|
71164a973b
|
8221477: Inject os/cpu-specific constants into Unsafe from JVM
Initialize Unsafe os/cpu-specific constants using injection instead of native callouts
Reviewed-by: stuefe, coleenp, dholmes, plevart
|
2019-04-05 10:01:09 +01:00 |
|
Matthias Baesken
|
77ae10cd25
|
8218547: Simplify JLI_Open on Windows in native code (libjli)
Reviewed-by: alanb, clanger
|
2019-04-02 13:54:00 +02:00 |
|
Xue-Lei Andrew Fan
|
d812742d68
|
8163326: Update the default enabled cipher suites preference
Reviewed-by: mullan
|
2019-04-04 14:19:29 -07:00 |
|
Claes Redestad
|
f7fa05ca72
|
8221921: Implement size() / isEmpty() in immutable collections
Reviewed-by: smarks
|
2019-04-04 23:21:52 +02:00 |
|
Claes Redestad
|
15d989faa4
|
8221981: Simplify Map/List/Set.of() implementation
Reviewed-by: smarks
|
2019-04-04 23:21:24 +02:00 |
|
Claes Redestad
|
3233a6f944
|
8221980: Simplify Optional implementation
Reviewed-by: smarks, clanger
|
2019-04-04 23:19:26 +02:00 |
|
Weijun Wang
|
cf973e3db4
|
8219861: Add new keytool -showinfo -tls command for displaying TLS configuration information
Reviewed-by: mullan
|
2019-04-04 20:22:16 +08:00 |
|
Xue-Lei Andrew Fan
|
661b5f1534
|
8217610: TLSv1.3 fail with ClassException when EC keys are stored in PKCS11
Reviewed-by: valeriep
|
2019-04-03 16:23:22 -07:00 |
|
Claes Redestad
|
5c06e0a912
|
8221701: Archive constant BaseLocales
Reviewed-by: naoto
|
2019-04-03 17:06:35 +02:00 |
|
Vladimir Kozlov
|
4269bb40ac
|
8221782: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.jdk.vm.ci.services
Reviewed-by: dlong, alanb, mullan
|
2019-04-02 09:45:52 -07:00 |
|
Aleksey Shipilev
|
bf33260958
|
8221824: Build failure with MSVS 2013 after JDK-8218418
Reviewed-by: stuefe, alanb
|
2019-04-02 17:10:09 +02:00 |
|
Sean Mullan
|
ed9eac2bb9
|
8036608: Key.getAlgorithm link to standard algorithm names needs to be updated
Reviewed-by: xuelei
|
2019-04-29 14:34:10 -04:00 |
|
Brian Burkhalter
|
daa6cc9267
|
8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer
Reviewed-by: dfuchs, prappo
|
2019-04-29 07:39:16 -07:00 |
|
Vicente Romero
|
c748887332
|
8219487: j.l.c.ClassDesc spec should contain precise assertions for one parameter's methods
Reviewed-by: darcy, jlaskey
|
2019-04-26 12:49:51 -04:00 |
|
David Holmes
|
ded4f6b5cf
|
8222518: Remove unnecessary caching of Parker object in java.lang.Thread
Reviewed-by: dcubed, rehn
|
2019-04-26 00:57:03 -04:00 |
|
Arthur Eubanks
|
0465104af6
|
8222562: Don't set IPV6_V6ONLY when IPv4 is not available
Reviewed-by: dfuchs, chegar
|
2019-04-16 13:16:49 -07:00 |
|
Alan Bateman
|
2998236d83
|
8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks
Reviewed-by: dfuchs, bpb, martin
|
2019-04-25 10:41:49 +01:00 |
|
Claes Redestad
|
5b2d4559b1
|
8215017: Improve String::equals warmup characteristics
Reviewed-by: jlaskey
|
2019-04-11 14:56:52 +02:00 |
|
Lois Foltan
|
4f2478e234
|
8222502: Replace 19,20 case alternatives with JVM_CONSTANT_Module/Package names
Add JVM_CONSTANT_Module and JVM_CONSTANT_Package to classfile_constants.h
Reviewed-by: coleenp, hseigel
|
2019-04-23 07:05:38 -04:00 |
|
Brian Burkhalter
|
724120457a
|
8211936: Better String parsing
Co-authored-by: Joe Darcy <joe.darcy@oracle.com>
Co-authored-by: Paul Hohensee <hohensee@amazon.com>
Reviewed-by: bpb, darcy
|
2019-01-22 09:45:30 -08:00 |
|
Xue-Lei Andrew Fan
|
28adfb6d0d
|
8218889: Improperly use of the Optional API
Reviewed-by: jnimeh, wetmore
|
2019-03-22 13:47:37 -07:00 |
|