Integrated: 8366984: Remove delay slot support
Daniel Jeliński
djelinski at openjdk.org
Wed Sep 10 06:19:30 UTC 2025
On Fri, 5 Sep 2025 14:24:50 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
> SPARC was the only supported architecture that uses a delay slot. The SPARC port was removed in JDK 15, and the code is effectively dead. Let's remove it.
>
> The changes are no-op on all architectures that do not use delay slots. I still tested tier 1-5 on mach5, no related failures.
This pull request has now been integrated.
Changeset: b7b01d6f
Author: Daniel Jeliński <djelinski at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/b7b01d6f564ae34e913ae51bd2f8243a32807136
Stats: 456 lines in 19 files changed: 1 ins; 407 del; 48 mod
8366984: Remove delay slot support
Reviewed-by: dlong, epeter
-------------
PR: https://git.openjdk.org/jdk/pull/27119
More information about the hotspot-dev
mailing list