< prev index next >

src/hotspot/share/runtime/flags/jvmFlagConstraintsRuntime.hpp

Print this page
*** 32,10 ***
--- 32,11 ---
   * whenever flag's value changes. If the constraint fails the function should return
   * an appropriate error value.
   */
  
  #define RUNTIME_CONSTRAINTS(f)                        \
+   f(ccstr,  AOTModeConstraintFunc)                    \
    f(int,    ObjectAlignmentInBytesConstraintFunc)     \
    f(int,    ContendedPaddingWidthConstraintFunc)      \
    f(int,    PerfDataSamplingIntervalFunc)             \
    f(uintx,  VMPageSizeConstraintFunc)                 \
    f(size_t, NUMAInterleaveGranularityConstraintFunc)
< prev index next >