mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8277606: String(String) constructor could copy hashIsZero
Reviewed-by: redestad, rriggs
This commit is contained in:
parent
5a4a9bb9d5
commit
e30e676709
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ public final class String
|
|||
this.value = original.value;
|
||||
this.coder = original.coder;
|
||||
this.hash = original.hash;
|
||||
this.hashIsZero = original.hashIsZero;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue