Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8264949

Move out platform-dependent flags from globals.hpp

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 17
    • hotspot

      e.g.

        product(bool, ForceTimeHighResolution, false, \
                "Using high time resolution (for Win32 only)") \

        product(bool, MaxFDLimit, true, \
                "Bump the number of file descriptors to maximum (Unix only)") \

        product(bool, PerfBypassFileSystemCheck, false, \
                "Bypass Win32 file system criteria checks (Windows Only)") \
                                                                                  \
        product(intx, UnguardOnExecutionViolation, 0, \
                "Unguard page and retry on no-execute fault (Win32 only) " \
                "0=off, 1=conservative, 2=aggressive") \
                range(0, 2) \

      They should be moved to globals_windows.hpp or others?

            Unassigned Unassigned
            yyang Yi Yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: