Searched refs:help (Results 1 - 25 of 107) sorted by relevance

12345

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/
H A DGraalOptions.java35 @Option(help = "Use compiler intrinsifications.", type = OptionType.Debug)
38 @Option(help = "Inline calls with monomorphic type profile.", type = OptionType.Expert)
41 @Option(help = "Inline calls with polymorphic type profile.", type = OptionType.Expert)
44 @Option(help = "Inline calls with megamorphic type profile (i.e., not all types could be recorded).", type = OptionType.Expert)
47 @Option(help = "Maximum desired size of the compiler graph in nodes.", type = OptionType.User)
50 @Option(help = "Minimum probability for methods to be inlined for megamorphic type profiles.", type = OptionType.Expert)
53 @Option(help = "Maximum level of recursive inlining.", type = OptionType.Expert)
56 @Option(help = "Graphs with less than this number of nodes are trivial and therefore always inlined.", type = OptionType.Expert)
59 @Option(help = "Inlining is explored up to this number of nodes in the graph for each call site.", type = OptionType.Expert)
62 @Option(help
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.options/src/org/graalvm/options/
H A DOptionDescriptor.java38 private final String help; field in class:OptionDescriptor
42 OptionDescriptor(OptionKey<?> key, String name, String help, OptionCategory kind, boolean deprecated) { argument
45 this.help = help;
93 return help;
103 return "OptionDescriptor [key=" + key + ", help=" + help + ", kind=" + kind + ", deprecated=" + deprecated + "]";
116 result = prime * result + ((help == null) ? 0 : help.hashCode());
140 Objects.equals(help, othe
170 private String help; field in class:OptionDescriptor.Builder
205 help(@uppressWarnings�) String help) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/replacements/
H A DHotspotSnippetsOptions.java40 @Option(help = "If the probability that a type check will hit one the profiled types (up to " +
44 @Option(help = "The maximum number of profiled types that will be used when compiling a profiled type check. " +
48 @Option(help = "Use a VM runtime call to load and clear the exception object from the thread at the start of a compiled exception handler.", type = OptionType.Debug)
51 @Option(help = "Enable profiling of allocation sites.", type = OptionType.Debug)
54 @Option(help = "file:doc-files/ProfileAllocationsContextHelp.txt", type = OptionType.Debug)
57 @Option(help = "Enable profiling of monitor operations.", type = OptionType.Debug)
60 @Option(help = "Handle simple cases for inflated monitors in the fast-path.", type = OptionType.Expert)
63 @Option(help = "Trace monitor operations on objects whose type contains this substring.", type = OptionType.Debug)
66 @Option(help = "Trace monitor operations in methods whose fully qualified name contains this substring.", type = OptionType.Debug)
69 @Option(help
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.java/src/org/graalvm/compiler/java/
H A DBytecodeParserOptions.java37 @Option(help = "The trace level for the bytecode parser used when building a graph from bytecode", type = OptionType.Debug)
40 @Option(help = "Inlines trivial methods during bytecode parsing.", type = OptionType.Expert)
43 @Option(help = "Inlines partial intrinsic exits during bytecode parsing when possible. " +
49 @Option(help = "Inlines intrinsic methods during bytecode parsing.", type = OptionType.Expert)
52 @Option(help = "Traces inlining performed during bytecode parsing.", type = OptionType.Debug)
55 @Option(help = "Traces use of plugins during bytecode parsing.", type = OptionType.Debug)
58 @Option(help = "Maximum depth when inlining during bytecode parsing.", type = OptionType.Debug)
61 @Option(help = "When creating info points hide the methods of the substitutions.", type = OptionType.Debug)
64 @Option(help = "Use intrinsics guarded by a virtual dispatch test at indirect call sites.", type = OptionType.Debug)
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DDebugOptions.java57 @Option(help = "Comma separated names of timers that are enabled irrespective of the value for Time option. " +
60 @Option(help = "Comma separated names of counters that are enabled irrespective of the value for Count option. " +
63 @Option(help = "Comma separated names of memory usage trackers that are enabled irrespective of the value for TrackMemUse option. " +
67 @Option(help = "Pattern for specifying scopes in which counters are enabled. " +
71 @Option(help = "Pattern for specifying scopes in which memory use tracking is enabled. " +
75 @Option(help = "Pattern for specifying scopes in which timing is enabled. " +
80 @Option(help = "Pattern for specifying scopes in which logging is enabled. " +
83 @Option(help = "file:doc-files/DumpHelp.txt", type = OptionType.Debug)
85 @Option(help = "Pattern for specifying scopes in which logging is enabled. " +
88 @Option(help
[all...]
H A DAssertions.java57 @Option(help = "Enable expensive assertions. (Require normal assertions enabled)", type = OptionType.Debug)
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/stubs/
H A DStubOptions.java39 @Option(help = "Trace execution of stub used to handle an exception thrown by a callee.", type = OptionType.Debug)
42 @Option(help = "Trace execution of the stub that routes an exception to a handler in the calling frame.", type = OptionType.Debug)
45 @Option(help = "Trace execution of slow path stub for array allocation.", type = OptionType.Debug)
48 @Option(help = "Trace execution of slow path stub for non-array object allocation.", type = OptionType.Debug)
51 @Option(help = "Force non-array object allocation to always use the slow path.", type = OptionType.Debug)
/openjdk10/jdk/test/sun/security/tools/keytool/
H A Dfile-in-help.sh26 # @summary keytool's help on -file always shows 'output file'
47 $TESTJAVA${FS}bin${FS}keytool ${TESTTOOLVMOPTS} -printcertreq -help 2> h1 || exit 1
48 $TESTJAVA${FS}bin${FS}keytool ${TESTTOOLVMOPTS} -exportcert -help 2> h2 || exit 2
H A Dnewhelp.sh26 # @summary keytool -help is unhelpful
47 $TESTJAVA${FS}bin${FS}keytool ${TESTTOOLVMOPTS} -help 2> h1 || exit 1
48 $TESTJAVA${FS}bin${FS}keytool ${TESTTOOLVMOPTS} -help -list 2> h2 || exit 2
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core/src/org/graalvm/compiler/core/
H A DGraalCompilerOptions.java37 @Option(help = "Print an informational line to the console for each completed compilation.", type = OptionType.Debug)
39 @Option(help = "Pattern for method(s) that will trigger an exception when compiled. " +
43 @Option(help = "file:doc-files/CompilationBailoutActionHelp.txt", type = OptionType.User)
45 @Option(help = "Specifies the action to take when compilation fails with a bailout exception. " +
48 @Option(help = "The maximum number of compilation failures or bailouts to handle with the action specified " +
51 @Option(help = "Alias for CompilationFailureAction=ExitVM.", type = OptionType.User)
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DOptionDescriptor.java37 protected final String help; field in class:OptionDescriptor
45 public static OptionDescriptor create(String name, Class<?> type, String help, Class<?> declaringClass, String fieldName, OptionKey<?> option) { argument
46 return create(name, type, help, NO_EXTRA_HELP, declaringClass, fieldName, option);
49 public static OptionDescriptor create(String name, Class<?> type, String help, String[] extraHelp, Class<?> declaringClass, String fieldName, OptionKey<?> option) { argument
54 result = new OptionDescriptor(name, type, help, extraHelpList, declaringClass, fieldName, option);
61 private OptionDescriptor(String name, Class<?> type, String help, List<String> extraHelp, Class<?> declaringClass, String fieldName, OptionKey<?> optionKey) { argument
64 this.help = help;
81 * Gets a descriptive help message for the option. This message should be self contained without
82 * relying on {@link #getExtraHelp() extra help line
[all...]
H A DOption.java41 * Gets a help message for the option.
43 * The first element of the array is the short help message. This part of the help message is
46 * The remaining elements contain a more detailed expansion of the help message and will be
49 * If there is only one element and it starts with {@code "file:"<path>}, then the help message
51 * in which the option is declared. The first line in the file is the short help message as
52 * described above. The remaining lines are the help message expansion.
54 String[] help(); method in interface:Option
/openjdk10/jdk/test/java/awt/MenuBar/DeadlockTest1/
H A DDeadlockTest1.java43 Menu help = new Menu("Help");
57 menubar.add(help);
58 menubar.setHelpMenu(help);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/meta/
H A DHotSpotAOTProfilingPlugin.java36 @Option(help = "Do profiling and callbacks to tiered runtime", type = OptionType.User)//
38 @Option(help = "Invocation notification frequency", type = OptionType.Expert)//
40 @Option(help = "Inlinee invocation notification frequency (-1 means count, but do not notify)", type = OptionType.Expert)//
42 @Option(help = "Invocation profile probability", type = OptionType.Expert)//
44 @Option(help = "Backedge notification frequency", type = OptionType.Expert)//
46 @Option(help = "Backedge profile probability", type = OptionType.Expert)//
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/phases/
H A DPostAllocationOptimizationStage.java43 @Option(help = "", type = OptionType.Debug)
45 @Option(help = "", type = OptionType.Debug)
47 @Option(help = "", type = OptionType.Debug)
49 @Option(help = "", type = OptionType.Debug)
51 @Option(help = "Enables profiling of move types on LIR level. " +
55 @Option(help = "Enables profiling of methods.", type = OptionType.Debug)
/openjdk10/jdk/test/tools/jjs/
H A Djjs-helpTest.sh31 # Tests that the output of 'jjs -help' is not empty
38 ${JJS} -J-Djava.security.manager -help > jjs-helpTest.out 2>&1
42 echo "Output of jjs -help is empty. Failed."
/openjdk10/langtools/test/tools/javac/main/
H A DOption_J_At_Test.java27 * @summary extra space in javac -help for -J and @ options
42 String[] help = { "-help" };
43 int rc = com.sun.tools.javac.Main.compile(help, pw);
/openjdk10/jdk/src/demo/share/jfc/Metalworks/
H A DMetalworksFrame.java114 JMenu help = buildHelpMenu();
145 menuBar.add(help);
281 JMenu help = new JMenu("Help");
299 help.add(about);
300 help.add(openHelp);
302 return help;
330 JInternalFrame help = new MetalworksHelp();
331 desktop.add(help, HELPLAYER);
333 help.setVisible(true);
334 help
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DReflectionOptionDescriptors.java44 * list of field name and help text pairs. We cannot use the {@link Option} annotation as it has a
80 String help = fieldsAndHelp[i + 1];
81 addOption(declaringClass, fieldName, help);
89 String help = cursor.getValue();
90 addOption(declaringClass, fieldName, help);
94 private void addOption(Class<?> declaringClass, String fieldName, String help) { argument
112 descriptors.put(fieldName, OptionDescriptor.create(fieldName, optionType, help, declaringClass, fieldName, (OptionKey<?>) f.get(null)));
/openjdk10/jdk/src/jdk.jcmd/share/classes/sun/tools/jps/
H A DArguments.java45 private boolean help; field in class:Arguments
55 ps.println("usage: jps [-help]");
67 || (args[0].compareTo("-help")== 0)) {
68 help = true;
136 return help;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotTTYStreamProvider.java40 @Option(help = "File to which logging is sent. A %p in the name will be replaced with a string identifying " +
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DBailoutAndRestartBackendException.java39 @Option(help = "Unlock backend restart feature.", type = OptionType.Debug)
/openjdk10/jdk/test/sun/tools/jrunscript/
H A Djrunscript-helpTest.sh47 ${JRUNSCRIPT} -help > jrunscript-helpTest.out 2>&1
51 echo "Output of jrunscript -help is empty. Failed."
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options.processor/src/org/graalvm/compiler/options/processor/
H A DOptionProcessor.java173 String[] helpValue = annotation.help();
174 String help = "";
178 help = helpValue[0];
179 if (help.startsWith("file:")) {
180 String path = help.substring("file:".length());
191 help = br.readLine();
192 if (help == null) {
193 help = "";
204 String msg = String.format("Error reading %s containing the help text for option field: %s", path, e);
210 help
335 final String help; field in class:OptionProcessor.OptionInfo
341 OptionInfo(String name, String help, String[] extraHelp, String type, String declaringClass, VariableElement field) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DTraceRegisterAllocationPhase.java54 @Option(help = "Use inter-trace register hints.", type = OptionType.Debug)
56 @Option(help = "Share information about spilled values to other traces.", type = OptionType.Debug)
58 @Option(help = "Reuse spill slots for global move resolution cycle breaking.", type = OptionType.Debug)
60 @Option(help = "Cache stack slots globally (i.e. a variable always gets the same slot in every trace).", type = OptionType.Debug)

Completed in 308 milliseconds

12345