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

-XX:+VerifyDUIterators assert(_del_tick == node->_del_tick,"no unexpected deletions allowed")

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • hs11
    • 7
    • hotspot
    • None
    • b08
    • sparc
    • solaris_9
    • Verified

        After the fix for 6464263 I ran with -XX:+VerifyDUIterators and found an other bug
        (got the assert) in my changes. It caused by the use of DUIterator_Last in
        ConvI2L::Ideal() I added in my changes:

        (DUIterator_Last imin, i = last_outs(imin); i >= imin; --i)

        Regualar DUIterator should be used instead.

              kvn Vladimir Kozlov
              kvn Vladimir Kozlov
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: