< prev index next >

src/java.base/share/classes/sun/launcher/resources/launcher.properties

Print this page




  73 \    -X            print help on non-standard options\n\
  74 \    -ea[:<packagename>...|:<classname>]\n\
  75 \    -enableassertions[:<packagename>...|:<classname>]\n\
  76 \                  enable assertions with specified granularity\n\
  77 \    -da[:<packagename>...|:<classname>]\n\
  78 \    -disableassertions[:<packagename>...|:<classname>]\n\
  79 \                  disable assertions with specified granularity\n\
  80 \    -esa | -enablesystemassertions\n\
  81 \                  enable system assertions\n\
  82 \    -dsa | -disablesystemassertions\n\
  83 \                  disable system assertions\n\
  84 \    -agentlib:<libname>[=<options>]\n\
  85 \                  load native agent library <libname>, e.g. -agentlib:jdwp\n\
  86 \                  see also -agentlib:jdwp=help\n\
  87 \    -agentpath:<pathname>[=<options>]\n\
  88 \                  load native agent library by full pathname\n\
  89 \    -javaagent:<jarpath>[=<options>]\n\
  90 \                  load Java programming language agent, see java.lang.instrument\n\
  91 \    -splash:<imagepath>\n\
  92 \                  show splash screen with specified image\n\










  93 \    @<filepath>   read options from the specified file\n\
  94 
  95 See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
  96 
  97 # Translators please note do not translate the options themselves
  98 java.launcher.X.usage=\
  99 \    -Xmixed           mixed mode execution (default)\n\
 100 \    -Xint             interpreted mode execution only\n\
 101 \    -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
 102 \                      append to end of bootstrap class path\n\
 103 \    -Xdiag            show additional diagnostic messages\n\
 104 \    -Xdiag:resolver   show resolver diagnostic messages\n\
 105 \    -Xnoclassgc       disable class garbage collection\n\
 106 \    -Xloggc:<file>    log GC status to a file with time stamps\n\
 107 \    -Xbatch           disable background compilation\n\
 108 \    -Xms<size>        set initial Java heap size\n\
 109 \    -Xmx<size>        set maximum Java heap size\n\
 110 \    -Xss<size>        set java thread stack size\n\
 111 \    -Xprof            output cpu profiling data\n\
 112 \    -Xfuture          enable strictest checks, anticipating future default\n\




  73 \    -X            print help on non-standard options\n\
  74 \    -ea[:<packagename>...|:<classname>]\n\
  75 \    -enableassertions[:<packagename>...|:<classname>]\n\
  76 \                  enable assertions with specified granularity\n\
  77 \    -da[:<packagename>...|:<classname>]\n\
  78 \    -disableassertions[:<packagename>...|:<classname>]\n\
  79 \                  disable assertions with specified granularity\n\
  80 \    -esa | -enablesystemassertions\n\
  81 \                  enable system assertions\n\
  82 \    -dsa | -disablesystemassertions\n\
  83 \                  disable system assertions\n\
  84 \    -agentlib:<libname>[=<options>]\n\
  85 \                  load native agent library <libname>, e.g. -agentlib:jdwp\n\
  86 \                  see also -agentlib:jdwp=help\n\
  87 \    -agentpath:<pathname>[=<options>]\n\
  88 \                  load native agent library by full pathname\n\
  89 \    -javaagent:<jarpath>[=<options>]\n\
  90 \                  load Java programming language agent, see java.lang.instrument\n\
  91 \    -splash:<imagepath>\n\
  92 \                  show splash screen with specified image\n\
  93 \                  HiDPI scaled image is also supported\n\
  94 \                  Unscaled image name i.e. image.ext should be passed to -splash option for all image types\n\
  95 \                  irrespective of HiDPI and Non-HiDPI\n\
  96 \                  Scaled images should be provided in the <imagepath> directory \n\
  97 \                  Following is the naming convention for scaled images. \n\
  98 \                  Screen scale 1.25: image@125pct.ext\n\
  99 \                  Screen scale 1.50: image@150pct.ext\n\
 100 \                  Screen scale 2:    image@2x.ext \n\
 101 \                  Screen scale 2.50: image@250pct.ext\n\
 102 \                  Screen scale 3:    image@3x.ext\n\
 103 \    @<filepath>   read options from the specified file\n\
 104 
 105 See http://www.oracle.com/technetwork/java/javase/documentation/index.html for more details.
 106 
 107 # Translators please note do not translate the options themselves
 108 java.launcher.X.usage=\
 109 \    -Xmixed           mixed mode execution (default)\n\
 110 \    -Xint             interpreted mode execution only\n\
 111 \    -Xbootclasspath/a:<directories and zip/jar files separated by {0}>\n\
 112 \                      append to end of bootstrap class path\n\
 113 \    -Xdiag            show additional diagnostic messages\n\
 114 \    -Xdiag:resolver   show resolver diagnostic messages\n\
 115 \    -Xnoclassgc       disable class garbage collection\n\
 116 \    -Xloggc:<file>    log GC status to a file with time stamps\n\
 117 \    -Xbatch           disable background compilation\n\
 118 \    -Xms<size>        set initial Java heap size\n\
 119 \    -Xmx<size>        set maximum Java heap size\n\
 120 \    -Xss<size>        set java thread stack size\n\
 121 \    -Xprof            output cpu profiling data\n\
 122 \    -Xfuture          enable strictest checks, anticipating future default\n\


< prev index next >