src/hotspot/share/gc/z/zArguments.cpp
changeset 55603 3868dde58ebb
parent 54678 93f09ca4a7f8
child 58468 97cd0aa39787
equal deleted inserted replaced
55602:73395f9cad54 55603:3868dde58ebb
    90 
    90 
    91   // Verification before heap iteration not (yet) supported, for the
    91   // Verification before heap iteration not (yet) supported, for the
    92   // same reason we need fixup_partial_loads
    92   // same reason we need fixup_partial_loads
    93   FLAG_SET_DEFAULT(VerifyBeforeIteration, false);
    93   FLAG_SET_DEFAULT(VerifyBeforeIteration, false);
    94 
    94 
       
    95   if (VerifyBeforeGC || VerifyDuringGC || VerifyAfterGC) {
       
    96     FLAG_SET_DEFAULT(ZVerifyRoots, true);
       
    97     FLAG_SET_DEFAULT(ZVerifyObjects, true);
       
    98   }
       
    99 
    95   // Verification of stacks not (yet) supported, for the same reason
   100   // Verification of stacks not (yet) supported, for the same reason
    96   // we need fixup_partial_loads
   101   // we need fixup_partial_loads
    97   DEBUG_ONLY(FLAG_SET_DEFAULT(VerifyStack, false));
   102   DEBUG_ONLY(FLAG_SET_DEFAULT(VerifyStack, false));
    98 
   103 
    99   // Initialize platform specific arguments
   104   // Initialize platform specific arguments