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

JVMTI function GetThreadGroupChildren() returns no finished threads

XMLWordPrintable

    • generic
    • generic



      Name: ipR10196 Date: 08/27/2003


      --------------------------------------
      Test : nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001
      VM : ClientVM, ServerVM
      Mode : -Xint, -Xcomp, -Xmixed
      Platform : x86, sparc, sparcv9
      OS : SunOS 5.8, RedHat Linux 8.0, Windows 2000
      JDK : 1.5.0-b14 promoted (JVMTI v71)
                        1.5.0-b15 w/ Hotspot build 20030820101708.rfield.hotspot3-product (JVMTI v0.2.90)
      ----------------------------------------

      This test invokes JVMTI function GetThreadGroupChildren()
      for three thread groups with the same number of threads:

          - group with not yet started threads
          - group with running threads
          - group with already finished threads

      For the first two groups this function returns correct list
      of threads, while for the third group the returned thread list
      is empty.

      This failure is reproduced either with JVMTI v71
      and JVMTI v0.2.90.

      To reproduce the failure for JVMTI v0.2.x:
        cd /net/sqesvr.sfbay/export/vsn/GammaBase/Bugs/<this bug number>
        sh build.sh $JAVA_HOME [-g]
        sh run.sh $JAVA_HOME [-g] [-v] [JAVA_OPTS]
      where
          -g - run test with java_g binaries
          -v - run test in verbose mode

      Here is test output:
      ====================================================================================
      Run: nsk/jvmti/GetThreadGroupChildren/getthrdgrpchld001
      Staring tested threads
      Sync: thread ready
      - getthrdgrpchld001.c, 48: Wait for threads to prepare
      - getthrdgrpchld001.c, 64: Get top level thread groups
      - getthrdgrpchld001.c, 70: ... got groups: 1
      - getthrdgrpchld001.c, 75: Find thread group by name: rootThreadGroup
      - getthrdgrpchld001.c, 83: ... found rootThreadGroup: 11ff5c
      - getthrdgrpchld001.c, 93: Get children of root thread group: 11ff5c
      - getthrdgrpchld001.c, 100: ... got groups: 3
      - getthrdgrpchld001.c, 101: ... got threads: 0
      - getthrdgrpchld001.c, 122: Check thread groups: 3 groups
      - getthrdgrpchld001.c, 135: ... found runningThreadGroup: 11ff64 (runningThreadGroup)
      - getthrdgrpchld001.c, 153: ... found notStartedThreadGroup: 11ff68 (notStartedThreadGroup)
      - getthrdgrpchld001.c, 171: ... found finishedThreadGroup: 11ff6c (finishedThreadGroup)
      - getthrdgrpchld001.c, 234: Get children of thread group: 11ff64 (runningThreadGroup):
      - getthrdgrpchld001.c, 247: ... got groups: 0
      - getthrdgrpchld001.c, 248: ... got threads: 4
      - getthrdgrpchld001.c, 269: Check threads: 4 threads
      - getthrdgrpchld001.c, 280: ... found thread: 11ff7c (runningThread #0)
      - getthrdgrpchld001.c, 280: ... found thread: 11ff80 (runningThread #1)
      - getthrdgrpchld001.c, 280: ... found thread: 11ff84 (runningThread #2)
      - getthrdgrpchld001.c, 280: ... found thread: 11ff88 (runningThread #3)
      - getthrdgrpchld001.c, 234: Get children of thread group: 11ff68 (notStartedThreadGroup):
      - getthrdgrpchld001.c, 247: ... got groups: 0
      - getthrdgrpchld001.c, 248: ... got threads: 4
      - getthrdgrpchld001.c, 269: Check threads: 4 threads
      - getthrdgrpchld001.c, 280: ... found thread: 11ff9c (notStartedThread #0)
      - getthrdgrpchld001.c, 280: ... found thread: 11ffa0 (notStartedThread #1)
      - getthrdgrpchld001.c, 280: ... found thread: 11ffa4 (notStartedThread #2)
      - getthrdgrpchld001.c, 280: ... found thread: 11ffa8 (notStartedThread #3)
      - getthrdgrpchld001.c, 234: Get children of thread group: 11ff6c (finishedThreadGroup):
      - getthrdgrpchld001.c, 247: ... got groups: 0
      - getthrdgrpchld001.c, 248: ... got threads: 0
      # ERROR: getthrdgrpchld001.c, 264: Unexpected threads count in thread group: 11ff6c (finishedThreadGroup)
      # got threads: 0
      # expected: 4
      - getthrdgrpchld001.c, 216: Let debugee to finish
      Finishing running threads
      Java exit code: 97
      ====================================================================================

      Ivan Popov <###@###.###>

      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: