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

fix merge error in src/hotspot/share/gc/z/zRootsIterator.cpp

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2
    • 15
    • 15
    • hotspot
    • gc
    • b02
    • Verified

    Description

      $ hg diff
      diff -r 87266ac324d7 src/hotspot/share/gc/z/zRootsIterator.cpp
      --- a/src/hotspot/share/gc/z/zRootsIterator.cpp Wed Dec 18 23:46:55 2019 +0100
      +++ b/src/hotspot/share/gc/z/zRootsIterator.cpp Wed Dec 18 18:11:08 2019 -0500
      @@ -44,7 +44,8 @@
       #include "memory/universe.hpp"
       #include "prims/jvmtiExport.hpp"
       #include "prims/resolvedMethodTable.hpp"
      -#include "runtime/atomic.hpp"#include "runtime/safepoint.hpp"
      +#include "runtime/atomic.hpp"
      +#include "runtime/safepoint.hpp"
       #include "runtime/synchronizer.hpp"
       #include "runtime/thread.hpp"
       #include "runtime/vmThread.hpp"

      Attachments

        Activity

          People

            dcubed Daniel Daugherty
            dcubed Daniel Daugherty
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: