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

JVMDI Suspend/ResumeThreadList should accept zero length lists

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 1.4.2
    • 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);
        }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: