jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties
changeset 39491 504b835d71a8
parent 39150 cb99396625b4
child 40261 86a49ba76f52
equal deleted inserted replaced
39490:1450367e1082 39491:504b835d71a8
    29 <file> option is to load release properties from the supplied file.\n\
    29 <file> option is to load release properties from the supplied file.\n\
    30 add: is to add properties to the 'release' file.\n\
    30 add: is to add properties to the 'release' file.\n\
    31 Any number of <key>=<value> pairs can be passed.\n\
    31 Any number of <key>=<value> pairs can be passed.\n\
    32 del: is to delete the list of keys in release file.
    32 del: is to delete the list of keys in release file.
    33 
    33 
    34 class-optim.argument=<all|forName-folding>[:log=<log file>]
    34 class-for-name.argument=
    35 
    35 
    36 class-optim.description=\
    36 class-for-name.description=\
    37 Class optimization. Warning: This plugin is experimental.\n\
    37 Class optimization: convert Class.forName calls to constant loads.
    38 An optional <log file> can be specified to log applied optimizations.
       
    39 
    38 
    40 compress.argument=<0|1|2>[:filter=<pattern-list>]
    39 compress.argument=<0|1|2>[:filter=<pattern-list>]
    41 
    40 
    42 compress.description=\
    41 compress.description=\
    43 Compress all resources in the output image.\n\
    42 Compress all resources in the output image.\n\
    44 Level 0: constant string sharing\n\
    43 Level 0: constant string sharing\n\
    45 Level 1: ZIP\n\
    44 Level 1: ZIP\n\
    46 Level 2: both.\n\
    45 Level 2: both.\n\
    47 An optional <pattern-list> filter can be specified to list the pattern of\n\
    46 An optional <pattern-list> filter can be specified to list the pattern of\n\
    48 files to be included.
    47 files to be included.
    49 
       
    50 
    48 
    51 compact-cp.argument=<resource paths>
    49 compact-cp.argument=<resource paths>
    52 
    50 
    53 compact-cp.description=Constant Pool strings sharing.\n\
    51 compact-cp.description=Constant Pool strings sharing.\n\
    54 By default, all resources are compressed. You can express the set \n\
    52 By default, all resources are compressed. You can express the set \n\