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 |
|
Coleen Phillimore
|
c1281e6b45
|
8324678: Replace NULL with nullptr in HotSpot gtests
Reviewed-by: kbarrett, dholmes, jwaters
|
2024-01-29 17:12:13 +00:00 |
|
Coleen Phillimore
|
a6bdee48f3
|
8324681: Replace NULL with nullptr in HotSpot jtreg test native code files
Reviewed-by: kevinw, kbarrett, dholmes
|
2024-01-29 17:07:32 +00:00 |
|
Aleksey Shipilev
|
951b5f8ecb
|
8324723: GHA: Upgrade some actions to avoid deprecated Node 16
Reviewed-by: sgehwolf, ihse
|
2024-01-29 15:13:44 +00:00 |
|
Thomas Schatzl
|
fe0eec7e20
|
8324840: windows-x64-slowdebug does not build anymore after JDK-8317572
Reviewed-by: epeter
|
2024-01-29 13:55:00 +00:00 |
|
Albert Mingkun Yang
|
4df04f0ec9
|
8324769: Serial: Remove unused TenuredGeneration::unsafe_max_alloc_nogc
Reviewed-by: tschatzl
|
2024-01-29 12:42:10 +00:00 |
|
Emanuel Peter
|
3066d49cc1
|
8317572: C2 SuperWord: refactor/improve TraceSuperWord, replace VectorizeDebugOption with TraceAutoVectorization
Reviewed-by: chagedorn, kvn
|
2024-01-29 10:13:43 +00:00 |
|
Denghui Dong
|
7a300b63b5
|
8324213: C1: There is no need for Canonicalizer to handle IfOp
Reviewed-by: dlong, chagedorn
|
2024-01-29 09:47:24 +00:00 |
|
Kuai Wei
|
628348d3e9
|
8324186: Use "dmb.ishst+dmb.ishld" for release barrier
Reviewed-by: fyang, aph
|
2024-01-29 09:33:22 +00:00 |
|
Christian Hagedorn
|
72ba8178a8
|
8324236: compiler/ciReplay/TestInliningProtectionDomain.java failed with RuntimeException: should only dump inline information for ... expected true, was false
Reviewed-by: kvn
|
2024-01-29 09:20:52 +00:00 |
|
Hamlin Li
|
b39b876493
|
8324304: RISC-V: add hw probe flags
Reviewed-by: fyang, rehn
|
2024-01-29 09:17:46 +00:00 |
|
Daniel Lundén
|
69586e7bdf
|
8322996: BoxLockNode creation fails with assert(reg < CHUNK_SIZE) failed: sanity
Reviewed-by: rcastanedalo, kvn
|
2024-01-29 09:14:26 +00:00 |
|
Emanuel Peter
|
f0bae7939a
|
8324750: C2: rename Matcher methods using "superword" -> "autovectorization"
Reviewed-by: kvn, chagedorn
|
2024-01-29 08:50:35 +00:00 |
|
Emanuel Peter
|
6ad78ca8a5
|
8324775: C2 SuperWord: refactor visited sets
Reviewed-by: kvn, chagedorn
|
2024-01-29 08:46:34 +00:00 |
|
Tobias Holenstein
|
422020c4d6
|
8210858: AArch64: remove Math.log intrinsic
Reviewed-by: ngasson, shade
|
2024-01-29 08:37:06 +00:00 |
|
Thomas Schatzl
|
0d5f5e15d4
|
8322484: 22-b26 Regression in J2dBench-bimg_misc-G1 (and more) on Windows-x64 and macOS-x64
Reviewed-by: kbarrett, ayang
|
2024-01-29 08:36:51 +00:00 |
|
Julian Waters
|
af9cd975ce
|
8324800: gcc windows build broken after 8322757
Reviewed-by: kbarrett, dholmes
|
2024-01-29 08:03:20 +00:00 |
|
Matthias Baesken
|
8950d68ddb
|
8324753: [AIX] adjust os_posix after JDK-8318696
Reviewed-by: jkern, stuefe, kbarrett, dholmes
|
2024-01-29 07:38:32 +00:00 |
|
Emanuel Peter
|
65d6bc1d4c
|
8324765: C2 SuperWord: remove dead code: SuperWord::insert_extracts
Reviewed-by: kvn, chagedorn
|
2024-01-29 07:00:12 +00:00 |
|
Emanuel Peter
|
525c0cd09f
|
8324752: C2 Superword: remove SuperWordRTDepCheck
Reviewed-by: kvn, chagedorn
|
2024-01-29 06:54:50 +00:00 |
|
Joe Darcy
|
2e748c998e
|
8175386: Clarify exception behavior of Types utility methods
Reviewed-by: jjg
|
2024-01-26 22:33:17 +00:00 |
|
Daniel D. Daugherty
|
70f4a4e18e
|
8324786: validate-source fails after JDK-8042981
Reviewed-by: darcy
|
2024-01-26 22:01:07 +00:00 |
|
Joe Darcy
|
ed3272cc44
|
8042981: Strip type annotations in Types' utility methods
Co-authored-by: Liam Miller-Cushon <cushon@openjdk.org>
Reviewed-by: cushon, jjg, jlahoda
|
2024-01-26 20:55:46 +00:00 |
|
Daniel D. Daugherty
|
6d1856234f
|
8324785: ProblemList two tests on linux due to JDK-8315923
Reviewed-by: rriggs
|
2024-01-26 20:18:08 +00:00 |
|
Vicente Romero
|
91d8ea79d9
|
8323835: Updating ASM to 9.6 for JDK 23
Reviewed-by: mchung
|
2024-01-26 18:34:56 +00:00 |
|
Liming Liu
|
a65a89522d
|
8315923: pretouch_memory by atomic-add-0 fragments huge pages unexpectedly
Reviewed-by: jsjolen, stuefe
|
2024-01-26 16:42:46 +00:00 |
|
Volker Simonis
|
62b3293df0
|
8324241: Always record evol_method deps to avoid excessive method flushing
Reviewed-by: eastigeevich, phh, coleenp, dlong, shade
|
2024-01-26 13:11:58 +00:00 |
|