ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/HashMap/WhiteBoxResizeTest.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/HashMap/WhiteBoxResizeTest.java (file contents):
Revision 1.2 by jsr166, Wed Dec 19 14:48:32 2018 UTC vs.
Revision 1.3 by jsr166, Wed Dec 19 15:17:48 2018 UTC

# Line 44 | Line 44 | import static org.testng.Assert.assertNu
44   * @modules java.base/java.util:open
45   * @summary White box tests for HashMap internals around table resize
46   * @run testng WhiteBoxResizeTest
47 + * @key randomness
48   */
49   public class WhiteBoxResizeTest {
50      final ThreadLocalRandom rnd = ThreadLocalRandom.current();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines