Pankaj Bansal
849f4c0fb7
8260291: The case instruction is not visible in dark mode
...
Reviewed-by: trebari, aivanov
2021-02-15 16:43:49 +00:00
Stanimir Stamenkov
2e610f53c1
8260687: Inherited font size is smaller than expected when using StyleSheet to add styles
...
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: psadhukhan, aivanov, kizune
2021-02-15 16:16:50 +00:00
Leo Korinth
3882fda83b
8260414: Remove unused set_single_threaded_mode() method in task executor
...
Reviewed-by: kbarrett, ayang
2021-02-15 08:52:47 +00:00
Aleksey Shipilev
c6eedda89e
8261500: Shenandoah: reconsider region live data memory ordering
...
Reviewed-by: zgu
2021-02-15 08:44:20 +00:00
Aleksey Shipilev
df0897ea57
8261504: Shenandoah: reconsider ShenandoahJavaThreadsIterator::claim memory ordering
...
Reviewed-by: zgu
2021-02-15 08:43:42 +00:00
Aleksey Shipilev
745c0b9140
8261493: Shenandoah: reconsider bitmap access memory ordering
...
Reviewed-by: rkennke, zgu
2021-02-15 08:43:05 +00:00
Aleksey Shipilev
4642730b05
8261496: Shenandoah: reconsider pacing updates memory ordering
...
Reviewed-by: zgu
2021-02-15 08:42:28 +00:00
Aleksey Shipilev
7c93159169
8261503: Shenandoah: reconsider verifier memory ordering
...
Reviewed-by: zgu
2021-02-15 08:41:28 +00:00
Ioi Lam
d9744f6536
8261608: Move common CDS archive building code to archiveBuilder.cpp
...
Reviewed-by: coleenp, ccheung
2021-02-15 06:37:39 +00:00
Ioi Lam
235da6aa04
8261672: Reduce inclusion of classLoaderData.hpp
...
Reviewed-by: lfoltan, coleenp
2021-02-13 07:13:22 +00:00
Hui Shi
95d73129ce
8261585: Restore HandleArea used in Deoptimization::uncommon_trap
...
Reviewed-by: coleenp, jiefu
2021-02-13 02:47:33 +00:00
Jaikiran Pai
849390a11e
8260401: StackOverflowError on open WindowsPreferences
...
Reviewed-by: bpb
2021-02-13 02:14:32 +00:00
Daniel D. Daugherty
735757f1e0
8261661: gc/stress/TestReclaimStringsLeaksMemory.java fails because Reserved memory size is too big
...
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Reviewed-by: ayang, kbarrett
2021-02-12 22:41:08 +00:00
Chris Plummer
e29c560a11
8247514: Improve clhsdb 'findpc' ability to determine what an address points to by improving PointerFinder and PointerLocation classes
...
Reviewed-by: ysuenaga, kevinw
2021-02-12 22:01:43 +00:00
Christoph Langer
dc46aa85c6
8261534: Test sun/security/pkcs11/KeyAgreement/IllegalPackageAccess.java fails on platforms where no nsslib artifacts are defined
...
Reviewed-by: mbaesken
2021-02-12 20:58:22 +00:00
Phil Race
f0d9829b68
8261533: Java_sun_font_CFont_getCascadeList leaks memory according to Xcode
...
Reviewed-by: serb
2021-02-12 18:42:07 +00:00
Coleen Phillimore
06170b7cbf
8261662: Rename compute_loader_lock_object
...
Reviewed-by: dcubed, stuefe
2021-02-12 17:45:47 +00:00
Chris Hegarty
3dc6f52a89
8261160: Add a deserialization JFR event
...
Co-authored-by: Sean Coffey <coffeys@openjdk.org>
Co-authored-by: Chris Hegarty <chegar@openjdk.org>
Reviewed-by: coffeys, rriggs, dfuchs, egahlin
2021-02-12 17:35:25 +00:00
Andrew Haley
a305743cfa
8261660: AArch64: Race condition in stub code generation for LSE Atomics
...
Reviewed-by: dcubed, adinn
2021-02-12 17:34:29 +00:00
Vladimir Kempik
28163a9e98
8261652: Remove some dead comments from os_bsd_x86
...
Reviewed-by: dcubed
2021-02-12 17:10:21 +00:00
Roger Riggs
66757750a2
8253702: BigSur version number reported as 10.16, should be 11.nn
...
Reviewed-by: bpb, kcr
2021-02-12 16:42:13 +00:00
Daniel D. Daugherty
33fcd325f6
8261659: JDK-8261027 causes a Tier1 validate-source failure
...
Reviewed-by: iignatyev, bpb
2021-02-12 16:17:16 +00:00
Jonathan Gibbons
3aa1b4c72c
8261623: reference to javac internals in Extern class
...
Reviewed-by: hannesw
2021-02-12 16:16:44 +00:00
Ian Graves
350303d4f0
8260221: java.util.Formatter throws wrong exception for mismatched flags in %% conversion
...
Reviewed-by: smarks
2021-02-12 16:06:39 +00:00
Martin Doerr
6475d4774f
8261655: [PPC64] Build broken after JDK-8260941
...
Reviewed-by: shade, clanger
2021-02-12 15:46:37 +00:00
Hannes Wallnöfer
c0e805a475
8261654: Missing license header in Signatures.java
...
Reviewed-by: jjg
2021-02-12 15:44:15 +00:00
Anton Kozlov
b670efd896
8261072: AArch64: Fix MacroAssembler::get_thread convention
...
Reviewed-by: burban, aph
2021-02-12 15:11:21 +00:00
Weijun Wang
59b8d595d2
8261481: Cannot read Kerberos settings in dynamic store on macOS Big Sur
...
Reviewed-by: mullan
2021-02-12 14:57:01 +00:00
Stefan Johansson
9f81ca8175
8261230: GC tracing of page sizes are wrong in a few places
...
Reviewed-by: ayang, stuefe
2021-02-12 14:56:25 +00:00
Andrew Haley
40ae9937a0
8261027: AArch64: Support for LSE atomics C++ HotSpot code
...
Reviewed-by: adinn, simonis
2021-02-12 13:12:02 +00:00
Michael McMahon
9ffabf30c3
8252971: WindowsFileAttributes does not know about Unix domain sockets
...
Reviewed-by: alanb
2021-02-12 13:08:08 +00:00
Anton Kozlov
682e78e89b
8261071: AArch64: Refactor interpreter native wrappers
...
Reviewed-by: aph
2021-02-12 10:27:47 +00:00
Christoph Göttschkes
ebaa58d9c0
8261505: Test test/hotspot/jtreg/gc/parallel/TestDynShrinkHeap.java killed by Linux OOM Killer
...
Reviewed-by: sjohanss, tschatzl
2021-02-12 09:41:49 +00:00
Hannes Wallnöfer
3210095a17
8261079: Fix support for @hidden in classes and interfaces
...
Reviewed-by: jjg
2021-02-12 09:26:42 +00:00
Thomas Schatzl
9c0ec8d848
8260941: Remove the conc_scan parameter for CardTable
...
Reviewed-by: ayang, kbarrett
2021-02-12 08:41:33 +00:00
Hannes Wallnöfer
da9895a0a4
8261499: Simplify HTML for javadoc links
...
Reviewed-by: jjg
2021-02-12 08:32:47 +00:00
Hannes Wallnöfer
0779addeb7
8255059: Regressions >5% in all Javadoc benchmarks in 16-b19
...
Reviewed-by: jjg
2021-02-12 08:27:52 +00:00
Kim Barrett
6a84ec68c3
8260044: Parallel GC: Concurrent allocation after heap expansion may cause unnecessary full gc
...
8260045: Parallel GC: Waiting on ExpandHeap_lock may cause "expansion storm"
Loop to retry allocation if expand succeeds. Treat space available after obtaining expand lock as expand success.
Reviewed-by: tschatzl, iwalulya, sjohanss
2021-02-12 08:19:08 +00:00
Matthias Baesken
92ff891877
8261593: Do not use NULL pointer as write buffer parameter in jfrEmergencyDump.cpp write_repository_files
...
Reviewed-by: stuefe, mgronlun
2021-02-12 07:50:28 +00:00
Alex Menkov
60a2072a43
8260431: com/sun/jdi/JdbOptions.java failed with "RuntimeException: 'prop[boo] = >foo<' missing from stdout/stderr"
...
Reviewed-by: sspitsyn, cjplummer
2021-02-11 23:31:37 +00:00
Sergey Bylokhov
bf47a479b9
8261282: Lazy initialization of built-in ICC_Profile/ColorSpace classes is too lazy
...
Reviewed-by: azvegint
2021-02-11 22:05:12 +00:00
John Jiang
f4cfd75834
8261510: Use RFC numbers and protocol titles in sun.security.ssl.SSLExtension comments
...
Reviewed-by: wetmore, xuelei
2021-02-11 18:25:31 +00:00
Daniel D. Daugherty
75c8489ce8
8261604: ProblemList jdk/dynalink/TypeConverterFactoryMemoryLeakTest.java
...
Reviewed-by: hseigel
2021-02-11 18:10:42 +00:00
Thomas Stuefe
1740de2a0d
8261297: NMT: Final report should use scale 1
...
Reviewed-by: zgu
2021-02-11 14:58:57 +00:00
Yasumasa Suenaga
c342323c7a
8261431: SA: Add comments about load address of executable
...
Reviewed-by: sspitsyn, kevinw
2021-02-11 14:58:03 +00:00
Zhengyu Gu
4a72cea019
8261509: Move per-thread StackWatermark from Thread to JavaThread class
...
Reviewed-by: eosterlund
2021-02-11 14:02:24 +00:00
Stefan Johansson
eef86a80f8
8261029: Code heap page sizes not traced correctly using os::trace_page_sizes
...
Reviewed-by: kvn, stuefe, thartmann
2021-02-11 13:10:37 +00:00
Christian Hagedorn
0a89987a96
8240281: Remove failing assertion code when selecting first memory state in SuperWord::co_locate_pack
...
Reviewed-by: roland, kvn, thartmann
2021-02-11 13:00:10 +00:00
Aleksey Shipilev
9fed6048a2
8261300: jpackage: rewrite while(0)/while(false) to proper blocks
...
Reviewed-by: herrick, asemenyuk, almatvee
2021-02-11 11:57:45 +00:00
Claes Redestad
8b6ab31d31
8261418: Reduce decoder creation overheads for sun.nio.cs.ext Charsets
...
Reviewed-by: naoto
2021-02-11 10:43:56 +00:00