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

PopFrame when the thread is waiting to enter a sync block returns error

XMLWordPrintable

    • generic, sparc
    • generic, solaris_7

      The spec doesn't prohibit doing a popFrame in this case. It isn't completely clear how this should work. If a way to make it work cannot be defined and implemented, then the spec should be changed to say this is illegal.
      And, in this case, it probably should not return the JVMDI_ERROR_NO_MORE_FRAMES
      error but a new error code.

      Note that if the thread is waiting on a Thread.sleep() or an Object.wait(),
      then a popFrame call returns the JVMDI_ERROR_NO_MORE_FRAMES error because
      there are are native methods under these two Java methods. Ideally, popFrames
      should be allowed in these cases too.

      See test PopFrameAtSyncTest.sh, and bug
          4812902 popFrames hangs if the method is waiting at a synchronize block


      ###@###.### 2003-03-03
      This bug causes these NSK tests to fail:
          nsk/jvmdi/PopFrame/popframe001
          nsk/jvmdi/PopFrame/popframe003
          nsk/jvmdi/PopFrame/popframe005

            alanb Alan Bateman
            jjh James Holmlund (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: