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
Adam Sotona
3e989fd0f7
8346986: Remove ASM from java.base
...
Reviewed-by: dholmes, ihse, lmesnik, alanb
2025-01-14 09:28:56 +00:00
David Holmes
c1d322fff4
8347627: Compiler replay tests are failing after JDK-8346990
...
Reviewed-by: coleenp
2025-01-14 03:19:25 +00:00
Coleen Phillimore
379d05bcc1
8346990: Remove INTX_FORMAT and UINTX_FORMAT macros
...
Reviewed-by: kbarrett, dholmes, matsaave
2025-01-13 22:01:54 +00:00
Kim Barrett
e0f2f4b216
8313396: Portable implementation of FORBID_C_FUNCTION and ALLOW_C_FUNCTION
...
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: coleenp, dholmes, jsjolen
2025-01-13 18:25:42 +00:00
Roger Riggs
a7915bb2e1
8346468: SM cleanup of common test library
...
Reviewed-by: jpai, dfuchs
2025-01-13 16:43:44 +00:00
Christian Hagedorn
062f2dcfe5
8347554: [BACKOUT] C2: implement optimization for series of Add of unique value
...
Reviewed-by: thartmann
2025-01-13 14:19:43 +00:00
Coleen Phillimore
6e43f48fcf
8346929: runtime/ClassUnload/DictionaryDependsTest.java fails with "Test failed: should be unloaded"
...
Reviewed-by: dholmes, ccheung
2025-01-13 12:50:13 +00:00
Tobias Hartmann
82e2a79122
8347006: LoadRangeNode floats above array guard in arraycopy intrinsic
...
Reviewed-by: roland, qamai, kvn
2025-01-13 09:49:16 +00:00
Daniel Jeliński
3b9732edc6
8345471: Clean up compiler/intrinsics/sha/cli tests
...
Reviewed-by: kvn
2025-01-13 08:13:57 +00:00
Damon Fenacci
b37f123625
8347407: [BACKOUT] C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash)
...
Reviewed-by: thartmann, kvn
2025-01-13 07:59:51 +00:00