Daniel Fuchs
a2c35a6acb
8244205: HTTP/2 tunnel connections through proxy may be reused regardless of which proxy is selected
...
The key used in the HTTP/2 connection pool is updated to take into account the proxy address in case of tunnel connections
Reviewed-by: chegar
2020-05-06 19:19:38 +01:00
Gerard Ziemski
91ed3fc599
8236177: assert(status == 0) failed: error ETIMEDOUT(60), cond_wait
...
Extend the assert to cover the new case.
Reviewed-by: dholmes, kbarrett
2020-05-06 12:42:28 -05:00
Gerard Ziemski
1f31afd855
8237777: "Dumping core ..." is shown despite claiming that "# No core dump will be written."
...
Remove the unneeded and possibly misleading message.
Reviewed-by: dholmes, ysuenaga
2020-05-06 12:40:50 -05:00
Naoto Sato
09287ab1ac
8244459: Optimize the hash map size in LocaleProviderAdapters
...
Reviewed-by: joehw, plevart, smarks
2020-05-06 10:26:22 -07:00
Rahul Yadav
ed24927500
8240666: Websocket client’s OpeningHandshake discards the HTTP response body
...
The fix updates jdk.internal.net.http.websocket. OpeningHandshake.send() method to process the response body from server
Reviewed-by: chegar, dfuchs, prappo
2020-05-06 17:33:32 +01:00
Prasanta Sadhukhan
eb91535be5
8172269: When checking the default behaviour for a scroll tab layout and checking the 'opaque' checkbox, the area behind tabs is not red
...
Reviewed-by: serb
2020-05-06 14:02:11 +05:30
Prasanta Sadhukhan
ddb1d7a163
8232243: Wrong caret position in JTextPane on Windows with a screen resolution > 100%
...
Reviewed-by: prr, jdv
2020-05-06 13:58:09 +05:30
Jim Laskey
5e83cb6ca5
8241602: jlink does not produce reproducible jimage files
...
Reviewed-by: alanb, ihse
2020-05-06 12:49:58 -03:00
Claes Redestad
72704aaba1
8244413: Avoid rebinds in MethodHandle.viewAsType
...
Reviewed-by: mchung, jrose
2020-05-06 15:51:49 +02:00
Prasanta Sadhukhan
2731d62234
Merge
2020-05-02 09:00:04 +05:30
Yumin Qi
832272da71
8178349: Cache builtin class loader constraints to avoid re-initializing itable/vtable for shared classes
...
Record loader constraints for built-in class which is loaded by app loader or platform loader in shared archive in dump time. When the class loaded from shared archive at runtime, directly check loader constraints using the saved info so avoid lengthy relayout i/v-table at class link stage.
Reviewed-by: iklam, ccheung
2020-05-01 10:58:45 -07:00
Aleksey Shipilev
da064f8060
8244226: Shenandoah: per-cycle statistics contain worker data from previous cycles
...
Reviewed-by: rkennke
2020-05-01 16:03:26 +02:00
Ichiroh Takiguchi
318fab950a
8242541: Small charset issues (ISO8859-16, x-eucJP-Open, x-IBM834 and x-IBM949C)
...
Modify ISO8859-16, x-eucJP-Open, x-IBM834 and x-IBM949C charset related files
Reviewed-by: naoto
2020-05-01 21:43:28 +09:00
Kim Barrett
60b41575ea
8243628: Deprecate -XX:ForceNUMA option
...
Added ForceNUMA to the deprecation table for jdk15.
Reviewed-by: pliden, tschatzl
2020-05-01 00:25:23 -04:00
Weijun Wang
07cb35a9f3
8244087: 2020-04-24 public suffix list update
...
Reviewed-by: mullan
2020-05-01 12:26:34 +08:00
Sergey Bylokhov
26e37d13a7
8232744: j.awt.Window::setShape(Shape) paints visible artifacts outside of the given shape
...
Reviewed-by: prr
2020-04-30 22:47:27 +01:00
Phil Race
b3e1ea0407
Merge
2020-04-30 10:32:23 -07:00
Andy Herrick
908e57638c
8219536: Add Option for user defined jlink options
...
Reviewed-by: asemenyuk, almatvee
2020-04-30 13:03:20 -04:00
Naoto Sato
2ebf5a261c
8244152: Remove unnecessary hash map resize in LocaleProviderAdapters
...
Reviewed-by: joehw, vtewari
2020-04-30 13:48:21 -07:00
Zhengyu Gu
227868034a
8241793: Shenandoah: Enable concurrent class unloading for aarch64
...
Reviewed-by: smonteith, rkennke
2020-04-30 14:00:50 -04:00
Aleksey Shipilev
7f877f6384
8243495: Shenandoah: print root statistics for concurrent weak/strong root phases
...
Reviewed-by: rkennke
2020-04-30 18:05:55 +02:00
Aleksey Shipilev
38e6f3665c
8244180: Shenandoah: carry Phase to ShWorkerTimingsTracker explicitly
...
Reviewed-by: zgu
2020-04-30 18:05:53 +02:00
Matthias Baesken
463e377053
8244196: adjust output in os_linux
...
Reviewed-by: dholmes, mdoerr
2020-04-30 17:37:59 +02:00
Erik Gahlin
ca371c9536
8244463: JFR: Clean up jdk.jfr.internal.RepositoryChunk
...
Reviewed-by: jbachorik, mgronlun
2020-05-06 13:31:00 +02:00
Jayathirth D V
188106be4d
8242557: Add length limit for strings in PNGImageWriter
...
Reviewed-by: prr, psadhukhan
2020-04-30 20:03:36 +05:30
Coleen Phillimore
c37bd06081
8244107: Incorrect parameters in ReservedSpace constructor change
...
Revert cardTable.cpp change from JDK-8243393.
Reviewed-by: dholmes
2020-04-30 09:48:30 -04:00
Harold Seigel
d74e4f2237
8243572: Multiple tests fail with assert(cld->klasses() != 0LL) failed: unexpected NULL for cld->klasses()
...
Merge unsafe anonymous class stats with hidden classes, avoiding having to call cld->klasses()
Reviewed-by: lfoltan, mchung, mgronlun
2020-04-30 13:10:09 +00:00
Coleen Phillimore
5b86c4aa68
Merge
2020-04-30 06:15:34 -04:00
Coleen Phillimore
3153373e49
8242898: Clean up InstanceKlass::_array_klasses
...
Make type ObjArrayKlass
Reviewed-by: dholmes, iklam
2020-04-30 06:05:53 -04:00
Per Lidén
68e53065e0
8240679: ZGC GarbageCollectorMXBean reports inaccurate post GC heap size for ZHeap pool
...
Reviewed-by: eosterlund
2020-04-30 10:59:23 +02:00
Aleksey Shipilev
05b3bc57ac
8243573: Shenandoah: rename GCParPhases and related code
...
Reviewed-by: rkennke
2020-04-30 10:02:10 +02:00
Prasanta Sadhukhan
7dad5d261a
8226464: TitledBorder label appears cut off on hidpi devices
...
Reviewed-by: serb, jdv
2020-04-30 12:42:03 +05:30
Ivan Walulya
31479a0d48
8244752: Enable Linux support for multiple huge page sizes -XX:LargePageSizeInBytes
...
Reviewed-by: kbarrett, sjohanss, stuefe, tschatzl
2020-05-14 15:27:17 +02:00
Nick Gasson
dde3b90050
8244981: jpackage error due to missing final newline in Debian control file
...
Reviewed-by: herrick, asemenyuk
2020-05-18 10:33:12 +08:00
Martin Doerr
76b76654d2
8235673: [C1, C2] Split inlining control flags
...
Reviewed-by: neliasso, kvn, thartmann
2020-05-18 10:57:16 +02:00
Ioi Lam
d5bd523869
8244536: cds/DeterministicDump.java failed: File content different
...
Reviewed-by: ccheung, stuefe
2020-05-17 15:10:06 -07:00
Michael McMahon
0f7aeed416
8241305: Add protocol specific factory creation methods to SocketChannel and ServerSocketChannel
...
Reviewed-by: alanb, chegar, dfuchs
2020-05-17 21:15:33 +01:00
Joe Darcy
42bad03de8
8245146: Update description of SourceVersion.RELEASE_15 with text blocks
...
Reviewed-by: jlaskey
2020-05-17 11:34:32 -07:00
Vicente Romero
9efdaacc31
8242478: compiler implementation for records (Second Preview)
...
Reviewed-by: mcimadamore, jlahoda, darcy
2020-05-17 11:09:52 -04:00
Roland Westrelin
1e251e9471
8241070: Shenandoah: remove unused local variables in C2 support
...
Reviewed-by: shade
2020-05-13 17:00:59 +02:00
Roland Westrelin
6d98502550
8244663: Shenandoah: C2 assertion fails in Matcher::collect_null_checks
...
Reviewed-by: shade
2020-05-15 21:54:28 +02:00
Pavel Rappo
36fb21dc2f
8245111: Update doc comments for improved processing by the Standard Doclet
...
Reviewed-by: dfuchs, joehw, lancea, rriggs
2020-05-15 20:38:28 +01:00
Roland Westrelin
35a7eff951
8244721: CTW: C2 (Shenandoah) compilation fails with "unexpected infinite loop graph shape"
...
Reviewed-by: shade
2020-05-15 10:24:38 +02:00
Roland Westrelin
b61c88c693
8245083: [REDO] Shenandoah: Remove null-handling in LRB expansion
...
Reviewed-by: shade
2020-05-15 19:57:37 +02:00
Claes Redestad
150d6cfea8
8245094: Reduce overhead of initializing the default StringConcatFactory strategy
...
Reviewed-by: psandoz, jlaskey
2020-05-15 18:37:08 +02:00
Patrick Concannon
fad2cf51ba
8241072: Reimplement the Legacy DatagramSocket API
...
Replace the underlying implementations of the java.net.DatagramSocket and java.net.MulticastSocket APIs with simpler and more modern implementations that are easy to maintain and debug.
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Reviewed-by: alanb, chegar, dfuchs
2020-05-12 21:51:53 +01:00
Zhengyu Gu
3930460af5
8244953: Shenandoah: gc/shenandoah/TestStringInternCleanup fails with broken string table root
...
Reviewed-by: shade
2020-05-15 10:43:20 -04:00
Claes Redestad
82f2a0e2e4
8245024: Simplify and eagerly initialize StringConcatFactory
...
Reviewed-by: psandoz
2020-05-15 12:25:37 +02:00
Mandy Chung
b883badc47
8244961: MethodHandles::privateLookupIn throws NPE when called during initPhase2
...
Reviewed-by: chegar
2020-05-14 17:05:41 -07:00
Alex Menkov
cab61f1515
8243012: Fix issues in j.l.i package info
...
Reviewed-by: alanb, sspitsyn
2020-05-14 15:17:45 -07:00