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

ResourceMark breaks growable array

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 5.0u6
    • hotspot
    • None
    • b85
    • generic
    • generic

        The ResourceMark shown here is new in 1.5.0_06. It is incorrect, in that calls to "get_ctrl" can call "_nodes.map" which is a growable array. If the array DOES grow here, the then new storage will be allocated inside the ResourceMark, and reclaimed on exit from get_late_ctrl, leaving the _nodes data structure dangling.


        //------------------------------get_late_ctrl----------------------------------
        // Compute latest legal control.
        Node *PhaseIdealLoop::get_late_ctrl( Node *n, Node *early ) {
         ResourceMark rm; // Temp allocation
         assert(early != NULL, "early control should not be NULL");

              rknippelsunw Ross Knippel (Inactive)
              mmma Marvin Ma (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: