Ioi Lam
b985347c23
8348349: Refactor CDSConfig::is_dumping_heap()
...
Reviewed-by: ccheung, matsaave
2025-02-04 16:08:00 +00:00
Amit Kumar
7ea176d79c
8349193: compiler/intrinsics/TestContinuationPinningAndEA.java missing @requires vm.continuations
...
Reviewed-by: chagedorn
2025-02-04 03:05:00 +00:00
Coleen Phillimore
9b49597244
8334320: Replace vmTestbase/metaspace/share/TriggerUnloadingWithWhiteBox.java with ClassUnloadCommon from testlibrary
...
Reviewed-by: dholmes, lmesnik
2025-02-03 22:48:28 +00:00
Jaikiran Pai
618c5eb27b
8349183: [BACKOUT] Optimization for StringBuilder append boolean & null
...
8349239: [BACKOUT] Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt
Reviewed-by: redestad, liach
2025-02-03 18:21:33 +00:00
Daniel Lundén
ee87d187d1
8348658: [AArch64] The node limit in compiler/codegen/TestMatcherClone.java is too strict
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: shade, kvn
2025-01-31 14:09:15 +00:00
Tobias Hartmann
c3923fbb9a
8349130: Problem list TestCodeEntryAlignment.java
...
Reviewed-by: chagedorn
2025-01-31 08:22:11 +00:00
SendaoYan
2df9d5bc2f
8349040: Test compiler/inlining/LateInlinePrinting.java fails after JDK-8319850
...
Reviewed-by: mbaesken, thartmann
2025-01-31 06:40:26 +00:00
Ioi Lam
1ac2d6e0fb
8349009: JVM fails to start when AOTClassLinking is used with unverifiable old classes
...
Reviewed-by: jrose, kvn
2025-01-30 16:21:57 +00:00
Shaojin Wen
fdfb68c8d0
8344168: Change Unsafe base offset from int to long
...
Reviewed-by: liach
2025-01-30 15:57:13 +00:00
Casper Norrbin
2efb6aaadb
8345314: Add a red–black tree as a utility data structure
...
Reviewed-by: aboldtch, jsjolen, stuefe
2025-01-30 12:34:29 +00:00
Andrew Dinn
a937f6db30
8343767: Enumerate StubGen blobs, stubs and entries and generate code from declarations
...
Reviewed-by: vlivanov, mdoerr
2025-01-30 11:46:39 +00:00
Serguei Spitsyn
fb0f2d25d2
8300708: Some nsk jvmti tests fail with virtual thread wrapper due to jvmti missing some virtual thread support
...
Reviewed-by: cjplummer, lmesnik
2025-01-30 09:11:13 +00:00
SendaoYan
bb528d5ad6
8348567: [ASAN] Memory access partially overflows by NativeCallStack
...
Reviewed-by: jsjolen, dholmes
2025-01-30 08:55:40 +00:00
Axel Boldt-Christmas
14136f8b11
8347564: ZGC: Crash in DependencyContext::clean_unloading_dependents
...
Reviewed-by: eosterlund, stefank, vlivanov
2025-01-30 08:33:16 +00:00
Vladimir Kozlov
6b581d22e1
8347997: assert(false) failed: EA: missing memory path
...
Reviewed-by: thartmann, chagedorn
2025-01-29 17:24:10 +00:00
Theo Weidmann
4662363e86
8348687: [BACKOUT] C2: Non-fluid StringBuilder pattern bails out in OptoStringConcat
...
Reviewed-by: chagedorn, shade
2025-01-29 16:57:00 +00:00
Ioi Lam
d266ca965d
8348752: Enable -XX:+AOTClassLinking by default when -XX:AOTMode is specified
...
Reviewed-by: shade, heidinga
2025-01-29 16:52:10 +00:00
Theo Weidmann
96fefed37f
8319850: PrintInlining should print which methods are late inlines
...
Reviewed-by: chagedorn, kvn, jsjolen, dlong
2025-01-29 15:14:40 +00:00
Guoxiong Li
6bfae3acc1
8333386: TestAbortOnVMOperationTimeout test fails for client VM
...
Reviewed-by: ayang, tschatzl
2025-01-29 14:36:55 +00:00
Tobias Hartmann
55c3e78f4e
8348631: Crash in PredictedCallGenerator::generate after JDK-8347006
...
Reviewed-by: kvn, epeter
2025-01-29 07:13:11 +00:00
Cesar Soares Lucas
9f4d3de442
8347718: Unexpected NullPointerException in C2 compiled code due to ReduceAllocationMerges
...
Reviewed-by: kvn, thartmann
2025-01-28 19:17:15 +00:00
Theo Weidmann
1f74caa7da
8348401: [IR Framework] PrintTimes should not require verbose
...
Reviewed-by: kvn, chagedorn
2025-01-28 09:41:12 +00:00
Theo Weidmann
175e58b2e3
8332980: [IR Framework] Add option to measure IR rule processing time
...
Reviewed-by: kvn, chagedorn
2025-01-27 08:19:55 +00:00
Shaojin Wen
f446cefee0
8343962: [REDO] Move getChars to DecimalDigits
...
Reviewed-by: redestad, rgiulietti
2025-01-25 03:12:56 +00:00
Stefan Karlsson
0df9dcb6aa
8346572: Check is_reserved() before using ReservedSpace instances
...
Reviewed-by: tschatzl, wkemper, ayang, ysr
2025-01-24 09:23:29 +00:00
Ioi Lam
7f16a0875c
8348240: Remove SystemDictionaryShared::lookup_super_for_unregistered_class()
...
Reviewed-by: ccheung, coleenp
2025-01-23 22:02:48 +00:00
Theo Weidmann
337118da6f
8348388: Incorrect copyright header in TestFluidAndNonFluid.java
...
Reviewed-by: epeter, chagedorn
2025-01-23 10:16:33 +00:00
Theo Weidmann
6032f6ea04
8341696: C2: Non-fluid StringBuilder pattern bails out in OptoStringConcat
...
Reviewed-by: epeter
2025-01-23 08:41:02 +00:00
Johan Sjölen
17a408c4b1
8348169: Destruct values on free in Treap
...
Reviewed-by: cnorrbin, gziemski
2025-01-22 16:35:59 +00:00
Jaikiran Pai
16a1d0a7ff
8348135: Fix couple of problem listing entries in test/hotspot/jtreg/ProblemList-Virtual.txt
...
Reviewed-by: dholmes
2025-01-22 12:14:27 +00:00
Emanuel Peter
16dcf15a14
8348263: C2 SuperWord: TestMemorySegment.java has failing IR rules with AlignVector after JDK-8343685
...
Reviewed-by: chagedorn, thartmann
2025-01-22 12:02:39 +00:00
Christian Hagedorn
5f6c85420a
8330045: Enhance array handling
...
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@redhat.com>
Co-authored-by: Martin Balao <mbalao@redhat.com>
Reviewed-by: rhalade, ahgross, thartmann, epeter, adinn, roland
2025-01-22 14:56:49 +05:30
Leonid Mesnik
bbd880775f
8338428: Add logging of final VM flags while setting properties
...
Reviewed-by: dholmes, rriggs
2025-01-21 21:10:43 +00:00
Simon Tooke
1ed396b4fc
8346927: serviceability/dcmd/vm/[SystemMapTest.java|SystemDumpMapTest.java] fail at jmx
...
Reviewed-by: kevinw
2025-01-21 15:01:37 +00:00
Thomas Stuefe
48c75976b1
8348029: Make gtest death tests work with real crash signals
...
Reviewed-by: mbaesken, szaldana
2025-01-21 14:46:25 +00:00
Coleen Phillimore
4a9fba615d
8347990: Remove SIZE_FORMAT macros and replace remaining uses
...
Reviewed-by: dholmes, kbarrett
2025-01-21 13:18:58 +00:00
Stefan Karlsson
c33c1cfe73
8347909: Automatic precompiled.hpp inclusion
...
Reviewed-by: lkorinth, erikj, dholmes, ihse
2025-01-21 10:21:24 +00:00
Theo Weidmann
f54e0bf267
8345766: C2 should emit macro nodes for ModF/ModD instead of calls during parsing
...
Reviewed-by: kvn, epeter
2025-01-21 09:15:18 +00:00
Emanuel Peter
0f426e4a6d
8343685: C2 SuperWord: refactor VPointer with MemPointer
...
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: kvn, chagedorn
2025-01-21 07:05:05 +00:00
Christian Hagedorn
8a83dc213a
8347018: C2: Insertion of Assertion Predicates ignores the effects of PhaseIdealLoop::clone_up_backedge_goo()
...
Reviewed-by: epeter, kvn
2025-01-20 12:24:33 +00:00
Markus Grönlund
4b4b1e912a
8347922: Remove runtime/cds/appcds/customLoader/HelloCustom_JFR.java from ProblemList.txt
...
Reviewed-by: egahlin
2025-01-20 08:54:15 +00:00
Robert Toyonaga
3804082cba
8346123: [REDO] NMT should not use ThreadCritical
...
Reviewed-by: dholmes, coleenp, stuefe
2025-01-18 17:21:28 +00:00
Serguei Spitsyn
6ef860c728
8332857: Test vmTestbase/nsk/jvmti/GetThreadCpuTime/thrcputime002/TestDescription.java failed
...
Reviewed-by: lmesnik, cjplummer, amenkov
2025-01-18 00:28:30 +00:00
Theo Weidmann
f64f22b360
8346107: Generators: testing utility for random value generation
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: epeter, chagedorn
2025-01-16 12:17:21 +00:00
Theo Weidmann
4ad5d5514e
8325030: PhaseMacroExpand::value_from_mem_phi assert with "unknown node on this path"
...
Reviewed-by: chagedorn, kvn
2025-01-16 12:16:14 +00:00
Joakim Nordström
91197b384f
8347531: The signal tests are failing after JDK-8345782 due to an unrelated warning
...
Reviewed-by: kevinw, dholmes
2025-01-15 08:56:38 +00:00
David Holmes
9b1bed0aa4
8290043: serviceability/attach/ConcAttachTest.java failed "guarantee(!CheckJNICalls) failed: Attached JNI thread exited without being detached"
...
Reviewed-by: jsjolen, coleenp
2025-01-14 19:49:55 +00:00
Kim Barrett
db76f47f27
8347720: [BACKOUT] Portable implementation of FORBID_C_FUNCTION and ALLOW_C_FUNCTION
...
Reviewed-by: coleenp
2025-01-14 17:42:24 +00:00
Coleen Phillimore
b4cd3b1296
8347566: Replace SSIZE_FORMAT with 'z' length modifier
...
Reviewed-by: dlong, dholmes, kbarrett
2025-01-14 12:33:56 +00:00
Emanuel Peter
f0af830f85
8335747: C2: fix overflow case for LoopLimit with constant inputs
...
Reviewed-by: kvn, qamai
2025-01-14 11:55:39 +00:00