8387003: Stale doc comment in TrustFinalFields.java after JDK-8376777

Reviewed-by: shade, alanb
This commit is contained in:
Joel Sikström 2026-06-22 08:04:49 +00:00
parent 0de4ef76d8
commit 1fa4eb1b6a

View File

@ -35,7 +35,7 @@ import java.lang.annotation.Target;
///
/// The compiler already treats static final fields and instance final fields in
/// record classes and hidden classes as constant. All classes in select
/// packages (Defined in `trust_final_non_static_fields` in `ciField.cpp`) in
/// packages (Defined in `trust_final_nonstatic_fields` in `ciField.cpp`) in
/// the boot class loader also have their instance final fields trusted. This
/// annotation is not necessary in these cases.
///