[lworld] Integrated: 8377065: [lworld] Fix merge removing VM_Version::supports_fast_class_init_checks() check
Fei Yang
fyang at openjdk.org
Tue Feb 10 03:03:49 UTC 2026
On Tue, 3 Feb 2026 12:57:01 GMT, Fei Yang <fyang at openjdk.org> wrote:
> Hi,
>
> Please consider this small change fixing a minor issue in latest merge.
>
> The original issue is: https://bugs.openjdk.org/browse/JDK-8370112.
> After the latest merge, there is still one runtime check for `VM_Version::supports_fast_class_init_checks()` left in both x86 and aarch64 platform specific code. We should replace them with asserts for consistency with other places.
>
> Verified by running `hotspot_valhalla` and `jdk_valhalla` on these two platforms.
This pull request has now been integrated.
Changeset: 452ae2ad
Author: Fei Yang <fyang at openjdk.org>
Committer: Chen Liang <liach at openjdk.org>
URL: https://git.openjdk.org/valhalla/commit/452ae2ad11889ca749c585e8272cf3861f534422
Stats: 4 lines in 2 files changed: 2 ins; 0 del; 2 mod
8377065: [lworld] Fix merge removing VM_Version::supports_fast_class_init_checks() check
Reviewed-by: phubner, heidinga
-------------
PR: https://git.openjdk.org/valhalla/pull/2020
More information about the valhalla-dev
mailing list