Richard Reingruber
2009dc2b73
8302462: [REDO] 8297487: G1 Remark: no need to keep alive oop constants of nmethods on stack
...
Reviewed-by: tschatzl, ayang
2023-02-20 06:47:57 +00:00
Johan Sjölen
1428db798c
8301224: Replace NULL with nullptr in share/gc/shared/
...
Reviewed-by: stefank, kbarrett
2023-02-10 14:01:30 +00:00
Erik Österlund
4ba8122197
8299312: Clean up BarrierSetNMethod
...
Reviewed-by: mdoerr, fyang
2023-01-09 13:31:26 +00:00
Erik Österlund
e7c2a8e60e
8295214: Generational ZGC: Guard nmethods from cross modifying code
...
Reviewed-by: dholmes, rehn
2022-11-11 14:36:02 +00:00
Dean Long
fa68371bb8
8292584: assert(cb != __null) failed: must be with -XX:-Inline
...
Reviewed-by: kvn, rpressler
2022-09-01 20:19:37 +00:00
Feilong Jiang
2d7792c783
8293065: Zero build failure on AArch64 and RISCV64 after JDK-8293007
...
Reviewed-by: eosterlund, fyang, yadongwang, kvn
2022-08-31 00:56:27 +00:00
Yadong Wang
e016363b54
8293007: riscv: failed to build after JDK-8290025
...
Reviewed-by: fyang, fjiang, shade
2022-08-30 01:17:41 +00:00
Erik Österlund
054c23f484
8290025: Remove the Sweeper
...
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
2022-08-25 09:48:55 +00:00
Erik Österlund
a45a4b9465
8292194: G1 nmethod entry barrier disarm value wraps around too early
...
Reviewed-by: ayang, tschatzl
2022-08-24 13:11:23 +00:00
Martin Doerr
cf00677412
8292368: [ppc64] internal error g1BarrierSet.inline.hpp assert(oopDesc::is_oop(pre_val, true)) failed: Error
...
Reviewed-by: eosterlund, shade
2022-08-23 08:58:53 +00:00
Erik Österlund
1c0f0f4211
8292077: G1 nmethod entry barriers don't keep oops alive
...
Reviewed-by: tschatzl, stefank, vlivanov
2022-08-11 11:45:11 +00:00
Ioi Lam
49133809c2
8292007: Do not include vmSymbol.hpp in method.hpp
...
Reviewed-by: coleenp
2022-08-10 02:59:53 +00:00
Coleen Phillimore
270cf67e5f
8288752: Split thread implementation files
...
Reviewed-by: dholmes, rehn, iklam
2022-06-22 12:49:25 +00:00
Alan Bateman
9583e3657e
8284161: Implementation of Virtual Threads (Preview)
...
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
2022-05-07 08:06:16 +00:00
Alan Hayward
c1a28aa04a
8282392: [zero] Build broken on AArch64
...
Reviewed-by: aph, shade
2022-03-01 02:23:29 +00:00
Alan Hayward
6fab8a2d6a
8277204: Implement PAC-RET branch protection on Linux/AArch64
...
Reviewed-by: erikj, ihse, adinn, ngasson
2022-02-24 16:38:56 +00:00
Anton Kozlov
dbc9e4b50c
8253795: Implementation of JEP 391: macOS/AArch64 Port
...
8253816: Support macOS W^X
8253817: Support macOS Aarch64 ABI in Interpreter
8253818: Support macOS Aarch64 ABI for compiled wrappers
8253819: Implement os/cpu for macOS/AArch64
8253839: Update tests and JDK code for macOS/Aarch64
8254941: Implement Serviceability Agent for macOS/AArch64
8255776: Change build system for macOS/AArch64
8262903: [macos_aarch64] Thread::current() called on detached thread
Co-authored-by: Vladimir Kempik <vkempik@openjdk.org>
Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org>
Reviewed-by: erikj, ihse, prr, cjplummer, stefank, gziemski, aph, mbeckwit, luhenry
2021-03-25 18:10:18 +00:00
Stuart Monteith
739e8e322d
8216557: Aarch64: Add support for Concurrent Class Unloading
...
Co-authored-by: Andrew Haley <aph@redhat.com>
Reviewed-by: aph, eosterlund, pliden, njian
2020-04-29 14:53:48 +08:00
Zhengyu Gu
7f3ef14d5b
8230765: Implement nmethod barrier for x86_32 platforms
...
Reviewed-by: rkennke, eosterlund
2019-09-09 11:43:16 -04:00
Erik Österlund
0192c14c9b
8210498: nmethod entry barriers
...
Reviewed-by: kvn, pliden
2018-10-16 13:18:22 +02:00