jdk/test/java/lang/ref/SoftReference/Bash.java
changeset 32649 2ee9017c7597
parent 5506 202f599c92aa
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    47             head = this;
    47             head = this;
    48         }
    48         }
    49     }
    49     }
    50 
    50 
    51 
    51 
    52     final static int NUM_BLOCKS = 2048;
    52     static final int NUM_BLOCKS = 2048;
    53     final static int BLOCK_SIZE = 32768;
    53     static final int BLOCK_SIZE = 32768;
    54 
    54 
    55 
    55 
    56     public static void main(String[] args) throws Exception {
    56     public static void main(String[] args) throws Exception {
    57 
    57 
    58         for (int i = 0; i < NUM_BLOCKS; ++ i) {
    58         for (int i = 0; i < NUM_BLOCKS; ++ i) {