On Tue, 23 Sep 2025 05:34:00 GMT, David Holmes <dhol...@openjdk.org> wrote:

> Otherwise how can these fields be considered as "trusted finals"??

FTR `System.in` et al are not considered as trusted finals. There's a special 
logic in `ciField::initialize_from()` to disable corresponding optimizations, 
so the fields aren't treated as constants.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25115#discussion_r2372557412

Reply via email to