mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8347121: Add missing @serial tags to module java.base
Reviewed-by: alanb
This commit is contained in:
parent
8c87ea2bdf
commit
ceae2b977d
89 changed files with 301 additions and 222 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue