mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-02 15:20:27 +00:00
8387003: Stale doc comment in TrustFinalFields.java after JDK-8376777
Reviewed-by: shade, alanb
This commit is contained in:
parent
0de4ef76d8
commit
1fa4eb1b6a
@ -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.
|
||||
///
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user