Lines Matching defs:flag

203  * When a flag is eliminated, it can be added to this list in order to
204 * continue accepting this flag on the command-line, while issuing a warning
206 * limit, we flatly refuse to admit the existence of the flag. This allows
207 * a flag to die correctly over JDK releases using HSX.
211 JDK_Version obsoleted_in; // when the flag went away
255 // Returns true if the flag is obsolete and fits into the range specified
256 // for being ignored. In the case that the flag is ignored, the 'version'
257 // value is filled in with the version number when the flag became
264 // <flag>=xxx form
265 // [-|+]<flag> form
685 Flag* flag = Flag::find_flag(name, strlen(name));
686 if (flag != NULL && flag->is_ccstr()) {
687 if (flag->ccstr_accumulates()) {
700 // -XX:Foo:=xxx will reset the string flag to the given value.
986 // If you add a flag to any of the branches below,
1119 // AlwaysTenure flag should make ParNew promote all at first collection.
1259 // CMSParPromoteBlocksToClaim is a collector-specific flag, so
1404 // This flag could be switched ON if narrow oop base address is set to 0,
1516 // Deprecated flag
1636 // Sample flag setting code
1790 // Method for adding checks for flag consistency.
1969 // Limit the lower bound of this flag to 1 as it is used in a division
1983 warning("Experimental flag -XX:+UseMemSetInBOT is known to cause instability"
2445 // note this flag has been used, then ignore
2649 "ExtendedDTraceProbes flag is not applicable for this configuration\n");
3000 // If flag "-XX:Flags=flags-file" is used it will be the first option to be processed.
3043 // uncast const to modify the flag args->ignoreUnrecognized
3082 // the -XX:-PrintWarnings flag
3134 // To avoid changing the log format for 7 updates this flag is only
3200 // flag set to true on command line; warn the user that they
3203 "; ignoring UseBiasedLocking flag." );