Searched refs:verbose (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/openjdk10/hotspot/src/share/vm/runtime/
H A DcommandLineFlagConstraintsCompiler.hpp37 Flag::Error AliasLevelConstraintFunc(intx value, bool verbose);
39 Flag::Error CICompilerCountConstraintFunc(intx value, bool verbose);
41 Flag::Error AllocatePrefetchDistanceConstraintFunc(intx value, bool verbose);
43 Flag::Error AllocatePrefetchInstrConstraintFunc(intx value, bool verbose);
45 Flag::Error AllocatePrefetchStepSizeConstraintFunc(intx value, bool verbose);
47 Flag::Error CompileThresholdConstraintFunc(intx value, bool verbose);
49 Flag::Error OnStackReplacePercentageConstraintFunc(intx value, bool verbose);
51 Flag::Error CodeCacheSegmentSizeConstraintFunc(uintx value, bool verbose);
53 Flag::Error CompilerThreadPriorityConstraintFunc(intx value, bool verbose);
55 Flag::Error CodeEntryAlignmentConstraintFunc(intx value, bool verbose);
[all...]
H A DcommandLineFlagConstraintsGC.hpp37 Flag::Error ParallelGCThreadsConstraintFunc(uint value, bool verbose);
38 Flag::Error ConcGCThreadsConstraintFunc(uint value, bool verbose);
39 Flag::Error YoungPLABSizeConstraintFunc(size_t value, bool verbose);
40 Flag::Error OldPLABSizeConstraintFunc(size_t value, bool verbose);
41 Flag::Error MinHeapFreeRatioConstraintFunc(uintx value, bool verbose);
42 Flag::Error MaxHeapFreeRatioConstraintFunc(uintx value, bool verbose);
43 Flag::Error SoftRefLRUPolicyMSPerMBConstraintFunc(intx value, bool verbose);
44 Flag::Error MinMetaspaceFreeRatioConstraintFunc(uintx value, bool verbose);
45 Flag::Error MaxMetaspaceFreeRatioConstraintFunc(uintx value, bool verbose);
46 Flag::Error InitialTenuringThresholdConstraintFunc(uintx value, bool verbose);
[all...]
H A DcommandLineFlagConstraintsRuntime.hpp37 Flag::Error ObjectAlignmentInBytesConstraintFunc(intx value, bool verbose);
39 Flag::Error ContendedPaddingWidthConstraintFunc(intx value, bool verbose);
41 Flag::Error BiasedLockingBulkRebiasThresholdFunc(intx value, bool verbose);
42 Flag::Error BiasedLockingStartupDelayFunc(intx value, bool verbose);
43 Flag::Error BiasedLockingBulkRevokeThresholdFunc(intx value, bool verbose);
44 Flag::Error BiasedLockingDecayTimeFunc(intx value, bool verbose);
46 Flag::Error PerfDataSamplingIntervalFunc(intx value, bool verbose);
H A DcommandLineFlagConstraintsRuntime.cpp33 Flag::Error ObjectAlignmentInBytesConstraintFunc(intx value, bool verbose) { argument
35 CommandLineError::print(verbose,
43 CommandLineError::print(verbose,
54 Flag::Error ContendedPaddingWidthConstraintFunc(intx value, bool verbose) { argument
56 CommandLineError::print(verbose,
66 Flag::Error BiasedLockingBulkRebiasThresholdFunc(intx value, bool verbose) { argument
68 CommandLineError::print(verbose,
78 Flag::Error BiasedLockingStartupDelayFunc(intx value, bool verbose) { argument
80 CommandLineError::print(verbose,
90 Flag::Error BiasedLockingBulkRevokeThresholdFunc(intx value, bool verbose) { argument
109 BiasedLockingDecayTimeFunc(intx value, bool verbose) argument
122 PerfDataSamplingIntervalFunc(intx value, bool verbose) argument
[all...]
H A DcommandLineFlagConstraintsCompiler.cpp38 Flag::Error AliasLevelConstraintFunc(intx value, bool verbose) { argument
40 CommandLineError::print(verbose,
65 Flag::Error CICompilerCountConstraintFunc(intx value, bool verbose) { argument
84 CommandLineError::print(verbose,
94 Flag::Error AllocatePrefetchDistanceConstraintFunc(intx value, bool verbose) { argument
96 CommandLineError::print(verbose,
106 Flag::Error AllocatePrefetchStepSizeConstraintFunc(intx value, bool verbose) { argument
109 CommandLineError::print(verbose,
118 Flag::Error AllocatePrefetchInstrConstraintFunc(intx value, bool verbose) { argument
126 CommandLineError::print(verbose,
135 CompileThresholdConstraintFunc(intx value, bool verbose) argument
148 OnStackReplacePercentageConstraintFunc(intx value, bool verbose) argument
196 CodeCacheSegmentSizeConstraintFunc(uintx value, bool verbose) argument
228 CompilerThreadPriorityConstraintFunc(intx value, bool verbose) argument
244 CodeEntryAlignmentConstraintFunc(intx value, bool verbose) argument
272 OptoLoopAlignmentConstraintFunc(intx value, bool verbose) argument
294 ArraycopyDstPrefetchDistanceConstraintFunc(uintx value, bool verbose) argument
305 ArraycopySrcPrefetchDistanceConstraintFunc(uintx value, bool verbose) argument
316 TypeProfileLevelConstraintFunc(uintx value, bool verbose) argument
330 InitArrayShortSizeConstraintFunc(intx value, bool verbose) argument
339 InteriorEntryAlignmentConstraintFunc(intx value, bool verbose) argument
382 NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose) argument
395 RTMTotalCountIncrRateConstraintFunc(int value, bool verbose) argument
[all...]
H A DcommandLineFlagConstraintsGC.cpp61 static Flag::Error ParallelGCThreadsAndCMSWorkQueueDrainThreshold(uint threads, uintx threshold, bool verbose) { argument
64 CommandLineError::print(verbose,
75 Flag::Error ParallelGCThreadsConstraintFunc(uint value, bool verbose) { argument
82 CommandLineError::print(verbose,
90 CommandLineError::print(verbose,
96 status = ParallelGCThreadsAndCMSWorkQueueDrainThreshold(value, CMSWorkQueueDrainThreshold, verbose);
103 Flag::Error ConcGCThreadsConstraintFunc(uint value, bool verbose) { argument
107 CommandLineError::print(verbose,
117 static Flag::Error MinPLABSizeBounds(const char* name, size_t value, bool verbose) { argument
120 CommandLineError::print(verbose,
130 MaxPLABSizeBounds(const char* name, size_t value, bool verbose) argument
143 MinMaxPLABSizeBounds(const char* name, size_t value, bool verbose) argument
152 YoungPLABSizeConstraintFunc(size_t value, bool verbose) argument
156 OldPLABSizeConstraintFunc(size_t value, bool verbose) argument
178 MinHeapFreeRatioConstraintFunc(uintx value, bool verbose) argument
190 MaxHeapFreeRatioConstraintFunc(uintx value, bool verbose) argument
202 CheckMaxHeapSizeAndSoftRefLRUPolicyMSPerMB(size_t maxHeap, intx softRef, bool verbose) argument
215 SoftRefLRUPolicyMSPerMBConstraintFunc(intx value, bool verbose) argument
219 MinMetaspaceFreeRatioConstraintFunc(uintx value, bool verbose) argument
231 MaxMetaspaceFreeRatioConstraintFunc(uintx value, bool verbose) argument
243 InitialTenuringThresholdConstraintFunc(uintx value, bool verbose) argument
257 MaxTenuringThresholdConstraintFunc(uintx value, bool verbose) argument
284 G1RSetRegionEntriesConstraintFunc(intx value, bool verbose) argument
300 G1RSetSparseRegionEntriesConstraintFunc(intx value, bool verbose) argument
316 G1HeapRegionSizeConstraintFunc(size_t value, bool verbose) argument
331 G1NewSizePercentConstraintFunc(uintx value, bool verbose) argument
345 G1MaxNewSizePercentConstraintFunc(uintx value, bool verbose) argument
360 ParGCStridesPerThreadConstraintFunc(uintx value, bool verbose) argument
373 ParGCCardsPerStrideChunkConstraintFunc(intx value, bool verbose) argument
406 CMSOldPLABMinConstraintFunc(size_t value, bool verbose) argument
424 CMSOldPLABMaxConstraintFunc(size_t value, bool verbose) argument
435 MarkStackSizeConstraintFunc(size_t value, bool verbose) argument
447 CMSReservedAreaConstraintFunc(const char* name, size_t value, bool verbose) argument
466 CMSRescanMultipleConstraintFunc(size_t value, bool verbose) argument
488 CMSConcMarkMultipleConstraintFunc(size_t value, bool verbose) argument
492 CMSPrecleanDenominatorConstraintFunc(uintx value, bool verbose) argument
505 CMSPrecleanNumeratorConstraintFunc(uintx value, bool verbose) argument
518 CMSSamplingGrainConstraintFunc(uintx value, bool verbose) argument
534 CMSWorkQueueDrainThresholdConstraintFunc(uintx value, bool verbose) argument
543 CMSBitMapYieldQuantumConstraintFunc(size_t value, bool verbose) argument
564 MaxGCPauseMillisConstraintFunc(uintx value, bool verbose) argument
578 GCPauseIntervalMillisConstraintFunc(uintx value, bool verbose) argument
610 InitialBootClassLoaderMetaspaceSizeConstraintFunc(size_t value, bool verbose) argument
623 MaxSizeForAlignment(const char* name, size_t value, size_t alignment, bool verbose) argument
635 MaxSizeForHeapAlignment(const char* name, size_t value, bool verbose) argument
651 InitialHeapSizeConstraintFunc(size_t value, bool verbose) argument
655 MaxHeapSizeConstraintFunc(size_t value, bool verbose) argument
664 HeapBaseMinAddressConstraintFunc(size_t value, bool verbose) argument
678 NewSizeConstraintFunc(size_t value, bool verbose) argument
696 MinTLABSizeConstraintFunc(size_t value, bool verbose) argument
715 TLABSizeConstraintFunc(size_t value, bool verbose) argument
738 TLABWasteIncrementConstraintFunc(uintx value, bool verbose) argument
754 SurvivorRatioConstraintFunc(uintx value, bool verbose) argument
768 MetaspaceSizeConstraintFunc(size_t value, bool verbose) argument
780 MaxMetaspaceSizeConstraintFunc(size_t value, bool verbose) argument
792 SurvivorAlignmentInBytesConstraintFunc(intx value, bool verbose) argument
[all...]
H A DcommandLineFlagConstraintList.hpp42 typedef Flag::Error (*CommandLineFlagConstraintFunc_bool)(bool value, bool verbose);
43 typedef Flag::Error (*CommandLineFlagConstraintFunc_int)(int value, bool verbose);
44 typedef Flag::Error (*CommandLineFlagConstraintFunc_intx)(intx value, bool verbose);
45 typedef Flag::Error (*CommandLineFlagConstraintFunc_uint)(uint value, bool verbose);
46 typedef Flag::Error (*CommandLineFlagConstraintFunc_uintx)(uintx value, bool verbose);
47 typedef Flag::Error (*CommandLineFlagConstraintFunc_uint64_t)(uint64_t value, bool verbose);
48 typedef Flag::Error (*CommandLineFlagConstraintFunc_size_t)(size_t value, bool verbose);
49 typedef Flag::Error (*CommandLineFlagConstraintFunc_double)(double value, bool verbose);
73 virtual Flag::Error apply(bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; };
74 virtual Flag::Error apply_bool(bool value, bool verbose
[all...]
H A DtimerTrace.hpp63 bool verbose = false);
71 void set_verbose(bool verbose) { _verbose = verbose; } argument
72 bool verbose() const { return _verbose; } function in class:TraceTime
H A DcommandLineFlagRangeList.hpp44 static void print(bool verbose, const char* msg, ...);
55 virtual Flag::Error check(bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
56 virtual Flag::Error check_int(int value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
57 virtual Flag::Error check_intx(intx value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
58 virtual Flag::Error check_uint(uint value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
59 virtual Flag::Error check_uintx(uintx value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
60 virtual Flag::Error check_uint64_t(uint64_t value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
61 virtual Flag::Error check_size_t(size_t value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
62 virtual Flag::Error check_double(double value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
H A DcommandLineFlagConstraintList.cpp57 Flag::Error apply(bool verbose) { argument
59 return _constraint(value, verbose);
62 Flag::Error apply_bool(bool value, bool verbose) { argument
63 return _constraint(value, verbose);
77 Flag::Error apply(bool verbose) { argument
79 return _constraint(value, verbose);
82 Flag::Error apply_int(int value, bool verbose) { argument
83 return _constraint(value, verbose);
97 Flag::Error apply(bool verbose) { argument
99 return _constraint(value, verbose);
102 apply_intx(intx value, bool verbose) argument
117 apply(bool verbose) argument
122 apply_uint(uint value, bool verbose) argument
137 apply(bool verbose) argument
142 apply_uintx(uintx value, bool verbose) argument
157 apply(bool verbose) argument
162 apply_uint64_t(uint64_t value, bool verbose) argument
176 apply(bool verbose) argument
181 apply_size_t(size_t value, bool verbose) argument
196 apply(bool verbose) argument
201 apply_double(double value, bool verbose) argument
[all...]
H A DcommandLineFlagRangeList.cpp40 void CommandLineError::print(bool verbose, const char* msg, ...) { argument
41 if (verbose) {
59 Flag::Error check(bool verbose = true) {
60 return check_int(*_ptr, verbose);
63 Flag::Error check_int(int value, bool verbose = true) {
65 CommandLineError::print(verbose,
89 Flag::Error check(bool verbose = true) {
90 return check_intx(*_ptr, verbose);
93 Flag::Error check_intx(intx value, bool verbose = true) {
95 CommandLineError::print(verbose,
[all...]
H A DtimerTrace.cpp44 bool verbose) {
46 _verbose = verbose;
41 TraceTime(const char* title, elapsedTimer* accumulator, bool doit, bool verbose) argument
/openjdk10/jdk/make/src/classes/build/tools/compilefontconfig/
H A DCompileFontConfig.java36 boolean verbose = false;
37 if (argv.length != 0 && "-verbose".equals(argv[0])) {
38 verbose = true;
40 if (verbose) {
42 System.out.println("Usage: java CompileFontConfig [-verbose] propertiesFileName binaryFileName");
47 System.out.println("Usage: java CompileFontConfig [-verbose] propertiesFileName binaryFileNme");
53 CompileFontConfig(String inFile, String outFile, boolean verbose) { argument
57 FontConfiguration.verbose = verbose;
/openjdk10/common/bin/
H A Dunshuffle_patch.sh28 echo "Usage: $0 [-h|--help] [-v|--verbose] <repo> <input_patch> <output_patch>"
54 -v | --verbose )
113 verbose() { function
121 verbose "Attempting to rewrite: \"$line\""
136 verbose "Extracted path: \"$path\""
140 verbose "Not a src path, skipping."
152 verbose "Shuffle or unshuffle: $what"
166 verbose "Attempting to find \"$matchpath\""
169 verbose "Got matches: [$matches]"
187 verbose "Rewritin
[all...]
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DCheckAccess.java36 static boolean verbose; field in class:CheckAccess
39 if (verbose) {
62 verbose = true;
H A DCheckPrivilege.java36 static boolean verbose; field in class:CheckPrivilege
39 if (verbose) {
71 verbose = true;
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/rmi/rmic/newrmic/
H A DBatchEnvironment.java70 private boolean verbose = false; field in class:BatchEnvironment
105 public void setVerbose(boolean verbose) { argument
106 this.verbose = verbose;
112 public boolean verbose() { method in class:BatchEnvironment
113 return verbose;
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DPrinter.java40 static final boolean verbose = false; field in class:Printer
63 verbose = on;
95 public static void verbose(String str) { method in class:Printer
97 if (verbose)
/openjdk10/jdk/make/non-build-utils/src/build/tools/commentchecker/
H A DCommentChecker.java60 final static boolean verbose = false; field in class:CommentChecker
82 if (verbose) {
95 if (verbose) {
106 if (verbose) {
115 if (verbose) {
121 if (verbose) {
134 if (verbose) {
146 if (verbose) {
/openjdk10/jdk/test/tools/launcher/
H A DTooSmallStackSize.java47 static final boolean verbose = false; field in class:TooSmallStackSize
97 if (verbose)
100 if (verbose)
128 if (verbose)
131 if (verbose)
/openjdk10/jdk/test/java/io/Serializable/typeSafeEnum/
H A DTypeSafeEnum.java47 static boolean verbose = false; field in class:TypeSafeEnum
52 if (verbose) {
61 if (verbose) {
81 if (verbose) {
113 if (verbose) {
126 if (args.length > 0 && args[0].equals("-verbose"))
127 verbose = true;
/openjdk10/jdk/test/java/util/logging/
H A DRacingThreadsTest.java221 private static boolean verbose field in class:RacingThreadsTest
222 = Boolean.getBoolean("RacingThreadsTest.verbose");
279 * Get current verbose flag value.
280 * @return the current verbose flag value
283 return verbose;
287 * Set verbose flag to specified value.
288 * @param v the new verbose flag value
291 verbose = v;
342 if (verbose)
356 if (verbose)
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DOutlineableChunkStart.java76 public String toString(boolean verbose) { argument
H A DOutlineableChunkEnd.java66 public String toString(boolean verbose) { argument
/openjdk10/hotspot/test/compiler/jsr292/methodHandleExceptions/
H A DByteClassLoader.java41 * If Boolean property byteclassloader.verbose is true, be chatty about jar
47 final static boolean verbose field in class:ByteClassLoader
48 = Boolean.getBoolean("byteclassloader.verbose");
102 if (verbose) {
110 if (verbose) {
124 if (verbose) {

Completed in 305 milliseconds

1234567891011>>