src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties
changeset 48071 a5cadeee8763
parent 47216 71c04702a3d5
child 53923 c431ab7f9e85
equal deleted inserted replaced
48070:a4b6dd7ba4b8 48071:a5cadeee8763
    73 where <section-name> is \"man\" or \"headers".
    73 where <section-name> is \"man\" or \"headers".
    74 
    74 
    75 exclude-jmod-section.description=\
    75 exclude-jmod-section.description=\
    76 Specify a JMOD section to exclude
    76 Specify a JMOD section to exclude
    77 
    77 
    78 generate-jli-classes.argument=@filename[:ignore-version=<true|false>]
    78 generate-jli-classes.argument=@filename
    79 
    79 
    80 generate-jli-classes.description=\
    80 generate-jli-classes.description=\
    81 Specify a file listing the java.lang.invoke classes to pre-generate. \n\
    81 Specify a file listing the java.lang.invoke classes to pre-generate. \n\
    82 By default, this plugin may use a builtin list of classes to pre-generate. \n\
    82 By default, this plugin may use a builtin list of classes to pre-generate. \n\
    83 If this plugin runs on a different runtime version than the image being \n\
    83 If this plugin runs on a different runtime version than the image being \n\
    84 created then code generation will be disabled by default to guarantee \n\
    84 created then code generation will be disabled by default to guarantee \n\
    85 correctness - add ignore-version=true to override this.
    85 correctness - add ignore-version=true to override this.
    86 
    86 
    87 generate-jli-classes.ignore.version.warn=\
       
    88 WARNING: --generate-jli-classes set to ignore version mismatch between \n\
       
    89 JDK running jlink and target image.
       
    90 
       
    91 generate-jli-classes.version.mismatch.warn=\
       
    92 WARNING: Pre-generation of JLI classes is only supported when linking \n\
       
    93 the same version of java.base ({0}) as the JDK running jlink ({1}), \n\
       
    94 class generation skipped - specify ignore-version to override.
       
    95 
       
    96 system-modules.argument=retainModuleTarget
    87 system-modules.argument=retainModuleTarget
    97 
    88 
    98 system-modules.description=Fast loading of module descriptors (always enabled)
    89 system-modules.description=Fast loading of module descriptors (always enabled)
    99 
    90 
   100 onoff.argument=<on|off>
    91 onoff.argument=<on|off>