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

[TESTBUG] Change stressTime to default to 30 for nsk tests (part 2)

XMLWordPrintable

    • b04

      The fix for JDK-8207964 was incomplete. For example, it needed to change 'time' in this constructor from 60 to 30 because 'time' is used to store the value of the -stressTime option:

          /**
           * Create StressOptions with default settings.
           */
          public StressOptions() {
              time = 60;
              iterationsFactor = 1;
              threadsFactor = 1;
              runsFactor = 1;
          }

      The purpose of this RFE is to finish what was missed by the fix for JDK-8207964.

            hseigel Harold Seigel (Inactive)
            hseigel Harold Seigel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: