Inconsistent definitions of MAX_CONCURRENCY

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • jt5.0
    • Affects Version/s: None
    • Component/s: tools
    • None
    • b40
    • Verified

      http://hg.openjdk.java.net/code-tools/jtharness/file/9927669dc36f/src/com/sun/javatest/Parameters.java#l882
              /**
               * The highest allowed value for the concurrency.
               */
              static int MAX_CONCURRENCY = 256;

      http://hg.openjdk.java.net/code-tools/jtharness/file/9927669dc36f/src/com/sun/javatest/interview/BasicInterviewParameters.java#l370
         protected int getMaxConcurrency() {
              // return Parameters.ConcurrencyParameters.MAX_CONCURRENCY;
              return 50;
          }

      The override in BasicInterviewParameters should (probably) be removed.

            Assignee:
            Alexey Fedorchenko (Inactive)
            Reporter:
            Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: