Roland Westrelin
048c5c0ddd
8241041: C2: "assert((Value(phase) == t) || (t != TypeInt::CC_GT && t != TypeInt::CC_EQ)) failed: missing Value() optimization" still happens after fix for 8239335
...
Reviewed-by: thartmann, neliasso
2020-03-23 10:06:33 +01:00
Matthias Baesken
fc9389c164
8241996: on linux set full relro in the linker flags
...
Reviewed-by: erikj, redestad
2020-04-02 09:07:07 +02:00
Xue-Lei Andrew Fan
ed00873148
8215711
: Missing key_share extension for (EC)DHE key exchange should alert missing_extension
...
Reviewed-by: ascarpino
2020-04-05 20:17:08 -07:00
Chris Plummer
a6b990f74a
8242153: ProblemList serviceability/sa/ClhsdbDumpheap.java on OSX
...
Reviewed-by: dcubed
2020-04-04 09:24:23 -07:00
Per Lidén
2e4783411e
8240745: Implementation: JEP 377: ZGC: A Scalable Low-Latency Garbage Collector (Production)
...
Reviewed-by: stefank, eosterlund
2020-04-03 23:40:33 +02:00
Alexey Bakhtin
76d534986b
8241960: The SHA3 message digests impl of SUN provider are not thread safe after cloned
...
Fix sun.security.provider.SHA3 class to correctly clone its lanes field
Reviewed-by: valeriep
2020-04-03 22:39:00 +00:00
Calvin Cheung
512644de06
8240205: Avoid PackageEntry lookup when loading shared classes
...
Do the PackageEntry lookup at one place and then pass it along to the subsequently called functions which need it.
Reviewed-by: redestad, lfoltan
2020-04-03 14:26:42 -07:00
Chris Plummer
965404dd98
8240989: convert clhsdb "dumpheap" command from javascript to java
...
Reviewed-by: amenkov, ysuenaga
2020-04-03 12:58:15 -07:00
Joe Wang
acafdb3f60
8238183: SAX2StAXStreamWriter cannot deal with comments prior to the root element
...
Reviewed-by: naoto, lancea
2020-04-03 17:34:31 +00:00
Roman Kennke
ff34c4cdf8
8242107: Shenandoah: Fix aarch64 build after JDK-8242082
...
Reviewed-by: shade
2020-04-03 19:33:06 +02:00
Jaikiran Pai
59af1c2af4
8241138: http.nonProxyHosts=* causes StringIndexOutOfBoundsException in DefaultProxySelector
...
Reviewed-by: dfuchs, chegar
2020-03-24 15:47:51 +05:30
Claes Redestad
a309046028
8241585: Remove unused _recursion_counter facility from PerfTraceTime
...
8241705: Tune PerfData collections
Reviewed-by: iklam, dholmes
2020-04-03 17:20:53 +02:00
Aleksey Shipilev
fe2a82031f
8242101: Shenandoah: coalesce and parallelise heap region walks during the pauses
...
Reviewed-by: rkennke
2020-04-03 16:13:01 +02:00
Christoph Langer
746d28d110
8242030: Wrong package declarations in jline classes after JDK-8241598
...
Reviewed-by: jlahoda
2020-04-03 15:40:28 +02:00
Daniel Fuchs
f541970b31
8241786: Improve heuristic to determine default network interface on macOS
...
DefaultInetrface.getDefault is updated to prefer interfaces that have non link-local addresses. NetworkConfiguration is updated to skip interface that have only link-local addresses, whether IPv4 or IPv6, for multicasting.
Reviewed-by: chegar, alanb
2020-04-03 14:27:03 +01:00
Roman Kennke
553ea1e891
8242082: Shenandoah: Purge Traversal mode
...
Reviewed-by: shade
2020-04-03 15:06:08 +02:00
Aleksey Shipilev
c09b0a7793
8242089: Shenandoah: per-worker stats should be summed up, not averaged
...
Reviewed-by: rkennke
2020-04-03 13:58:38 +02:00
Aleksey Shipilev
21d5f88f40
8242083: Shenandoah: split "Prepare Evacuation" tracking into cset/freeset counters
...
Reviewed-by: rkennke
2020-04-03 13:58:32 +02:00
Matthias Baesken
218d0f71cf
8242000: clean up list of environment variables printed in hs_err file
...
Reviewed-by: redestad, stuefe
2020-04-02 12:44:05 +02:00
Aleksey Shipilev
cd76575df1
8242075: Shenandoah: rename ShenandoahHeapRegionSize flag
...
Reviewed-by: rkennke
2020-04-03 11:33:31 +02:00
Aleksey Shipilev
62b7404bd9
8242042: Shenandoah: tune down ShenandoahGarbageThreshold
...
Reviewed-by: rkennke
2020-04-03 11:33:30 +02:00
Aleksey Shipilev
f82e44cc40
8242073: x86_32 build failure after JDK-8241040
...
Reviewed-by: vlivanov
2020-04-03 11:33:29 +02:00
Pengfei Li
a21c4fb0a6
8241475: AArch64: Add missing support for PopCountVI node
...
Reviewed-by: aph, njian
2020-04-03 17:06:14 +08:00
Man Cao
934b8a9849
8241556: Memory leak if -XX:CompileCommand is set
...
Reviewed-by: rasbold, thartmann, neliasso
2020-04-03 02:00:34 -07:00
Chris Hegarty
9a69bb807b
8242044: Add basic HTTP/1.1 support to the HTTP/2 Test Server
...
Reviewed-by: dfuchs, michaelm
2020-04-03 07:27:53 +01:00
Chris Hegarty
61940fe4ce
8241988: DatagramSocket incorrectly caches the first set of socket options
...
Reviewed-by: msheppar, dfuchs, alanb
2020-04-03 07:16:35 +01:00
Leonid Mesnik
a76f0f78ad
8241456: ThreadRunner shouldn't use Wicket for threads starting synchronization
...
Reviewed-by: dholmes, iignatyev
2020-04-02 17:30:21 -07:00
David Holmes
cf22d4440a
8239895: assert(_stack_base != 0LL) failed: Sanity check
...
Reviewed-by: dcubed, stuefe
2020-04-02 19:13:27 -04:00
Stefan Johansson
80b8644499
8241670: Enhance heap region size ergonomics to improve OOTB performance
...
Reviewed-by: redestad, tschatzl
2020-04-02 21:33:57 +02:00
Tom Rodriguez
3ae56fdf10
8191930: [Graal] emits unparseable XML into compile log
...
Reviewed-by: kvn
2020-04-02 11:20:53 -07:00
Aleksey Shipilev
487070cc09
8242041: Shenandoah: adaptive heuristics should account evac reserve in free target
...
Reviewed-by: rkennke
2020-04-02 20:11:01 +02:00
Aleksey Shipilev
6570425dc4
8242040: Shenandoah: print allocation failure type
...
Reviewed-by: rkennke
2020-04-02 20:10:59 +02:00
Jatin Bhateja
5532b27d22
8241040: Support for AVX-512 Ternary Logic Instruction
...
A new pass has been added which folds expression tree involving vector boolean logic operations into a MacroLogic node.
Reviewed-by: vlivanov, neliasso
2020-04-02 22:38:23 +05:30
Claes Redestad
fb56759d08
8242027: Clean up LinkResolver::check_klass_accessability
...
Reviewed-by: dholmes
2020-04-02 18:22:27 +02:00
Roland Westrelin
ea56776ef5
8239072: subtype check macro node causes node budget to be exhausted
...
Reviewed-by: vlivanov, kvn
2020-03-31 10:40:17 +02:00
Roland Westrelin
73ddea766a
8241492: Strip mining not working for test/hotspot/jtreg/compiler/c2/Test6850611.java
...
Reviewed-by: mdoerr, thartmann, neliasso
2020-03-24 17:56:15 +01:00
Chris Hegarty
c6b22388b7
8241921: Remove leftover diagnostic from test/jdk/java/io/Serializable/records/SerialPersistentFieldsTest.java
...
Reviewed-by: lancea
2020-04-02 12:33:53 +01:00
Christoph Langer
15fcf27414
8241947: Minor comment fixes for system property handling
...
Reviewed-by: ihse, mchung, alanb
2020-04-02 13:06:29 +02:00
Stefan Karlsson
2718bcd0c7
8242031: TestLookForUntestedEvents.java fails because newly added test tests experimental events
...
Reviewed-by: eosterlund, pliden
2020-04-02 12:52:24 +02:00
Tagir F. Valeev
0386b7d0c3
8176894: Provide specialized implementation for default methods putIfAbsent, computeIfAbsent, computeIfPresent, compute, merge in TreeMap
...
Co-authored-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>
Reviewed-by: martin, stuefe, rriggs
2020-04-02 05:44:04 +00:00
Ivan Gerasimov
3790e58090
8241761: Typos: empty lines in javadoc, inconsistent indents, etc. (security-libs only)
...
Reviewed-by: weijun
2020-04-01 18:38:05 -07:00
Jesper Wilhelmsson
cc25927f2d
Added tag jdk-15+17 for changeset dd5198db2e5b
2020-04-02 03:04:26 +02:00
Leonid Mesnik
13af7bb9ad
8240698: LingeredApp does not pass getTestJavaOpts() to the children process if vmArguments is already specified
...
Reviewed-by: iignatyev, iklam, cjplummer
2020-04-01 16:27:03 -07:00
Claes Redestad
e08f25a942
8242003: Remove CallInfo::_selected_klass
...
Reviewed-by: lfoltan, dcubed, coleenp
2020-04-01 20:53:46 +02:00
Aleksey Shipilev
25b2118bb4
8241983: Shenandoah: simplify FreeSet logging
...
Reviewed-by: rkennke
2020-04-01 19:50:12 +02:00
Aleksey Shipilev
961c1d6a66
8241985: Shenandoah: simplify collectable garbage logging
...
Reviewed-by: rkennke
2020-04-01 19:50:11 +02:00
Aleksey Shipilev
6af855fd97
8241926: Shenandoah: only print heap changes for operations that directly affect it
...
Reviewed-by: rkennke
2020-04-01 19:50:10 +02:00
Matthias Baesken
fc806b6706
8241948: enhance list of environment variables printed in hs_err file
...
Reviewed-by: dholmes, hseigel
2020-03-31 17:11:30 +02:00
Lutz Schmidt
15c3d76a49
8241101: [s390] jtreg test failure after JDK-8238696: not conformant features string
...
Reviewed-by: stuefe, mdoerr, clanger
2020-04-01 14:51:25 +02:00
Robbin Ehn
bf41f548e1
8220051: Remove global safepoint code
...
Reviewed-by: mdoerr, dcubed, eosterlund, bulasevich, coleenp
2020-04-01 14:54:44 +02:00