Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7901892

Inconsistent definitions of MAX_CONCURRENCY

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • jt5.0
    • None
    • 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.

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

              Created:
              Updated:
              Resolved: