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

Enable ThreadStackSize range test

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • b139

      For JDK-8078556 we implemented the ranges for missing runtime flags, but ThreadStackSize, has platform dependent behavior where some platforms require it to be > 0, but on Windows some tests try to instantiate the VM with the value == 0 to let the OS come up with default. This causes problem from hotspot/test/runtime/CommandLine point of view. For now we implement the range as range(0, max_intx-os::vm_page_size()), but that needs to be made platform dependent.

            gziemski Gerard Ziemski
            gziemski Gerard Ziemski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: