Matias Saavedra Silva
|
be3676f6bb
|
8304484: CDS dynamic dumping incorrectly leads to "Error occurred during initialization of VM"
Reviewed-by: ccheung, iklam
|
2024-07-08 14:04:32 +00:00 |
|
Jorn Vernee
|
cec222e460
|
8317611: Add a tool like jdeprscan to find usage of restricted methods
Reviewed-by: alanb, ihse, mcimadamore, jlahoda, jwaters
|
2024-07-08 12:39:33 +00:00 |
|
Thomas Schatzl
|
953c35eb5b
|
8335824: Test gc/arguments/TestMinInitialErgonomics.java is timing out
Reviewed-by: ayang, kbarrett
|
2024-07-08 11:44:04 +00:00 |
|
Tobias Hartmann
|
c34a1b7013
|
8335861: Problem list compiler/vectorization/TestFloat16VectorConvChain.java
Reviewed-by: epeter
|
2024-07-08 10:53:03 +00:00 |
|
Xiaolong Peng
|
c5a668bb65
|
8334231: Optimize MethodData layout
Reviewed-by: dholmes, chagedorn, shade
|
2024-07-08 10:33:08 +00:00 |
|
Albert Mingkun Yang
|
540188fdeb
|
8334445: Parallel: Decouple maximum compaction from SoftReference clearing
Reviewed-by: zgu, lmao
|
2024-07-08 10:03:39 +00:00 |
|
Thomas Stuefe
|
3cce31ad88
|
8335643: serviceability/dcmd/vm tests fail for ZGC after JDK-8322475
Reviewed-by: sgehwolf, dholmes
|
2024-07-08 08:06:56 +00:00 |
|
Jatin Bhateja
|
55fd1ed228
|
8333890: Fatal error in auto-vectorizer with float16 kernel.
Reviewed-by: kvn
|
2024-07-08 06:42:46 +00:00 |
|
Emanuel Peter
|
02956ab6e1
|
8332163: C2 SuperWord: refactor PacksetGraph and SuperWord::output into VTransformGraph
Reviewed-by: chagedorn, kvn
|
2024-07-08 06:23:03 +00:00 |
|
SendaoYan
|
3f37c5718d
|
8335806: RISC-V: Corrected typos Bizarrely
Reviewed-by: aph, amitkumar
|
2024-07-08 01:19:36 +00:00 |
|
Per Minborg
|
6f7f0f1de0
|
8333884: MemorySegment::reinterpret removes read-only property
Reviewed-by: jvernee, mcimadamore
|
2024-07-06 15:05:26 +00:00 |
|
Erik Gahlin
|
b83766e590
|
8335632: jdk/jfr/api/consumer/streaming/TestJVMExit.java failed with "Process [...] is no longer alive"
Reviewed-by: mgronlun
|
2024-07-05 17:07:22 +00:00 |
|
Erik Gahlin
|
7efe16038e
|
8335730: JFR: Clean up jdk.jfr
Reviewed-by: mgronlun
|
2024-07-05 16:44:41 +00:00 |
|
Severin Gehwolf
|
ff49f677ee
|
8335775: Remove extraneous 's' in comment of rawmonitor.cpp test file
Reviewed-by: gdams, stuefe
|
2024-07-05 13:44:35 +00:00 |
|
Shaojin Wen
|
194425d787
|
8335645: j.u.Formatter#trailingZeros improved with String repeat
Reviewed-by: liach, jlu, naoto
|
2024-07-05 12:50:09 +00:00 |
|
Ivan Walulya
|
c8acea87e2
|
8335706: G1: Remove unused G1ConcurrentRefine::RemSetSamplingClosure::_cset
Reviewed-by: ayang, tschatzl
|
2024-07-05 09:10:30 +00:00 |
|
Thomas Schatzl
|
bdf470b3b8
|
8335742: Problemlist gc/g1/TestMixedGCLiveThreshold.java#25percent with virtual threads
Reviewed-by: aboldtch, kbarrett
|
2024-07-05 09:06:37 +00:00 |
|
Albert Mingkun Yang
|
6409ec336a
|
8335711: G1: Remove unused bot_updates argument in G1AllocRegion constructor
Reviewed-by: iwalulya, tschatzl
|
2024-07-05 08:43:27 +00:00 |
|
Thomas Schatzl
|
4ec1ae1097
|
8331385: G1: Prefix HeapRegion helper classes with G1
Reviewed-by: ayang, dholmes
|
2024-07-05 07:18:34 +00:00 |
|
Sonia Zaldana Calles
|
b9d8056d5c
|
8332124: Jcmd should recognise options that look like requests for help
Reviewed-by: kevinw, stuefe
|
2024-07-05 04:49:01 +00:00 |
|
Liang Mao
|
cff9e246cc
|
8335493: check_gc_overhead_limit should reset SoftRefPolicy::_should_clear_all_soft_refs
Reviewed-by: ayang
|
2024-07-05 02:29:07 +00:00 |
|
Nizar Benalla
|
f4fa35e28b
|
8330954: since-checker - Fix remaining @ since tags in java.base
Reviewed-by: liach, naoto
|
2024-07-04 15:44:57 +00:00 |
|
Jasmine Karthikeyan
|
3050ba0176
|
8335654: Remove stale hyperlink in divnode.cpp
Reviewed-by: chagedorn, thartmann
|
2024-07-04 14:09:45 +00:00 |
|
Robert Toyonaga
|
da0ffa8b7f
|
8334031: Generated JfrNativeSettings seems off
Reviewed-by: egahlin
|
2024-07-04 13:35:24 +00:00 |
|
Thomas Stuefe
|
b0efd77402
|
8314653: Metaspace: remove allocation guard feature
Reviewed-by: azafari, dholmes
|
2024-07-04 12:42:47 +00:00 |
|
Nizar Benalla
|
6a472797a4
|
8332072: Convert package.html files in java.naming to package-info.java
8335213: Code snippet in javax.naming.ldap package summary does not compile
Reviewed-by: aefimov
|
2024-07-04 12:29:32 +00:00 |
|
Kim Barrett
|
7e378fccd8
|
8335667: Fix simple -Wzero-as-null-pointer-constant warnings in compiler code
Reviewed-by: chagedorn
|
2024-07-04 12:16:54 +00:00 |
|
Joachim Kern
|
ced9906635
|
8334371: [AIX] Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages
Reviewed-by: stuefe, mbaesken, mdoerr
|
2024-07-04 11:20:57 +00:00 |
|
Yudi Zheng
|
916db07e53
|
8335532: [JVMCI] Export VM_Version::L1_line_size in JVMCI
Reviewed-by: dnsimon
|
2024-07-04 10:34:56 +00:00 |
|
Erik Österlund
|
c0604fb823
|
8334890: Missing unconditional cross modifying fence in nmethod entry barriers
Reviewed-by: aboldtch, kbarrett
|
2024-07-04 10:06:09 +00:00 |
|
Kim Barrett
|
cf1be87279
|
8335663: Fix simple -Wzero-as-null-pointer-constant warnings in C2 code
Reviewed-by: jwaters, chagedorn
|
2024-07-04 10:04:52 +00:00 |
|
Erik Gahlin
|
0bb9c76288
|
8324089: Fix typo in the manual page for "jcmd" (man jcmd)
Reviewed-by: mgronlun, kevinw
|
2024-07-04 10:03:39 +00:00 |
|
Jan Lahoda
|
3e3f83f62c
|
8335385: javac crash on unattributed piece of AST
Reviewed-by: vromero
|
2024-07-04 08:36:56 +00:00 |
|
Axel Boldt-Christmas
|
b20e8c8e85
|
8335397: Improve reliability of TestRecursiveMonitorChurn.java
Reviewed-by: coleenp, rkennke, dholmes
|
2024-07-04 08:21:18 +00:00 |
|
Thomas Stuefe
|
38a578d547
|
8334738: os::print_hex_dump should optionally print ASCII
Reviewed-by: dholmes, sgehwolf
|
2024-07-04 06:20:03 +00:00 |
|
Thomas Stuefe
|
7b894bc4af
|
8332786: When dumping static CDS archives, explicitly assert that we don't use a CDS archive
Reviewed-by: iklam, dholmes
|
2024-07-04 05:44:44 +00:00 |
|
David Holmes
|
e01626cf09
|
8335655: ProblemList serviceability/dcmd/vm tests failing after JDK-8322475
Reviewed-by: mikael
|
2024-07-04 04:18:31 +00:00 |
|
Kim Barrett
|
3efa93ba13
|
8335588: Fix -Wzero-as-null-pointer-constant warnings in calls to Node ctor
Reviewed-by: thartmann, chagedorn
|
2024-07-03 22:03:23 +00:00 |
|
David Holmes
|
587535c5b9
|
8334545: runtime/ClassInitErrors/TestStackOverflowDuringInit.java fails after JDK-8294960
Reviewed-by: iklam, stuefe
|
2024-07-03 21:42:08 +00:00 |
|
Erik Gahlin
|
68ffec9800
|
8335479: JFR: Missing documentation for -XX:StartFlightRecording
Reviewed-by: mgronlun
|
2024-07-03 20:43:08 +00:00 |
|
Thomas Schatzl
|
9a91865ff3
|
8335395: G1: Verification does not detect references into Free regions
Reviewed-by: ayang, iwalulya
|
2024-07-03 16:29:52 +00:00 |
|
Hamlin Li
|
13b782c3de
|
8334554: RISC-V: verify & fix perf of string comparison
Reviewed-by: rehn, luhenry, fyang
|
2024-07-03 16:10:22 +00:00 |
|
Thomas Stuefe
|
8aaec37ace
|
8322475: Extend printing for System.map
Reviewed-by: sgehwolf, jsjolen
|
2024-07-03 16:08:34 +00:00 |
|
Albert Mingkun Yang
|
19a8a2baa9
|
8335618: Serial: Remove unused definitions in SerialHeap
Reviewed-by: iwalulya
|
2024-07-03 15:42:47 +00:00 |
|
Ivan Walulya
|
cf4f2b53d6
|
8332517: G1: Refactor G1AllocRegion
Reviewed-by: tschatzl, ayang
|
2024-07-03 15:12:40 +00:00 |
|
Arseny Bochkarev
|
5a8af2b8b9
|
8335615: Clean up left-overs from 8317721
Reviewed-by: fyang
|
2024-07-03 14:09:59 +00:00 |
|
Albert Mingkun Yang
|
6923a5114b
|
8335607: Serial: Remove unused collection_attempt_is_safe
Reviewed-by: tschatzl
|
2024-07-03 12:57:26 +00:00 |
|
Feilong Jiang
|
5866b16dbc
|
8335411: RISC-V: Optimize encode_heap_oop when oop is not null
Reviewed-by: fyang, rehn
|
2024-07-03 12:12:12 +00:00 |
|
Qizheng Xing
|
6db4c6a772
|
8335536: Fix assertion failure in IdealGraphPrinter when append is true
Reviewed-by: thartmann, chagedorn, tholenstein
|
2024-07-03 12:12:00 +00:00 |
|
Erik Gahlin
|
350f9c1947
|
8322812: Manpage for jcmd is missing JFR.view command
Reviewed-by: kevinw, mgronlun
|
2024-07-03 11:36:14 +00:00 |
|