< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

@@ -1902,11 +1902,12 @@
           "we plan to schedule remark")                                     \
           range(1, max_uintx)                                               \
                                                                             \
   product(uintx, CMSSamplingGrain, 16*K,                                    \
           "The minimum distance between eden samples for CMS (see above)")  \
-          range(1, max_uintx)                                               \
+          range(ObjectAlignmentInBytes, max_uintx)                          \
+          constraint(CMSSamplingGrainConstraintFunc,AfterMemoryInit)        \
                                                                             \
   product(bool, CMSScavengeBeforeRemark, false,                             \
           "Attempt scavenge before the CMS remark step")                    \
                                                                             \
   product(uintx, CMSWorkQueueDrainThreshold, 10,                            \
< prev index next >