[lworld] flatArrayOopDesc::obj_at() can't be called from non JavaThread

XMLWordPrintable


      JCK heap walking tests call visit on a flatArrayOop:

      bool VM_HeapWalkOperation::visit(oop o) {

      Which gets to obj_at from a non JavaThread.

      inline oop flatArrayOopDesc::obj_at(int index) const {
        EXCEPTION_MARK;
        return obj_at(index, THREAD);
      }

            Assignee:
            Unassigned
            Reporter:
            Coleen Phillimore
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: