Doug Simon
|
91d8dac9cf
|
8325137: com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java can fail in Xcomp with out of expected range
Reviewed-by: dholmes, sspitsyn
|
2024-02-02 10:44:42 +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 |
|
Sean Coffey
|
ac1cd31949
|
8325096: Test java/security/cert/CertPathBuilder/akiExt/AKISerialNumber.java is failing
Reviewed-by: weijun
|
2024-02-01 13:54:03 +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 |
|
Aleksey Shipilev
|
1aba78f272
|
8324937: GHA: Avoid multiple test suites per job
Reviewed-by: erikj, clanger
|
2024-02-01 08:11:46 +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 |
|
Julian Waters
|
a2229b18bf
|
8324838: test_nmt_locationprinting.cpp broken in the gcc windows build
Reviewed-by: dholmes, kevinw, jsjolen
|
2024-02-01 05:54:57 +00:00 |
|
SendaoYan
|
432756b6e5
|
8325024: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information
Reviewed-by: jnimeh, fyang
|
2024-02-01 03:08:33 +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 |
|
Kim Barrett
|
0cc8e5beed
|
8325042: remove unused JVMDITools test files
Reviewed-by: coleenp
|
2024-01-31 19:19:21 +00:00 |
|
Per Minborg
|
f2920533e9
|
8323621: JDK build should exclude snippet class in java.lang.foreign
Reviewed-by: mcimadamore
|
2024-01-31 17:59:50 +00:00 |
|
Harshitha Onkar
|
62c9530c05
|
8324238: [macOS] java/awt/Frame/ShapeNotSetSometimes/ShapeNotSetSometimes.java fails with the shape has not been applied msg
Reviewed-by: azvegint, dnguyen
|
2024-01-31 17:42:00 +00:00 |
|
Rajat Mahajan
|
1f2922ad85
|
8320342: Use PassFailJFrame for TruncatedPopupMenuTest.java
Reviewed-by: honkar, aivanov
|
2024-01-31 17:35:50 +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 |
|
Eirik Bjørsnøs
|
66971600f7
|
8320712: Rewrite BadFactoryTest in pure Java
Reviewed-by: jpai, sundar
|
2024-01-31 13:59:19 +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 |
|
Eirik Bjørsnøs
|
c3c1d5bd12
|
8324998: Add test cases for String.regionMatches comparing Turkic dotted/dotless I with uppercase latin I
Reviewed-by: naoto, iris
|
2024-01-30 23:52:37 +00:00 |
|
Leonid Mesnik
|
8892d45b9f
|
8324582: Replace -Djava.util.concurrent.ForkJoinPool.common.parallelism to -Djdk.virtualThreadScheduler.maxPoolSize in jvmti vthread tests
Reviewed-by: cjplummer, sspitsyn
|
2024-01-30 21:05:12 +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 |
|
Kim Barrett
|
f57c7223cf
|
8324880: Rename get_stack_trace.h
Reviewed-by: dholmes, jwaters, sspitsyn
|
2024-01-30 18:10:25 +00:00 |
|
Roman Kennke
|
f0024f585d
|
8324734: Relax too-strict assert(VM_Version::supports_evex()) in Assembler::locate_operand()
Co-authored-by: Vladimir Kozlov <kvn@openjdk.org>
Reviewed-by: kvn, shade
|
2024-01-30 13:26:10 +00:00 |
|
Albert Mingkun Yang
|
fd8adf3083
|
8324856: Serial: Move Generation::is_in to DefNewGeneration
Reviewed-by: stefank, tschatzl
|
2024-01-30 08:52:17 +00:00 |
|
Gui Cao
|
a1d65eb6d8
|
8324125: Improve class initialization barrier in TemplateTable::_new for RISC-V
Reviewed-by: fyang, rehn
|
2024-01-30 02:07:20 +00:00 |
|
Vladimir Kozlov
|
b6d364ad88
|
8324865: windows-x64-slowdebug still does not build after JDK-8324840
Reviewed-by: dholmes, dcubed
|
2024-01-30 01:08:18 +00:00 |
|
Vladimir Petko
|
64c3642c57
|
8242564: javadoc crashes:: class cast exception com.sun.tools.javac.code.Symtab$6
Reviewed-by: jjg
|
2024-01-29 21:28:49 +00:00 |
|
Aleksey Shipilev
|
e999dfcb40
|
8323503: x86: Shorter movptr(reg, imm) for 32-bit unsigned immediates
Reviewed-by: stuefe, kvn, eastigeevich
|
2024-01-29 20:25:32 +00:00 |
|
Joshua Cao
|
84deeb6cd5
|
8324667: fold Parse::seems_stable_comparison()
Reviewed-by: jkarthikeyan, chagedorn, xliu
|
2024-01-29 19:54:42 +00:00 |
|
Doug Simon
|
fb07bbe7b2
|
8324717: Remove HotSpotJVMCICompilerFactory
Reviewed-by: thartmann, never
|
2024-01-29 19:12:44 +00:00 |
|
Harshitha Onkar
|
d1e676360d
|
8324733: [macos14] Problem list tests which fail due to macOS bug described in JDK-8322653
Reviewed-by: prr, tr
|
2024-01-29 18:03:30 +00:00 |
|