Archie Cobbs
|
f1f93988fb
|
8323699: MessageFormat.toPattern() generates non-equivalent MessageFormat pattern
Reviewed-by: jlu, naoto
|
2024-02-05 23:14:50 +00:00 |
|
Alex Menkov
|
fd3042a04b
|
8318566: Heap walking functions should not use FilteredFieldStream
Reviewed-by: cjplummer, sspitsyn
|
2024-02-05 21:55:13 +00:00 |
|
Brian Burkhalter
|
209d87a856
|
8324960: Unsafe.allocateMemory documentation incorrect regarding zero return value
Reviewed-by: rriggs
|
2024-02-05 21:31:17 +00:00 |
|
Gerard Ziemski
|
7777eb5e15
|
8321931: memory_swap_current_in_bytes reports 0 as "unlimited"
Reviewed-by: sgehwolf, iklam
|
2024-02-05 19:35:43 +00:00 |
|
Bhavana Kilambi
|
51853f7488
|
8324724: Add Stub routines for FP16 conversions on aarch64
Reviewed-by: aph, ngasson
|
2024-02-05 18:29:32 +00:00 |
|
Tom Rodriguez
|
1993652653
|
8324983: race in CompileBroker::possibly_add_compiler_threads
Reviewed-by: kvn, dholmes, dnsimon
|
2024-02-05 17:43:34 +00:00 |
|
Claes Redestad
|
55c1446b68
|
8321468: Remove StringUTF16::equals
Reviewed-by: rriggs, kvn
|
2024-02-05 16:30:16 +00:00 |
|
Claes Redestad
|
19e92201b4
|
8325169: Reduce String::indexOf overheads
Reviewed-by: rriggs, rgiulietti, mli
|
2024-02-05 16:30:05 +00:00 |
|
Emanuel Peter
|
89e6a02e3b
|
8325064: C2 SuperWord: refactor construct_bb
Reviewed-by: kvn, chagedorn
|
2024-02-05 16:28:51 +00:00 |
|
Albert Mingkun Yang
|
51671c0b92
|
8323809: Serial: Refactor card table verification
Reviewed-by: tschatzl, sjohanss
|
2024-02-05 11:18:43 +00:00 |
|
Albert Mingkun Yang
|
cdf918b1d0
|
8325134: Serial: Remove Generation::used_region
Reviewed-by: tschatzl, iwalulya
|
2024-02-05 10:54:41 +00:00 |
|
Johan Sjölen
|
0377f1abe1
|
8325133: Missing MEMFLAGS parameter in parts of os API
Reviewed-by: stefank, gziemski
|
2024-02-05 09:27:07 +00:00 |
|
Aggelos Biboudis
|
df35462a4e
|
8323502: javac crash with wrongly typed method block in Flow
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: jlahoda
|
2024-02-05 08:59:55 +00:00 |
|
Julian Waters
|
af32262c28
|
8325049: stubGenerator_ppc.cpp should use alignas
Reviewed-by: mdoerr
|
2024-02-05 07:00:54 +00:00 |
|
Emanuel Peter
|
85e320121e
|
8325159: C2 SuperWord: measure time for CITime
Reviewed-by: rcastanedalo, kvn
|
2024-02-05 06:53:51 +00:00 |
|
Amit Kumar
|
8796f43c6c
|
8315762: Update subtype check profile collection on s390x following 8308869
Reviewed-by: mdoerr, lucy
|
2024-02-05 06:29:48 +00:00 |
|
Wang Zhuo
|
80642dd7af
|
8324817: Parallel GC does not pre-touch all heap pages when AlwaysPreTouch enabled and large page disabled
Reviewed-by: ayang, tschatzl
|
2024-02-05 06:19:02 +00:00 |
|
Eirik Bjørsnøs
|
a18b03b86f
|
8324635: (zipfs) Regression in Files.setPosixFilePermissions called on existing MSDOS entries
Reviewed-by: lancea
|
2024-02-02 21:50:13 +00:00 |
|
Chris Plummer
|
7476e29053
|
8323680: SA PointerFinder code can do a better job of leveraging existing code to determine if an address is in the TLAB
Reviewed-by: kevinw, sspitsyn
|
2024-02-02 20:41:37 +00:00 |
|
Eirik Bjørsnøs
|
f613e13397
|
8313739: ZipOutputStream.close() should always close the wrapped stream
Reviewed-by: jpai, lancea
|
2024-02-02 20:20:36 +00:00 |
|
Joe Darcy
|
adc3604027
|
8325148: Enable restricted javac warning in java.base
Reviewed-by: erikj, jvernee, mcimadamore, pminborg, ihse
|
2024-02-02 17:47:28 +00:00 |
|
Paul Sandoz
|
1ae851387f
|
8324858: [vectorapi] Bounds checking issues when accessing memory segments
Reviewed-by: mcimadamore, jbhateja
|
2024-02-02 16:53:10 +00:00 |
|
Pasam Soujanya
|
783ae56634
|
8311893: Interactive component with ARIA role 'tabpanel' does not have a programmatically associated name
Reviewed-by: hannesw
|
2024-02-02 09:01:45 +00:00 |
|
Justin Lu
|
d3c3194ac3
|
6285888: ChoiceFormat can support unescaped relational symbols in the Format segment
Reviewed-by: naoto
|
2024-02-01 22:21:45 +00:00 |
|
Joe Darcy
|
144a08ee50
|
8325078: Better escaping of single and double quotes in javac annotation toString() results
Reviewed-by: jlahoda
|
2024-02-01 20:20:33 +00:00 |
|
Coleen Phillimore
|
b3ecd55601
|
8324679: Replace NULL with nullptr in HotSpot .ad files
Reviewed-by: kvn
|
2024-02-01 19:39:54 +00:00 |
|
Chris Plummer
|
192349eee4
|
8324066: "clhsdb jstack" should not by default scan for j.u.c locks because it can be very slow
Reviewed-by: kevinw, amenkov
|
2024-02-01 19:24:39 +00:00 |
|
Denghui Dong
|
6b09a79d64
|
8324974: JFR: EventCompilerPhase should be created as UNTIMED
Reviewed-by: egahlin
|
2024-02-01 15:52:25 +00:00 |
|
Tejesh R
|
70e7cdcb9e
|
8323670: A few client tests intermittently throw ConcurrentModificationException
Reviewed-by: aivanov, serb
|
2024-02-01 14:05:06 +00:00 |
|
Magnus Ihse Bursie
|
8e45182357
|
8324834: Use _LARGE_FILES on AIX
Reviewed-by: erikj, mbaesken
|
2024-02-01 13:09:11 +00:00 |
|
Matthias Baesken
|
cab74b075e
|
8324287: Record total and free swap space in JFR
Reviewed-by: jbechberger, lucy, egahlin
|
2024-02-01 12:50:18 +00:00 |
|
Per Minborg
|
6b84f9bb3e
|
8325001: Typo in the javadocs for the Arena::ofShared method
Reviewed-by: dfuchs
|
2024-02-01 11:53:02 +00:00 |
|
Albert Mingkun Yang
|
cd11059f10
|
8325053: Serial: Move Generation::save_used_region to TenuredGeneration
Reviewed-by: stefank, ehelin
|
2024-02-01 11:00:09 +00:00 |
|
Kevin Walls
|
d9331bfd49
|
8324845: management.properties text "interface name" is misleading
Reviewed-by: mchung, alanb
|
2024-02-01 09:18:08 +00:00 |
|
Daniel Jeliński
|
68206b533b
|
8324585: JVM native memory leak in PCKS11-NSS security provider
Reviewed-by: valeriep
|
2024-02-01 08:37:24 +00:00 |
|
Jaikiran Pai
|
a663248786
|
8324668: JDWP process management needs more efficient file descriptor handling
Reviewed-by: gziemski, dholmes, cjplummer
|
2024-02-01 05:55:58 +00:00 |
|
John Jiang
|
fe78c0f191
|
8325022: Incorrect error message on client authentication
Reviewed-by: jnimeh, hchao, djelinski
|
2024-02-01 02:35:34 +00:00 |
|
Vladimir Kozlov
|
5b9b176c67
|
8324174: assert(m->is_entered(current)) failed: invariant
Reviewed-by: epeter, dlong, thartmann
|
2024-01-31 19:42:02 +00:00 |
|
William Kemper
|
2cd1ba6a52
|
8324981: Shenandoah: Move commit and soft max heap changed methods into heap
Reviewed-by: shade
|
2024-01-31 16:42:44 +00:00 |
|
Aggelos Biboudis
|
1733d2ea24
|
8303374: Implement JEP 455: Primitive Types in Patterns, instanceof, and switch (Preview)
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Gavin Bierman <gbierman@openjdk.org>
Co-authored-by: Brian Goetz <briangoetz@openjdk.org>
Co-authored-by: Raffaello Giulietti <rgiulietti@openjdk.org>
Co-authored-by: Aggelos Biboudis <abimpoudis@openjdk.org>
Reviewed-by: vromero, jlahoda
|
2024-01-31 14:18:13 +00:00 |
|
Albert Mingkun Yang
|
725314fb73
|
8324771: Obsolete RAMFraction related flags
Reviewed-by: dholmes, mbaesken, tschatzl
|
2024-01-31 12:44:39 +00:00 |
|
Albert Mingkun Yang
|
ec6c35c4ac
|
8324970: Serial: Refactor signature of maintain_old_to_young_invariant
Reviewed-by: tschatzl
|
2024-01-31 12:44:29 +00:00 |
|
Lance Andersen
|
b5c267fc8a
|
8324632: Update Zlib Data Compression Library to Version 1.3.1
Reviewed-by: iris, alanb
|
2024-01-31 11:06:01 +00:00 |
|
Per Minborg
|
ec56c72b51
|
8323601: Improve LayoutPath.PathElement::toString
Reviewed-by: jvernee
|
2024-01-31 09:54:03 +00:00 |
|
Varada M
|
f7121de4a0
|
8322648: Improve class initialization barrier in TemplateTable::_new for PPC
Reviewed-by: mdoerr
|
2024-01-31 06:12:35 +00:00 |
|
Tejesh R
|
577de17d24
|
8259550: The content of the print out displayed incomplete with the NimbusLAF
Reviewed-by: dnguyen, psadhukhan, abhiscxk
|
2024-01-31 05:26:30 +00:00 |
|
Amit Kumar
|
83b3c9b3ee
|
8322649: Improve class initialization barrier in TemplateTable::_new for S390
Reviewed-by: mdoerr, lucy
|
2024-01-31 04:41:50 +00:00 |
|
Leonid Mesnik
|
7d1a48807a
|
8324861: Exceptions::wrap_dynamic_exception() doesn't have ResourceMark
Reviewed-by: dholmes, coleenp
|
2024-01-30 23:56:04 +00:00 |
|
Emanuel Peter
|
11e28bd619
|
8324794: C2 SuperWord: do not ignore reductions in SuperWord::unrolling_analysis
Reviewed-by: chagedorn, kvn
|
2024-01-30 20:14:20 +00:00 |
|
Calvin Cheung
|
d51aaf6304
|
8323950: Null CLD while loading shared lambda proxy class with javaagent active
Reviewed-by: matsaave, iklam
|
2024-01-30 20:00:10 +00:00 |
|