jdk/test/java/util/Hashtable/DeserializedLength.java
changeset 42338 a60f280f803c
parent 28559 e4d6d177eef0
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    27 
    27 
    28 /**
    28 /**
    29  * @test
    29  * @test
    30  * @bug 8068427
    30  * @bug 8068427
    31  * @summary Hashtable deserialization reconstitutes table with wrong capacity
    31  * @summary Hashtable deserialization reconstitutes table with wrong capacity
       
    32  * @modules java.base/java.util:open
    32  */
    33  */
    33 public class DeserializedLength {
    34 public class DeserializedLength {
    34 
    35 
    35     static boolean testDeserializedLength(int elements, float loadFactor) throws Exception {
    36     static boolean testDeserializedLength(int elements, float loadFactor) throws Exception {
    36 
    37