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

1234567891011>>

/openjdk9/hotspot/src/share/vm/runtime/
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);
48 Flag::Error SharedReadWriteSizeConstraintFunc(size_t value, bool verbose);
49 Flag::Error SharedReadOnlySizeConstraintFunc(size_t value, bool verbose);
50 Flag::Error SharedMiscDataSizeConstraintFunc(size_t value, bool verbose);
[all...]
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 DcommandLineFlagConstraintsGC.cpp60 static Flag::Error ParallelGCThreadsAndCMSWorkQueueDrainThreshold(uint threads, uintx threshold, bool verbose) { argument
63 CommandLineError::print(verbose,
74 Flag::Error ParallelGCThreadsConstraintFunc(uint value, bool verbose) { argument
81 CommandLineError::print(verbose,
89 CommandLineError::print(verbose,
95 status = ParallelGCThreadsAndCMSWorkQueueDrainThreshold(value, CMSWorkQueueDrainThreshold, verbose);
102 Flag::Error ConcGCThreadsConstraintFunc(uint value, bool verbose) { argument
106 CommandLineError::print(verbose,
116 static Flag::Error MinPLABSizeBounds(const char* name, size_t value, bool verbose) { argument
119 CommandLineError::print(verbose,
129 MaxPLABSizeBounds(const char* name, size_t value, bool verbose) argument
142 MinMaxPLABSizeBounds(const char* name, size_t value, bool verbose) argument
151 YoungPLABSizeConstraintFunc(size_t value, bool verbose) argument
155 OldPLABSizeConstraintFunc(size_t value, bool verbose) argument
177 MinHeapFreeRatioConstraintFunc(uintx value, bool verbose) argument
189 MaxHeapFreeRatioConstraintFunc(uintx value, bool verbose) argument
201 CheckMaxHeapSizeAndSoftRefLRUPolicyMSPerMB(size_t maxHeap, intx softRef, bool verbose) argument
214 SoftRefLRUPolicyMSPerMBConstraintFunc(intx value, bool verbose) argument
218 MinMetaspaceFreeRatioConstraintFunc(uintx value, bool verbose) argument
230 MaxMetaspaceFreeRatioConstraintFunc(uintx value, bool verbose) argument
242 InitialTenuringThresholdConstraintFunc(uintx value, bool verbose) argument
256 MaxTenuringThresholdConstraintFunc(uintx value, bool verbose) argument
283 G1RSetRegionEntriesConstraintFunc(intx value, bool verbose) argument
299 G1RSetSparseRegionEntriesConstraintFunc(intx value, bool verbose) argument
315 G1HeapRegionSizeConstraintFunc(size_t value, bool verbose) argument
330 G1NewSizePercentConstraintFunc(uintx value, bool verbose) argument
344 G1MaxNewSizePercentConstraintFunc(uintx value, bool verbose) argument
359 ParGCStridesPerThreadConstraintFunc(uintx value, bool verbose) argument
372 ParGCCardsPerStrideChunkConstraintFunc(intx value, bool verbose) argument
405 CMSOldPLABMinConstraintFunc(size_t value, bool verbose) argument
423 CMSOldPLABMaxConstraintFunc(size_t value, bool verbose) argument
434 MarkStackSizeConstraintFunc(size_t value, bool verbose) argument
446 CMSReservedAreaConstraintFunc(const char* name, size_t value, bool verbose) argument
465 CMSRescanMultipleConstraintFunc(size_t value, bool verbose) argument
487 CMSConcMarkMultipleConstraintFunc(size_t value, bool verbose) argument
491 CMSPrecleanDenominatorConstraintFunc(uintx value, bool verbose) argument
504 CMSPrecleanNumeratorConstraintFunc(uintx value, bool verbose) argument
517 CMSSamplingGrainConstraintFunc(uintx value, bool verbose) argument
533 CMSWorkQueueDrainThresholdConstraintFunc(uintx value, bool verbose) argument
542 CMSBitMapYieldQuantumConstraintFunc(size_t value, bool verbose) argument
563 MaxGCPauseMillisConstraintFunc(uintx value, bool verbose) argument
577 GCPauseIntervalMillisConstraintFunc(uintx value, bool verbose) argument
609 InitialBootClassLoaderMetaspaceSizeConstraintFunc(size_t value, bool verbose) argument
622 MaxSizeForAlignment(const char* name, size_t value, size_t alignment, bool verbose) argument
634 MaxSizeForHeapAlignment(const char* name, size_t value, bool verbose) argument
650 InitialHeapSizeConstraintFunc(size_t value, bool verbose) argument
654 MaxHeapSizeConstraintFunc(size_t value, bool verbose) argument
663 HeapBaseMinAddressConstraintFunc(size_t value, bool verbose) argument
677 NewSizeConstraintFunc(size_t value, bool verbose) argument
695 MinTLABSizeConstraintFunc(size_t value, bool verbose) argument
714 TLABSizeConstraintFunc(size_t value, bool verbose) argument
737 TLABWasteIncrementConstraintFunc(uintx value, bool verbose) argument
753 SurvivorRatioConstraintFunc(uintx value, bool verbose) argument
767 MetaspaceSizeConstraintFunc(size_t value, bool verbose) argument
779 MaxMetaspaceSizeConstraintFunc(size_t value, bool verbose) argument
791 SurvivorAlignmentInBytesConstraintFunc(intx value, bool verbose) argument
[all...]
H A DcommandLineFlagConstraintsCompiler.cpp36 Flag::Error AliasLevelConstraintFunc(intx value, bool verbose) { argument
38 CommandLineError::print(verbose,
63 Flag::Error CICompilerCountConstraintFunc(intx value, bool verbose) { argument
82 CommandLineError::print(verbose,
92 Flag::Error AllocatePrefetchDistanceConstraintFunc(intx value, bool verbose) { argument
94 CommandLineError::print(verbose,
104 Flag::Error AllocatePrefetchStepSizeConstraintFunc(intx value, bool verbose) { argument
107 CommandLineError::print(verbose,
116 Flag::Error AllocatePrefetchInstrConstraintFunc(intx value, bool verbose) { argument
124 CommandLineError::print(verbose,
133 CompileThresholdConstraintFunc(intx value, bool verbose) argument
146 OnStackReplacePercentageConstraintFunc(intx value, bool verbose) argument
194 CodeCacheSegmentSizeConstraintFunc(uintx value, bool verbose) argument
226 CompilerThreadPriorityConstraintFunc(intx value, bool verbose) argument
242 CodeEntryAlignmentConstraintFunc(intx value, bool verbose) argument
270 OptoLoopAlignmentConstraintFunc(intx value, bool verbose) argument
291 ArraycopyDstPrefetchDistanceConstraintFunc(uintx value, bool verbose) argument
302 ArraycopySrcPrefetchDistanceConstraintFunc(uintx value, bool verbose) argument
313 TypeProfileLevelConstraintFunc(uintx value, bool verbose) argument
327 InitArrayShortSizeConstraintFunc(intx value, bool verbose) argument
336 InteriorEntryAlignmentConstraintFunc(intx value, bool verbose) argument
379 NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose) argument
[all...]
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
134 sharedConstraintFunc(const char *name, size_t value, size_t taken, bool verbose) argument
147 SharedReadWriteSizeConstraintFunc(size_t value, bool verbose) argument
152 SharedReadOnlySizeConstraintFunc(size_t value, bool verbose) argument
157 SharedMiscDataSizeConstraintFunc(size_t value, bool verbose) argument
162 SharedMiscCodeSizeConstraintFunc(size_t 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(bool value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; };
74 virtual Flag::Error apply_int(int 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_int(int value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
56 virtual Flag::Error check_intx(intx value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
57 virtual Flag::Error check_uint(uint value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
58 virtual Flag::Error check_uintx(uintx value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
59 virtual Flag::Error check_uint64_t(uint64_t value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
60 virtual Flag::Error check_size_t(size_t value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
61 virtual Flag::Error check_double(double value, bool verbose = true) { ShouldNotReachHere(); return Flag::ERR_OTHER; }
H A DtimerTrace.cpp44 bool verbose) {
46 _verbose = verbose;
41 TraceTime(const char* title, elapsedTimer* accumulator, bool doit, bool verbose) argument
H A DcommandLineFlagConstraintList.cpp48 Flag::Error apply_bool(bool value, bool verbose) { argument
49 return _constraint(value, verbose);
64 Flag::Error apply_int(int value, bool verbose) { argument
65 return _constraint(value, verbose);
80 Flag::Error apply_intx(intx value, bool verbose) { argument
81 return _constraint(value, verbose);
96 Flag::Error apply_uint(uint value, bool verbose) { argument
97 return _constraint(value, verbose);
112 Flag::Error apply_uintx(uintx value, bool verbose) { argument
113 return _constraint(value, verbose);
128 apply_uint64_t(uint64_t value, bool verbose) argument
144 apply_size_t(size_t value, bool verbose) argument
160 apply_double(double value, bool verbose) argument
[all...]
/openjdk9/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;
/openjdk9/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...]
/openjdk9/jdk/test/java/awt/print/PrinterJob/
H A DCheckAccess.java36 static boolean verbose; field in class:CheckAccess
39 if (verbose) {
62 verbose = true;
/openjdk9/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;
/openjdk9/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) {
/openjdk9/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)
/openjdk9/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)
/openjdk9/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;
/openjdk9/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...]
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DBIPUSH.java62 public String toString(boolean verbose) { argument
63 return super.toString(verbose) + " " + b;
H A DSIPUSH.java59 public String toString(boolean verbose) { argument
60 return super.toString(verbose) + " " + b;
/openjdk9/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
/openjdk9/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 211 milliseconds

1234567891011>>