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

Remove unused safepoint message functions and ShowSafepointMsgs

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 9
    • hotspot
    • None
    • b03

      The ShowSafepointMsgs develop option only shows a couple of not very useful things that are also shown with -Xlog:os. Also remove unused functions.

      runtime/safepointMechanism.cpp: log_info(os)("SafePoint Polling address: " INTPTR_FORMAT, p2i(polling_page));
      runtime/sharedRuntime.cpp: log_debug(safepoint)("... found polling page %s exception at pc = "

      The debug safepoints() function shows information that is already shown if you call threads() and information that's already in the thread dumps.

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

              Created:
              Updated:
              Resolved: