src/share/vm/gc/g1/g1_globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc/g1/g1_globals.hpp	Fri Jul 31 12:40:12 2015
--- new/src/share/vm/gc/g1/g1_globals.hpp	Fri Jul 31 12:40:12 2015

*** 23,32 **** --- 23,33 ---- */ #ifndef SHARE_VM_GC_G1_G1_GLOBALS_HPP #define SHARE_VM_GC_G1_G1_GLOBALS_HPP + #include <float.h> // for DBL_MAX #include "runtime/globals.hpp" // // Defines all globals flags used by the garbage-first compiler. //
*** 69,79 **** --- 70,80 ---- "Trace information string and symbol table scrubbing.") \ \ product(double, G1ConcMarkStepDurationMillis, 10.0, \ "Target duration of individual concurrent marking steps " \ "in milliseconds.") \ ! range(1.0, (double)max_uintx) \ ! range(1.0, DBL_MAX) \ \ product(intx, G1RefProcDrainInterval, 10, \ "The number of discovered reference objects to process before " \ "draining concurrent marking work queues.") \ range(1, max_intx) \

src/share/vm/gc/g1/g1_globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File