8347121: Add missing @serial tags to module java.base

Reviewed-by: alanb
This commit is contained in:
Hannes Wallnöfer 2025-01-09 11:49:18 +00:00
parent 8c87ea2bdf
commit ceae2b977d
89 changed files with 301 additions and 222 deletions

View file

@ -63,6 +63,7 @@ public class AtomicInteger extends Number implements java.io.Serializable {
private static final long VALUE
= U.objectFieldOffset(AtomicInteger.class, "value");
/** @serial */
private volatile int value;
/**