src/share/vm/gc_implementation/shared/allocationStats.cpp

changeset 4542
db9981fd3124
parent 2314
f95d63e2154a
child 6198
55fb97c4c58d
equal deleted inserted replaced
4461:46e60405583b 4542:db9981fd3124
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 24
25 #include "precompiled.hpp" 25 #include "precompiled.hpp"
26 #ifndef SERIALGC 26 #include "utilities/macros.hpp"
27 #if INCLUDE_ALL_GCS
27 #include "gc_implementation/shared/allocationStats.hpp" 28 #include "gc_implementation/shared/allocationStats.hpp"
28 #include "utilities/ostream.hpp" 29 #include "utilities/ostream.hpp"
29 #endif 30 #endif // INCLUDE_ALL_GCS
30 31
31 // Technically this should be derived from machine speed, and 32 // Technically this should be derived from machine speed, and
32 // ideally it would be dynamically adjusted. 33 // ideally it would be dynamically adjusted.
33 float AllocationStats::_threshold = ((float)CMS_SweepTimerThresholdMillis)/1000; 34 float AllocationStats::_threshold = ((float)CMS_SweepTimerThresholdMillis)/1000;

mercurial