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

SA-JDI: nestedTypes() returns classes/interfaces with wrong modifiers

XMLWordPrintable

    • beta2
    • generic
    • generic
    • Verified



      Name: ipR10196 Date: 02/06/2004


      --------------------------------------
      Test : nsk/sajdi/ReferenceType/nestedTypes/nestedtypes001
      VM : ClientVM, ServerVM
      Mode : all
      Platform : generic
      OS : SunOS 5.8
      JDK : 1.5.0 b32-b36
      ----------------------------------------

      This SA-JDI test checks if method ReferenceType.nestedTypes()
      returns all nested classes and interfaces with proper attributes.

      Running with SA-JDI connectors this test shows that methods
      modifiers(), isPublic(), isProtected(), isPrivate(), isPackagePrivate(),
      isStatic() return wrong value almost for each nested type.
      Running with legacy JDI connectors all attributes of nested types
      are returned correctly.

      This test checks a lot of nested types with different combinations
      of modifiers and thus reports too many errors. Here are typical errors:

          # ERROR: ReferenceType,isPublic() returned unexpected true:
          # ERROR: type nom: 1
          # ERROR: type name:
      nsk.sajdi.ReferenceType.nestedTypes.nestedtypes001aTestedClass$StaticProtectedAbstractClass3
          # ERROR: signature:
      Lnsk/sajdi/ReferenceType/nestedTypes/nestedtypes001aTestedClass$StaticProtectedAbstractClass3;
          # ERROR: modifiers: 0x421
          # ERROR: isPublic: true
          # ERROR: expected: false
          # ERROR: ReferenceType,modifiers() returned unexpected modifier ACC_PUBLIC:
          # ERROR: type nom: 1
          # ERROR: type name:
      nsk.sajdi.ReferenceType.nestedTypes.nestedtypes001aTestedClass$StaticProtectedAbstractClass3
          # ERROR: signature:
      Lnsk/sajdi/ReferenceType/nestedTypes/nestedtypes001aTestedClass$StaticProtectedAbstractClass3;
          # ERROR: isPublic: true
          # ERROR: modifiers: 0x421
          # ERROR: expected: no 0x1

          # ERROR: ReferenceType,isStatic() returned unexpected false:
          # ERROR: type nom: 13
          # ERROR: type name:
      nsk.sajdi.ReferenceType.nestedTypes.nestedtypes001aTestedClass$StaticProtectedAbstractClass2
          # ERROR: signature:
      Lnsk/sajdi/ReferenceType/nestedTypes/nestedtypes001aTestedClass$StaticProtectedAbstractClass2;
          # ERROR: modifiers: 0x421
          # ERROR: isStatic: false
          # ERROR: expected: true
          # ERROR: ReferenceType,modifiers() returned no expected modifier ACC_STATIC:
          # ERROR: type nom: 13
          # ERROR: type name:
      nsk.sajdi.ReferenceType.nestedTypes.nestedtypes001aTestedClass$StaticProtectedAbstractClass2
          # ERROR: signature:
      Lnsk/sajdi/ReferenceType/nestedTypes/nestedtypes001aTestedClass$StaticProtectedAbstractClass2;
          # ERROR: isStatic: false
          # ERROR: modifiers: 0x421
          # ERROR: expected: 0x8

      To reproduce this failure:
        cd /net/jano.sfbay/export/disk20/GammaBase/Bugs/<this bug number>
        sh build.sh $JAVA_HOME
        sh run.sh [-pid | -core | -socket] [-g] [-v] $JAVA_HOME [JAVA_OPTS]
      where:
          -pid - run test with SA-JDI pid attaching connector (default)
          -core - run test with SA-JDI core attaching connector
          -socket - run test with JDI socket attaching connector
          -g - run test with java_g binaries
          -v - run test in verbose mode

      This test will be available in the next r27 testbase release.

      Running with SA-JDI connectors on Linux platform this test is crashed
      because of known bug:
      4975660 SA-JDI: SAPIDAttachingConnector.attach() causes debugger VM crash on
      Linux
      ======================================================================

            sundar Sundararajan Athijegannathan
            popovsunw Popov Popov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: