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

os::print_hex_dump is racy

XMLWordPrintable

    • b11

        It uses os::is_readable_pointer for readibility check before printing, but that information may be stale once we get to the printing. It would be better to use SafeFetch directly to access the dumped memory location.

              stuefe Thomas Stuefe
              stuefe Thomas Stuefe
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

                Created:
                Updated:
                Resolved: