Claes Redestad
|
92c6e6dffa
|
8261254: Initialize charset mapping data lazily
Reviewed-by: alanb, jkuhn, naoto
|
2021-02-08 18:45:43 +00:00 |
|
Martin Buchholz
|
351d788809
|
8259074: regex benchmarks and tests
Reviewed-by: redestad
|
2021-02-08 18:09:59 +00:00 |
|
Dmitry Markov
|
d6d5d9bf2f
|
8261231: Windows IME was disabled after DnD operation
Reviewed-by: kizune, serb
|
2021-02-08 17:09:09 +00:00 |
|
Igor Veresov
|
29a428f5ea
|
8261229: MethodData is not correctly initialized with TieredStopAtLevel=3
Reviewed-by: thartmann
|
2021-02-08 17:08:36 +00:00 |
|
Matthias Perktold
|
48c932e1f1
|
8231286: HTML font size too large with high-DPI scaling and W3C_LENGTH_UNITS
Reviewed-by: aivanov, psadhukhan
|
2021-02-08 14:32:07 +00:00 |
|
Alexey Ivanov
|
dbc35f607a
|
8261094: Open javax/swing/text/html/CSS/4765271/bug4765271.java
Reviewed-by: serb, psadhukhan, kizune
|
2021-02-08 14:31:34 +00:00 |
|
Harold Seigel
|
db0ca2b9d4
|
8261161: Clean up warnings in hotspot/jtreg/vmTestbase tests
Reviewed-by: lfoltan, coleenp
|
2021-02-08 13:19:40 +00:00 |
|
Daniel Fuchs
|
2c28e36454
|
8237352: Update DatagramSocket to add support for joining multicast groups
Reviewed-by: alanb
|
2021-02-08 12:55:00 +00:00 |
|
Jan Lahoda
|
d0a8f2f737
|
8260593: javac can skip a temporary local variable when pattern matching over a local variable
Reviewed-by: vromero
|
2021-02-08 09:36:29 +00:00 |
|
Roman Kennke
|
deb0544ff3
|
8261251: Shenandoah: Use object size for full GC humongous compaction
Reviewed-by: aph, shade
|
2021-02-08 08:01:35 +00:00 |
|
Aleksey Shipilev
|
d45343ea51
|
8260899: ARM32: SyncOnValueBasedClassTest fails with assert(is_valid()) failed: invalid register
Reviewed-by: dsamersoff
|
2021-02-08 07:29:40 +00:00 |
|
Yasumasa Suenaga
|
9d59dec200
|
8248876: LoadObject with bad base address created for exec file on linux
Reviewed-by: cjplummer, kevinw
|
2021-02-08 02:34:01 +00:00 |
|
Dong Bo
|
aa5bc6edb3
|
8258953: AArch64: move NEON instructions to aarch64_neon.ad
Reviewed-by: njian, aph
|
2021-02-08 02:12:29 +00:00 |
|
Ioi Lam
|
c5ff454481
|
8250989: Consolidate buffer allocation code for CDS static/dynamic dumping
Reviewed-by: ccheung, coleenp
|
2021-02-07 07:10:38 +00:00 |
|
Igor Veresov
|
0e18634b6a
|
8261270: MakeMethodNotCompilableTest fails with -XX:TieredStopAtLevel={1,2,3}
Reviewed-by: kvn
|
2021-02-07 02:24:15 +00:00 |
|
Pengfei Li
|
7a2db858e0
|
8261022: Fix incorrect result of Math.abs() with char type
Reviewed-by: thartmann, neliasso
|
2021-02-07 01:15:24 +00:00 |
|
Coleen Phillimore
|
2c3a86f96e
|
8261280: Remove THREAD argument from compute_loader_lock_object
Reviewed-by: dcubed
|
2021-02-06 16:35:30 +00:00 |
|
Sergey Bylokhov
|
74d40ab72f
|
8261200: Some code in the ICC_Profile may not close file streams properly
Reviewed-by: azvegint
|
2021-02-06 03:38:58 +00:00 |
|
Jesper Wilhelmsson
|
d7acfae3d2
|
Merge
|
2021-02-06 00:29:45 +00:00 |
|
Ivan Šipka
|
fb46d4e578
|
8259268: Refactor InheritIO shell test as java test
Reviewed-by: iignatyev, rriggs
|
2021-02-06 00:05:42 +00:00 |
|
Alexander Zuev
|
440db35e8f
|
8216358: [accessibility] [macos] The focus is invisible when tab to "Image Radio Buttons" and "Image CheckBoxes"
Reviewed-by: serb, pbansal
|
2021-02-05 22:27:41 +00:00 |
|
Alexey Semenyuk
|
fac3c2d258
|
8254702: jpackage app launcher crashes on CentOS
Reviewed-by: almatvee, erikj, herrick
|
2021-02-05 20:44:34 +00:00 |
|
Zhengyu Gu
|
7a6c176845
|
8260736: Shenandoah: Cleanup includes in ShenandoahGC and families
Reviewed-by: shade, rkennke
|
2021-02-05 19:30:14 +00:00 |
|
Phil Race
|
4a89733e70
|
8261198: [macOS] Incorrect JNI parameters in number conversion in A11Y code
Reviewed-by: serb, psadhukhan
|
2021-02-05 19:19:10 +00:00 |
|
Naoto Sato
|
4a1814cbf0
|
8261179: Norwegian Bokmål Locale fallback issue
Reviewed-by: joehw
|
2021-02-05 18:15:40 +00:00 |
|
Calvin Cheung
|
0218917109
|
8258732: runtime/cds/appcds/dynamicArchive/DynamicArchiveRelocationTest.java fails
Reviewed-by: minqi, iklam
|
2021-02-05 17:23:48 +00:00 |
|
Coleen Phillimore
|
f9df366255
|
8242300: SystemDictionary::resolve_super_or_fail() should look for the super class first
Reviewed-by: iklam, ccheung
|
2021-02-05 15:49:49 +00:00 |
|
Matthias Baesken
|
43ae0cf878
|
8261167: print_process_memory_info add a close call after fopen
Reviewed-by: stuefe, dholmes
|
2021-02-05 13:37:44 +00:00 |
|
Martin Doerr
|
48f5220c80
|
8260369: [PPC64] Add support for JDK-8200555
Reviewed-by: lucy
|
2021-02-05 12:58:23 +00:00 |
|
Kim Barrett
|
224c166c30
|
8261213: [BACKOUT] MutableSpace's end should be atomic
Reviewed-by: tschatzl, ayang
|
2021-02-05 10:18:51 +00:00 |
|
Roland Westrelin
|
3495febf51
|
8260296: SA's dumpreplaydata fails
Reviewed-by: kvn, cjplummer, iignatyev
|
2021-02-05 09:33:54 +00:00 |
|
Claes Redestad
|
07918995da
|
8261154: Memory leak in Java_java_lang_ClassLoader_defineClass0 with long class names
Reviewed-by: stuefe, chegar, mchung
|
2021-02-05 08:58:32 +00:00 |
|
Thomas Schatzl
|
78b0d32742
|
8234534: Simplify CardTable code after CMS removal
Reviewed-by: ayang, kbarrett
|
2021-02-05 08:33:32 +00:00 |
|
Thomas Stuefe
|
ee2f205529
|
8260926: Trace resource exhausted events unconditionally
Reviewed-by: dholmes, coleenp
|
2021-02-05 07:31:06 +00:00 |
|
Kim Barrett
|
1e0a1013ef
|
8259862: MutableSpace's end should be atomic
Make _end volatile and use atomic access
Reviewed-by: ayang, tschatzl
|
2021-02-05 07:24:09 +00:00 |
|
Fernando Guallini
|
d2bd499222
|
8163498: Many long-running security libs tests
Reviewed-by: rhalade, weijun
|
2021-02-05 05:22:51 +00:00 |
|
Ioi Lam
|
c5bb109272
|
8260019: Move some Thread subtypes out of thread.hpp
Reviewed-by: dholmes, coleenp
|
2021-02-05 03:02:11 +00:00 |
|
Daniel D. Daugherty
|
08f7454fa9
|
8261190: restore original Alibaba copyright line in two files
Reviewed-by: dholmes
|
2021-02-04 23:08:15 +00:00 |
|
Phil Race
|
3bb6a3d2ab
|
8261109: [macOS] Remove disabled warning for JNF in make/autoconf/flags-cflags.m4
Reviewed-by: serb, ihse, erikj
|
2021-02-04 21:00:18 +00:00 |
|
Ioi Lam
|
c59e4b66bb
|
8261106: Reduce inclusion of jniHandles.hpp
Reviewed-by: coleenp, hseigel
|
2021-02-04 19:05:38 +00:00 |
|
Kiran Sidhartha Ravikumar
|
d9aefa36ac
|
8260356: (tz) Upgrade time-zone data to tzdata2021a
Reviewed-by: naoto
|
2021-02-04 17:49:07 +00:00 |
|
Andy Herrick
|
bdcbfa10ce
|
8259927: Windows jpackage installer issues
Reviewed-by: asemenyuk, almatvee, kizune
|
2021-02-04 17:48:36 +00:00 |
|
Erik Gahlin
|
e93e1e1c7b
|
8261157: Incorrect GPL header after JDK-8259956
Reviewed-by: mgronlun
|
2021-02-04 17:01:45 +00:00 |
|
Roland Westrelin
|
4de3a6be9e
|
8260709: C2: assert(false) failed: unscheduable graph
Reviewed-by: thartmann, chagedorn
|
2021-02-04 15:11:25 +00:00 |
|
Andy Herrick
|
c1dea39d08
|
8260335: [macos] Running app using relative path causes problems
Reviewed-by: almatvee, kizune
|
2021-02-04 14:50:54 +00:00 |
|
Magnus Ihse Bursie
|
f7a6cff983
|
8261149: Initial nroff manpage update for JDK 17
Reviewed-by: dholmes, erikj
|
2021-02-04 14:37:33 +00:00 |
|
Thomas Schatzl
|
be772ffaf3
|
8261023: Document why memory pretouch must be a store
Reviewed-by: shade, iwalulya
|
2021-02-04 13:47:51 +00:00 |
|
Claes Redestad
|
83357b1196
|
8261030: Avoid loading GenerateJLIClassesHelper at runtime
Reviewed-by: mchung
|
2021-02-04 10:47:03 +00:00 |
|
Claes Redestad
|
992b50087d
|
8261036: Reduce classes loaded by CleanerFactory initialization
Reviewed-by: rriggs
|
2021-02-04 10:46:10 +00:00 |
|
Denghui Dong
|
e8ad8b3504
|
8259956: jdk.jfr.internal.ChunkInputStream#available should return the sum of remaining available bytes
Reviewed-by: egahlin
|
2021-02-04 09:22:01 +00:00 |
|