JVMDI Suspend/ResumeThreadList should accept zero length lists

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P4
    • None
    • Affects Version/s: 1.4.2
    • Component/s: vm-legacy
    • None
    • sparc
    • solaris_7


      The implementation for both functions should be changed from:
        if (reqCnt <= 0) {
          JVMDI_RETURN(JVMDI_ERROR_ILLEGAL_ARGUMENT);
        }

      to:
        if (reqCnt < 0) {
          JVMDI_RETURN(JVMDI_ERROR_ILLEGAL_ARGUMENT);
        }

            Assignee:
            Unassigned
            Reporter:
            James Holmlund (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: