Code Review for ConcurrentSkipListMap.clone

Prepared by:Martin Buchholz (martin) on Thu May 2 06:15:01 PDT 2019
Summary of changes: 27 lines changed: 27 ins; 0 del; 0 mod; 3622 unchg
Changeset: ConcurrentSkipListMap.clone.patch
Legend: Modified file Deleted file New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/java.base/share/classes/java/util/concurrent/ConcurrentSkipListMap.java

8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
Reviewed-by: martin, smarks
Contributed-by: Adam Farley8 <adam.farley@uk.ibm.com>, Martin Buchholz <martinrb@google.com>
1 line changed: 1 ins; 0 del; 0 mod; 3416 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw test/jdk/java/util/concurrent/tck/MapTest.java

8222930: ConcurrentSkipListMap.clone() shares size variable between original and clone
Reviewed-by: martin, smarks
Contributed-by: Adam Farley8 <adam.farley@uk.ibm.com>, Martin Buchholz <martinrb@google.com>
26 lines changed: 26 ins; 0 del; 0 mod; 206 unchg