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

@ -278,6 +278,7 @@ public abstract class ForkJoinTask<V> implements Future<V>, Serializable {
static final int UNCOMPENSATE = 1 << 16; // helpJoin sentinel
// Fields
/** @serial */
volatile int status; // accessed directly by pool and workers
private transient volatile Aux aux; // either waiters or thrown Exception