< prev index next >

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

Print this page
rev 14946 : 8160829: Remove ASMPool support from jlink
Reviewed-by: sundar, psandoz, forax


  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 release-info.argument=<file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key list>
  27 
  28 release-info.description=\
  29 <file> option is to load release properties from the supplied file.\n\
  30 add: is to add properties to the 'release' file.\n\
  31 Any number of <key>=<value> pairs can be passed.\n\
  32 del: is to delete the list of keys in release file.
  33 
  34 class-optim.argument=<all|forName-folding>[:log=<log file>]
  35 
  36 class-optim.description=\
  37 Class optimization. Warning: This plugin is experimental.\n\
  38 An optional <log file> can be specified to log applied optimizations.
  39 
  40 compress.argument=<0|1|2>[:filter=<pattern-list>]
  41 
  42 compress.description=\
  43 Compress all resources in the output image.\n\
  44 Level 0: constant string sharing\n\
  45 Level 1: ZIP\n\
  46 Level 2: both.\n\
  47 An optional <pattern-list> filter can be specified to list the pattern of\n\
  48 files to be included.
  49 
  50 
  51 compact-cp.argument=<resource paths>
  52 
  53 compact-cp.description=Constant Pool strings sharing.\n\
  54 By default, all resources are compressed. You can express the set \n\
  55 of resources to compress or not compress (use ^ for negation).
  56 
  57 copy-files.argument=<List of <file path>=<image target> to copy to the image>.
  58 
  59 copy-files.description=\
  60 If files to copy are not absolute path, JDK home dir is used.\n\
  61 e.g.: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewehere/conf.txt
  62 
  63 exclude-files.argument=<pattern-list> of files to exclude
  64 
  65 exclude-files.description=\
  66 Specify files to exclude. e.g.: **.java,glob:/java.base/native/client/**
  67 
  68 exclude-resources.argument=<pattern-list> resources to exclude
  69 
  70 exclude-resources.description=\




  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 release-info.argument=<file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key list>
  27 
  28 release-info.description=\
  29 <file> option is to load release properties from the supplied file.\n\
  30 add: is to add properties to the 'release' file.\n\
  31 Any number of <key>=<value> pairs can be passed.\n\
  32 del: is to delete the list of keys in release file.
  33 
  34 class-for-name.argument=
  35 
  36 class-for-name.description=\
  37 Class optimization: convert Class.forName calls to constant loads.

  38 
  39 compress.argument=<0|1|2>[:filter=<pattern-list>]
  40 
  41 compress.description=\
  42 Compress all resources in the output image.\n\
  43 Level 0: constant string sharing\n\
  44 Level 1: ZIP\n\
  45 Level 2: both.\n\
  46 An optional <pattern-list> filter can be specified to list the pattern of\n\
  47 files to be included.
  48 

  49 compact-cp.argument=<resource paths>
  50 
  51 compact-cp.description=Constant Pool strings sharing.\n\
  52 By default, all resources are compressed. You can express the set \n\
  53 of resources to compress or not compress (use ^ for negation).
  54 
  55 copy-files.argument=<List of <file path>=<image target> to copy to the image>.
  56 
  57 copy-files.description=\
  58 If files to copy are not absolute path, JDK home dir is used.\n\
  59 e.g.: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewehere/conf.txt
  60 
  61 exclude-files.argument=<pattern-list> of files to exclude
  62 
  63 exclude-files.description=\
  64 Specify files to exclude. e.g.: **.java,glob:/java.base/native/client/**
  65 
  66 exclude-resources.argument=<pattern-list> resources to exclude
  67 
  68 exclude-resources.description=\


< prev index next >