JDWP: JVMDI version cut-off computation incorrect (typo)

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: core-svc
    • None
    • beta2
    • generic
    • generic
    • Not verified

      statement is:

           if (jvmdiMajorVersion() == 1 && jvmdiMinorVersion < 4) {

      should be:

           if (jvmdiMajorVersion() == 1 && jvmdiMinorVersion() < 4) {

            Assignee:
            Robert Field (Inactive)
            Reporter:
            Robert Field (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: