jdk/src/java.base/share/classes/jdk/internal/module/SystemModules.java
changeset 42338 a60f280f803c
parent 38431 ed73e79a0eb4
child 42703 20c39ea4a507
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    49     public static final String[] MODULE_NAMES = new String[0];
    49     public static final String[] MODULE_NAMES = new String[0];
    50 
    50 
    51     /**
    51     /**
    52      * Hash of system modules.
    52      * Hash of system modules.
    53      */
    53      */
    54     public static String[] MODULES_TO_HASH = new String[0];
    54     public static byte[][] MODULES_TO_HASH = new byte[0][];
    55 
    55 
    56     /**
    56     /**
    57      * Number of packages in the boot layer from the installed modules.
    57      * Number of packages in the boot layer from the installed modules.
    58      *
    58      *
    59      * Don't make it final to avoid inlining during compile time as
    59      * Don't make it final to avoid inlining during compile time as