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

[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);
      }

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

              Created:
              Updated:
              Resolved: