Lines Matching refs:and

2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
5 * This code is free software; you can redistribute it and/or modify it
106 // Check if head of 'option' matches 'name', and sets 'tail' remaining part of option string
145 // Initialize system properties key and value.
155 // Properties values are set to NULL and they are
205 * and ignoring the value. Once the JDK version reaches the 'accept_until'
255 // Returns true if the flag is obsolete and fits into the range specified
305 // processed (in particular, -Djava.endorsed.dirs=...) and before calling
326 // base are allocated in the C heap and freed by this class.
378 // Clear the prefix and suffix.
486 // Scan the directory and append any jar or zip files found to path.
736 // expand the array and add arg to the last element
960 // launcher.pid property is private and is processed
976 // Create new property and add at the end of the list
1001 // Turn these off for mixed and comp. Leave them on for Zero.
1035 // Be much more aggressive in tiered mode with -Xcomp and exercise C2 more.
1036 // We will first compile a level 3 version (C1 with full profiling), then do one invocation of it and
1037 // compile a level 4 (C2) and then continue executing it.
1086 // UseParNewGC and not explicitly set ParallelGCThreads we
1108 // By default YoungPLABSize and OldPLABSize are set to 4096 and 1024 respectively,
1110 // we set them to 1024 and 1024.
1137 // Adjust some sizes to suit CMS and/or ParNew needs; these work well on
1139 // further optimization and tuning efforts, and would almost
1140 // certainly gain from analysis of platform and environment.
1154 // In either case, adjust ParallelGCThreads and/or UseParNewGC
1168 // upper bound depends on # of threads and NewRatio.
1184 // NewSize was set on the command line and it is larger than
1196 // Code along this path potentially sets NewSize and OldSize
1210 // at least min_new, and at most preferred_max_new_size.
1245 // If OldPLABSize is set and CMSParPromoteBlocksToClaim is not,
1248 // with YoungPLABSize and OldPLABSize options.
1258 // OldPLABSize and CMSParPromoteBlocksToClaim are both set.
1262 "Both OldPLABSize and CMSParPromoteBlocksToClaim"
1374 // machine class and automatic selection policy.
1451 // interpretation and are not ergonomically set.
1526 // respecting the maximum and minimum sizes of the heap.
1571 // respecting the maximum and minimum sizes of the heap.
1683 " and " UINTX_FORMAT "\n",
1705 "%s of " UINTX_FORMAT " is invalid; must be between 0 and 100\n",
1737 "where num_of_file > 0 and num_of_size > 0\n"
1811 // Allow both -XX:-UseStackBanging and -XX:-UseBoundThreads in non-product
1918 // MT-safe. For the verification at start-up and shut-down, we don't
1919 // yet have a good way of acquiring and releasing these locks,
1921 // be able to acquire these locks and then do the iteration rather
1980 // use for experimentation and debugging.
2103 // prefix and the default bootclasspath. os::set_boot_path()
2150 // the -Djava.class.path and the -Dsun.java.command options are
2208 // -agentlib and -agentpath
2273 // Currently the minimum size and the initial heap sizes are the same.
2323 // HotSpot does not have separate native and Java stacks, ignore silently for compatibility
2478 // This option inspects the machine and attempts to set various
2481 // amounts of cpu and memory.
2510 // object heap (and is reserved with it) so subtract it
2515 warning("AggressiveHeap and MaxPermSize values may conflict");
2521 // Currently the minimum size and the initial heap sizes are the same.
2549 // and we end up promoting some of it. We don't have a definite
2558 // Enable parallel GC and adaptive generation sizing
2571 // but disallow DR and offlining (5008695).
2597 // The TLE options are for compatibility with 1.3 and will be
2793 // Java heap and the code cache.
2896 // Construct JavaVMInitArgs structure and parse as if it was part of the command line
2938 // or page size, and fix them up. Explicit sharing options override other
2945 warning("selecting serial gc and disabling large pages %s"
2946 "because of %s", "" LP64_ONLY("and compressed oops "),
3075 // Parse JavaVMInitArgs structure passed in, as well as JAVA_TOOL_OPTIONS and _JAVA_OPTIONS
3135 // true by default in JDK8 and above.
3161 // Check if the policy is valid. Policies 0 and 1 are valid for non-tiered setup.
3262 // set PauseAtExit if the gamma launcher was used and a debugger is attached
3366 // Copies src into buf, replacing "%%" with "%" and "%p" with pid