8309882: LinkedHashMap adds an errant serializable field
Reviewed-by: darcy, bpb, jpai, rriggs
This commit is contained in:
parent
c0aa6bf4fe
commit
e138685648
@ -330,7 +330,7 @@ public class LinkedHashMap<K,V>
|
||||
static final int PUT_NORM = 0;
|
||||
static final int PUT_FIRST = 1;
|
||||
static final int PUT_LAST = 2;
|
||||
int putMode = PUT_NORM;
|
||||
transient int putMode = PUT_NORM;
|
||||
|
||||
// Called after update, but not after insertion
|
||||
void afterNodeAccess(Node<K,V> e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user