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

JDWP/JDWP Spec: mismatch on handling of unprepared classes by 'AllClasses' command

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • 6
    • core-svc
    • None
    • generic
    • generic

      The JDWP spec for AllClasses says
          Returns reference types for all classes currently loaded by the
          target VM.

      which implies that classes that have been loaded but not prepared
      are returned.
      But the back-end implementationm does not return classes that
      have been loaded but not prepared.

      If the back-end code is fixed to return unprepared classes,
      then front-end code must be changed to filter them out,
      as required by JDI VirtualMachine.allClasses().

      ###@###.### 2005-04-19 19:40:32 GMT

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: