Hamlin Li
dc940ec8af
8344387: RISC-V: C2: Improve encoding of LoadNKlass for compact headers
...
Reviewed-by: fyang, luhenry
2024-11-19 15:59:30 +00:00
Ivan Walulya
1717946c1b
8344302: G1: Refactor G1CMTask::do_marking_step to use smaller wrapper methods
...
Reviewed-by: tschatzl, ayang
2024-11-19 14:31:40 +00:00
Fei Yang
0d66689177
8344393: RISC-V: Remove option UseRVVForBigIntegerShiftIntrinsics
...
Reviewed-by: mli, fjiang
2024-11-19 10:20:58 +00:00
Amit Kumar
7540fa2147
8343884: [s390x] Disallow OptoScheduling
...
Reviewed-by: lucy
2024-11-19 10:16:22 +00:00
Tobias Hartmann
9d60300fee
8344199: Incorrect excluded field value set by getEventWriter intrinsic
...
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: syan, mgronlun
2024-11-19 10:01:49 +00:00
Aleksey Shipilev
76a55c3cb6
8341334: CDS: Parallel relocation
...
Reviewed-by: iklam, adinn, stuefe
2024-11-19 08:45:02 +00:00
Alex Menkov
dd8636908c
8344262: Win32AttachOperationRequest objects are created by using global new
...
Reviewed-by: jwaters, dholmes
2024-11-19 00:08:06 +00:00
Patricio Chilano Mateo
f636674889
8344247: Move objectWaiter field to VirtualThread instance
...
Reviewed-by: dholmes, coleenp
2024-11-18 20:48:09 +00:00
Aleksey Shipilev
2649406323
8344352: 32-bit builds crash after JDK-8305895
...
Reviewed-by: rkennke, coleenp
2024-11-18 18:38:56 +00:00
Aleksey Shipilev
c4e7dc7ff2
8344389: 32-bit builds fail at CDS build time after JDK-8331497
...
Reviewed-by: iklam
2024-11-18 18:08:20 +00:00
Coleen Phillimore
dfddbcaab8
8341916: Remove ProtectionDomain related hotspot code and tests
...
Reviewed-by: dholmes, iklam, jrose
2024-11-18 12:48:40 +00:00
Amit Kumar
b8b70c8b4e
8344379: [s390x] build failure due to missing change from JDK-8339466
...
Reviewed-by: lucy, shade
2024-11-18 10:40:52 +00:00
Antón Seoane Ampudia
5fc4322267
8288298: Resolve multiline message parsing ambiguities in UL
...
Reviewed-by: jsjolen, rcastanedalo, dholmes
2024-11-18 10:40:33 +00:00
Tobias Holenstein
b9c6ce900b
8344122: IGV: Extend c2 IdealGraphPrinter to send subgraphs to IGV
...
Reviewed-by: chagedorn, epeter, rcastanedalo
2024-11-18 09:36:08 +00:00
Richard Reingruber
4a7ce1d7c1
8344205: [PPC]: failing assertion: sharedRuntime_ppc.cpp:1652: cookie not found
...
Reviewed-by: mdoerr
2024-11-18 08:18:15 +00:00
Sidraya Jayagond
92b26317d4
8327652: S390x: Implements SLP support
...
Reviewed-by: amitkumar, lucy, mdoerr
2024-11-18 06:51:11 +00:00
Gui Cao
80e37a96bb
8344265: RISC-V: Remove unused function get_previous_sp_entry
...
Reviewed-by: fyang, mli
2024-11-18 00:48:24 +00:00
Ioi Lam
41a2d49f0a
8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking
...
Reviewed-by: jrose, kvn, heidinga, asmehra, vlivanov
2024-11-15 22:28:54 +00:00
Roman Kennke
276251c44a
8342826: Improve performance of oopDesc::klass() after JDK-8305895
...
Reviewed-by: coleenp, shade, mli
2024-11-15 21:21:03 +00:00
Roman Kennke
ff12ff534a
8340453: C2: Improve encoding of LoadNKlass for compact headers
...
Reviewed-by: rcastanedalo, mli
2024-11-15 18:10:30 +00:00
Sonia Zaldana Calles
6cdebf0e4c
8343599: Kmem limit and max values swapped when printing container information
...
Reviewed-by: sjohanss, sgehwolf
2024-11-15 14:07:32 +00:00
Markus Grönlund
a672138aa7
8344161: Argument type mismatch for jfr_type_id
...
Reviewed-by: kbarrett
2024-11-15 13:38:52 +00:00
Casper Norrbin
75c651f859
8327156: Avoid copying in StringTable::intern(oop, TRAPS)
...
8326865: Avoid copying in StringTable::intern(Symbol*, TRAPS)
8327825: StringTable::intern is slow
Reviewed-by: dholmes, coleenp, jsjolen
2024-11-15 11:28:02 +00:00
David Holmes
db56266ad1
8344250: Obsolete the DontYieldALot flag
...
Reviewed-by: darcy, matsaave, iklam
2024-11-14 22:23:16 +00:00
Thomas Schatzl
a73226b18e
8297692: Avoid sending per-region GCPhaseParallel JFR events in G1ScanCollectionSetRegionClosure
...
Reviewed-by: iwalulya, ayang, sangheki
2024-11-14 13:31:50 +00:00
Coleen Phillimore
6757994ad9
8343633: The ClassLoader::print_counters() prints to stdout when logging is enabled.
...
Reviewed-by: iklam, ccheung
2024-11-14 12:40:22 +00:00
Coleen Phillimore
8ccc48c9c8
8344032: InterpreterRuntime::verify_mdp() missing lock while printing MethodData on failure
...
Reviewed-by: shade, dholmes, tschatzl
2024-11-14 12:39:01 +00:00
Coleen Phillimore
2145ace384
8341094: Clean up relax_verify in ClassFileParser
...
Reviewed-by: dholmes, iklam
2024-11-14 12:08:42 +00:00
Roberto Castañeda Lozano
a8152bdb9a
8343941: IGV: dump graph at different register allocation steps
...
Reviewed-by: chagedorn, dfenacci, dlunden
2024-11-14 08:56:38 +00:00
Christian Hagedorn
c977ef7b45
8342047: Create Template Assertion Predicates with Halt nodes only instead of uncommon traps
...
Reviewed-by: epeter, thartmann
2024-11-14 07:13:19 +00:00
Axel Boldt-Christmas
e7d90b941f
8343460: ZGC: Crash in ZRemembered::scan_page_and_clear_remset
...
Reviewed-by: jsikstro, eosterlund, stefank
2024-11-14 06:13:19 +00:00
Fei Yang
90e92342fc
8344074: RISC-V: C1: More accurate _exception_handler_size and _deopt_handler_size
...
Reviewed-by: mli, fjiang
2024-11-14 00:53:54 +00:00
Calvin Cheung
dde6230751
8343416: CDS dump fails when unregistered class can also be loaded from system modules
...
Reviewed-by: iklam, matsaave
2024-11-13 19:36:15 +00:00
hanklo6
916694f2c1
8343317: Extend test generation tool to handle APX NDD/NF flavor of instructions
...
Reviewed-by: sviswanathan, sparasa
2024-11-13 16:19:33 +00:00
Gerard Ziemski
c00e20c399
8343285: java.lang.Process is unresponsive and CPU usage spikes to 100%
...
Reviewed-by: dholmes, rriggs, shade
2024-11-13 15:33:00 +00:00
theoweidmannoracle
b80ca4902a
8344124: JDK-8341411 Broke the build
...
Reviewed-by: thartmann, chagedorn, epeter, jwaters
2024-11-13 14:55:20 +00:00
Markus Grönlund
a08d67c2a9
8344080: Return type mismatch for jfr_unregister_stack_filter
...
Reviewed-by: tschatzl, kbarrett
2024-11-13 14:19:20 +00:00
theoweidmannoracle
8af304c60f
8341411: C2: remove slice parameter from GraphKit::make_load() and GraphKit::store_to_memory()
...
Reviewed-by: thartmann, roland
2024-11-13 13:34:09 +00:00
Daniel Jeliński
b72fe75533
8343140: JfrJavaSupport uses the wrong accessors for sub-int fields
...
Reviewed-by: shade, egahlin
2024-11-13 13:18:28 +00:00
Thomas Stuefe
133f8f3186
8344014: Simplify TracePhase constructor
...
Reviewed-by: dlong, roland
2024-11-13 12:30:06 +00:00
Christian Hagedorn
d334af0841
8344089: Fix wrong location of TestWrongMinLWiden.java
...
Reviewed-by: thartmann, rcastanedalo
2024-11-13 11:54:28 +00:00
Magnus Ihse Bursie
79345bbbae
8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port
...
Reviewed-by: kbarrett, kvn, stuefe, shade, erikj
2024-11-13 09:41:57 +00:00
Christian Hagedorn
2eeaa57b19
8343944: C2: MinLNode::add_ring() computes _widen wrongly leading to an endless widening/compilation
...
Reviewed-by: thartmann, rcastanedalo
2024-11-13 08:39:17 +00:00
Albert Mingkun Yang
e9ede464b2
8343508: Parallel: Use ordinary klass accessor in verify_filler_in_dense_prefix
...
Reviewed-by: tschatzl, zgu
2024-11-13 08:32:44 +00:00
Fei Yang
c78de7bf5f
8343964: RISC-V: Improve PrintOptoAssembly output for loadNKlassCompactHeaders node
...
Reviewed-by: mli, fjiang
2024-11-13 02:56:52 +00:00
Fei Yang
eb40a88f40
8343430: RISC-V: C2: Remove old trampoline call
...
Reviewed-by: mli, rehn
2024-11-13 00:07:44 +00:00
Alex Menkov
a4e2c20849
8343344: Windows attach logic failed to handle a failed open on a pipe
...
Reviewed-by: kevinw, cjplummer
2024-11-12 20:24:25 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Tom Rodriguez
c12b386d19
8338007: [JVMCI] ResolvedJavaMethod.reprofile can crash ciMethodData
...
Reviewed-by: dnsimon, kvn
2024-11-12 15:52:30 +00:00
Markus Grönlund
81752c4bcc
8338565: Test crashed: assert(is_path_empty()) failed: invariant
...
Reviewed-by: egahlin
2024-11-12 15:45:23 +00:00