Integrated: 8368961: Remove redundant checks in ciField.cpp

Zihao Lin duke at openjdk.org
Mon Nov 17 11:51:22 UTC 2025


On Fri, 7 Nov 2025 10:57:53 GMT, Zihao Lin <duke at openjdk.org> wrote:

> Remove redundant check in 'trust_final_non_static_fields' ciField.cpp
> 
> Remove:
> 1. java_lang_System check
> 2. is_box_klass check
> 3. java_lang_String check

This pull request has now been integrated.

Changeset: df35412d
Author:    Zihao Lin <linzihao1999 at outlook.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/df35412db1d7e883148590e24d968cfe2f5c6bbc
Stats:     9 lines in 1 file changed: 0 ins; 9 del; 0 mod

8368961: Remove redundant checks in ciField.cpp

Reviewed-by: bmaillard, aseoane, thartmann

-------------

PR: https://git.openjdk.org/jdk/pull/28191


More information about the hotspot-compiler-dev mailing list