Ivan Walulya
|
f696796e88
|
8280087: G1: Handle out-of-mark stack situations during reference processing more gracefully
Reviewed-by: tschatzl, ayang
|
2023-12-18 09:43:53 +00:00 |
|
Lei Zaakjyu
|
413dbf8757
|
8322205: Parallel: Remove unused arg in PSCardTable::pre_scavenge
Reviewed-by: ayang, tschatzl
|
2023-12-18 09:31:13 +00:00 |
|
Thomas Schatzl
|
f553819502
|
8317007: Add bulk removal of dead nmethods during class unloading
Reviewed-by: ayang, iwalulya
|
2023-12-18 08:44:43 +00:00 |
|
Steven Schlansker
|
34351b7a79
|
8321892: Typo in log message logged by src/hotspot/share/nmt/virtualMemoryTracker.cpp
Reviewed-by: dholmes, azafari
|
2023-12-16 01:40:19 +00:00 |
|
Alisen Chung
|
b061b6678f
|
8322041: JDK 22 RDP1 L10n resource files update
Reviewed-by: almatvee, cstein, asemenyuk, joehw, jjg
|
2023-12-16 01:03:09 +00:00 |
|
Calvin Cheung
|
dcdcd48d8f
|
8321479: java -D-D crashes
Reviewed-by: dholmes, iklam
|
2023-12-15 19:04:42 +00:00 |
|
Naoto Sato
|
87ef73329f
|
8321958: @param/@return descriptions of ZoneRules#isDaylightSavings() are incorrect
Reviewed-by: jlu, joehw, jpai
|
2023-12-15 17:33:50 +00:00 |
|
Tom Rodriguez
|
05f7f0ade2
|
8321288: [JVMCI] HotSpotJVMCIRuntime doesn't clean up WeakReferences in resolvedJavaTypes
Reviewed-by: dnsimon, kvn
|
2023-12-15 17:25:24 +00:00 |
|
Roger Riggs
|
6311dabe68
|
8322018: Test java/lang/String/CompactString/MaxSizeUTF16String.java fails with -Xcomp
Reviewed-by: jpai
|
2023-12-15 16:13:36 +00:00 |
|
Liam Miller-Cushon
|
bdebf198bb
|
8322175: test/langtools/tools/javac/classreader/BadMethodParameter.java doesn't compile
Reviewed-by: jlahoda
|
2023-12-15 12:18:01 +00:00 |
|
Liam Miller-Cushon
|
20de541b13
|
8322040: Missing array bounds check in ClassReader.parameter
Reviewed-by: vromero
|
2023-12-15 10:16:35 +00:00 |
|
Matthias Baesken
|
b31454e362
|
8322098: os::Linux::print_system_memory_info enhance the THP output with /sys/kernel/mm/transparent_hugepage/hpage_pmd_size
Reviewed-by: mdoerr, lucy
|
2023-12-15 07:42:39 +00:00 |
|
Gui Cao
|
0be0775a76
|
8320397: RISC-V: Avoid passing t0 as temp register to MacroAssembler:: cmpxchg_obj_header/cmpxchgptr
Reviewed-by: rehn, fyang
|
2023-12-15 07:23:50 +00:00 |
|
Joshua Cao
|
6dfb8120c2
|
8321823: Remove redundant PhaseGVN transform_no_reclaim
Reviewed-by: chagedorn, phh
|
2023-12-15 00:35:37 +00:00 |
|
Zhengyu Gu
|
a7dde578a8
|
8322057: Memory leaks in creating jfr symbol array
Reviewed-by: mgronlun
|
2023-12-14 22:33:34 +00:00 |
|
David Holmes
|
692be57738
|
8322065: Initial nroff manpage generation for JDK 23
Reviewed-by: alanb
|
2023-12-14 21:26:10 +00:00 |
|
David Holmes
|
d02bc873f8
|
8309981: Remove expired flags in JDK 23
Reviewed-by: alanb, kvn
|
2023-12-14 21:24:17 +00:00 |
|
Justin Lu
|
8b24851b9d
|
8321480: ISO 4217 Amendment 176 Update
Reviewed-by: naoto
|
2023-12-14 21:16:19 +00:00 |
|
Ben Perez
|
c328f9589d
|
8296787: Unify debug printing format of X.509 cert serial numbers
Reviewed-by: mullan, coffeys
|
2023-12-14 17:57:36 +00:00 |
|
Aleksei Voitylov
|
fde5b16817
|
8321514: UTF16 string gets constructed incorrectly from codepoints if CompactStrings is not enabled
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Reviewed-by: rriggs
|
2023-12-14 14:39:04 +00:00 |
|
Weijun Wang
|
45a9ade337
|
8202598: keytool -certreq output contains inconsistent line separators
Reviewed-by: hchao, mullan
|
2023-12-14 14:37:15 +00:00 |
|
Darragh Clarke
|
62b7c5eaed
|
8319647: Few java/lang/System/LoggerFinder/modules tests ignore vm flags
Reviewed-by: lmesnik
|
2023-12-14 13:24:19 +00:00 |
|
Daniel Lundén
|
69014cd55b
|
8320682: [AArch64] C1 compilation fails with "Field too big for insn"
Reviewed-by: thartmann, aph, dlong
|
2023-12-14 13:09:39 +00:00 |
|
Albert Mingkun Yang
|
5a97dbf606
|
8322034: Parallel: Remove unused methods in PSAdaptiveSizePolicy
Reviewed-by: kbarrett
|
2023-12-14 12:30:47 +00:00 |
|
Adam Sotona
|
2838a916ab
|
8288989: Make tests not depend on the source code
Reviewed-by: mcimadamore
|
2023-12-14 11:36:57 +00:00 |
|
Jaikiran Pai
|
d2ba3b1ef7
|
8312150: Remove -Xnoagent option
Reviewed-by: dholmes, alanb
|
2023-12-14 10:36:23 +00:00 |
|
Daniel Lundén
|
d632d743e0
|
8321820: TestLoadNIdeal fails on 32-bit because -XX:+UseCompressedOops is not recognized
Reviewed-by: rcastanedalo, chagedorn, shade
|
2023-12-14 09:29:34 +00:00 |
|
Joe Wang
|
ddbbd36e4b
|
8320279: Link issues in java.xml module-info.java
Reviewed-by: iris, lancea, naoto
|
2023-12-14 07:45:02 +00:00 |
|
Tobias Hartmann
|
c8ad7b7f84
|
8321974: Crash in ciKlass::is_subtype_of because TypeAryPtr::_klass is not initialized
Reviewed-by: roland, kvn
|
2023-12-14 07:23:21 +00:00 |
|
Alex Menkov
|
cf948548c3
|
8321565: [REDO] Heap dump does not contain virtual Thread stack references
Reviewed-by: sspitsyn, yyang, dholmes
|
2023-12-13 18:47:04 +00:00 |
|
Jorn Vernee
|
7ece9e90c0
|
8321400: java/foreign/TestStubAllocFailure.java fails with code cache exhaustion
Reviewed-by: mcimadamore
|
2023-12-13 17:34:37 +00:00 |
|
Albert Mingkun Yang
|
9320ef9b29
|
8321973: Parallel: Remove unused methods in AdaptiveSizePolicy
Reviewed-by: tschatzl
|
2023-12-13 12:43:41 +00:00 |
|
Albert Mingkun Yang
|
2a565ff368
|
8321808: G1: Use unsigned type for non-negative G1 flags
Reviewed-by: tschatzl, iwalulya
|
2023-12-13 11:18:51 +00:00 |
|
Lei Zaakjyu
|
493b5bd2fd
|
8293622: Cleanup use of G1ConcRefinementThreads
Reviewed-by: ayang, iwalulya
|
2023-12-13 11:18:38 +00:00 |
|
Aleksei Voitylov
|
f573f6d233
|
8321515: ARM32: Move method resolution information out of the cpCache properly
Reviewed-by: shade
|
2023-12-13 11:04:11 +00:00 |
|
Sergey Tsypanov
|
8a0a6f8c25
|
8321279: Implement hashCode() in Heap-X-Buffer.java.template
Reviewed-by: alanb, bpb
|
2023-12-13 09:10:11 +00:00 |
|
David Holmes
|
3d9d353edb
|
8321825: Remove runtime/CompressedOops/CompressedClassPointers.java from the ProblemList
Reviewed-by: ccheung
|
2023-12-12 23:00:48 +00:00 |
|
Matias Saavedra Silva
|
1b621f5527
|
8321474: TestAutoCreateSharedArchiveUpgrade.java should be updated with JDK 21
Reviewed-by: dholmes, iklam
|
2023-12-12 22:49:41 +00:00 |
|
Erik Joelsson
|
5463c9cd9a
|
8321557: Move SOURCE line verification for OracleJDK out of OpenJDK
Reviewed-by: ihse
|
2023-12-12 21:31:41 +00:00 |
|
Joe Darcy
|
ac07355f55
|
8320200: Use Elements predicates for record constructors to improve print output
Reviewed-by: vromero
|
2023-12-12 21:00:50 +00:00 |
|
Roger Riggs
|
4fb5c12813
|
8321180: Condition for non-latin1 string size too large exception is off by one
Reviewed-by: rgiulietti
|
2023-12-12 20:55:17 +00:00 |
|
Alexandre Iline
|
d5a96e3f49
|
8321621: Update JCov version to 3.0.16
Reviewed-by: erikj, alanb, ihse
|
2023-12-12 20:41:18 +00:00 |
|
Justin Lu
|
aadf36809c
|
6230751: [Fmt-Ch] Recursive MessageFormats in ChoiceFormats ignore indicated subformats
Reviewed-by: naoto
|
2023-12-12 19:25:20 +00:00 |
|
Joe Darcy
|
a3447ec656
|
8321827: Remove unnecessary suppress warnings annotations from the printing processor
Reviewed-by: jlaskey
|
2023-12-12 18:44:43 +00:00 |
|
Sergey Bylokhov
|
b25ed57b76
|
8270269: Desktop.browse method fails if earlier CoInitialize call as COINIT_MULTITHREADED
Reviewed-by: aivanov
|
2023-12-12 18:30:41 +00:00 |
|
Christian Stein
|
df4ed7eff7
|
8321739: Source launcher fails with "Not a directory" error
Reviewed-by: jlahoda
|
2023-12-12 15:26:21 +00:00 |
|
Jamil Nimeh
|
5718039a46
|
8321542: C2: Missing ChaCha20 stub for x86_32 leads to crashes
Reviewed-by: chagedorn, shade
|
2023-12-12 14:36:58 +00:00 |
|
Hannes Wallnöfer
|
c51685267c
|
8321889 : JavaDoc method references with wrong (nested) type
Reviewed-by: alanb
|
2023-12-12 11:27:31 +00:00 |
|
Thomas Schatzl
|
7d903964fb
|
8321422: Test gc/g1/pinnedobjs/TestPinnedObjectTypes.java times out after completion
Reviewed-by: iwalulya, ayang
|
2023-12-12 10:35:40 +00:00 |
|
Kevin Walls
|
6f4824068d
|
8321729: Remove 'orb' field in RMIConnector
Reviewed-by: rriggs, dfuchs
|
2023-12-12 10:02:01 +00:00 |
|