< prev index next >

src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties

Print this page
rev 13971 : 8152641: Plugin to generate BMH$Species classes ahead-of-time
Reviewed-by: plevart, mchung, forax, vlivanov


  27 compact-cp.description=Constant Pool strings sharing.\n\
  28 By default, all resources are compressed. You can express the set \n\
  29 of resources to compress or not compress (use ^ for negation).
  30 
  31 copy-files.argument=<List of <file path>=<image target> to copy to the image>.
  32 
  33 copy-files.description=\
  34 If files to copy are not absolute path, JDK home dir is used.\n\
  35 eg: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewehere/conf.txt
  36 
  37 exclude-files.argument=<files to exclude | files of excluded files>
  38 
  39 exclude-files.description=\
  40 Specify files to exclude. eg: *.diz, /java.base/native/client/*
  41 
  42 exclude-resources.argument=<resources to exclude | file of excluded resources>
  43 
  44 exclude-resources.description=\
  45 Specify resources to exclude. eg: *.jcov, */META-INF/*
  46 





  47 installed-modules.description=Fast loading of module descriptors (always enabled)
  48 
  49 onoff.argument=<on|off>
  50 
  51 sort-resources.argument=<paths in priority order | file with resource paths>
  52 
  53 sort-resources.description=\
  54 Sort resources. eg: */modules-info.class,/java-base/java/lang/*
  55 
  56 strip-debug.description=\
  57 Strip debug information from the output image
  58 
  59 strip-native-commands.description=\
  60 Exclude native commands (such as java/java.exe) from the image
  61 
  62 vm.argument=<client|server|minimal|all>
  63 
  64 vm.description=\
  65 Select the HotSpot VM in the output image.  Default is all
  66  




  27 compact-cp.description=Constant Pool strings sharing.\n\
  28 By default, all resources are compressed. You can express the set \n\
  29 of resources to compress or not compress (use ^ for negation).
  30 
  31 copy-files.argument=<List of <file path>=<image target> to copy to the image>.
  32 
  33 copy-files.description=\
  34 If files to copy are not absolute path, JDK home dir is used.\n\
  35 eg: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewehere/conf.txt
  36 
  37 exclude-files.argument=<files to exclude | files of excluded files>
  38 
  39 exclude-files.description=\
  40 Specify files to exclude. eg: *.diz, /java.base/native/client/*
  41 
  42 exclude-resources.argument=<resources to exclude | file of excluded resources>
  43 
  44 exclude-resources.description=\
  45 Specify resources to exclude. eg: *.jcov, */META-INF/*
  46 
  47 generate-bmh.argument=<comma-separated list of signatures, e.g., LL,LLL>
  48 
  49 generate-bmh.description=\
  50 Concrete BoundMethodHandle classes to generate.
  51 
  52 installed-modules.description=Fast loading of module descriptors (always enabled)
  53 
  54 onoff.argument=<on|off>
  55 
  56 sort-resources.argument=<paths in priority order | file with resource paths>
  57 
  58 sort-resources.description=\
  59 Sort resources. eg: */modules-info.class,/java-base/java/lang/*
  60 
  61 strip-debug.description=\
  62 Strip debug information from the output image
  63 
  64 strip-native-commands.description=\
  65 Exclude native commands (such as java/java.exe) from the image
  66 
  67 vm.argument=<client|server|minimal|all>
  68 
  69 vm.description=\
  70 Select the HotSpot VM in the output image.  Default is all
  71  


< prev index next >