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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.4.0
    • core-svc
    • None
    • beta2
    • generic
    • generic
    • Not verified

      statement is:

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

      should be:

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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: