Remove the noisy NOISY debugging code from parCardTableModRefBS.cpp

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • gc
    • b115

      In CardTableModRefBSForCTRS::process_chunk_boundaries() there is a NOISY definition to log some debug messages.

      Several problems with this macro:
      * The code inside process_chunk_boundaries() is very hard to read due to all the NOISY lines.
      * The logging is done to tty and not the logging framework-.
      * At some point someone detected a conflict with a preprocessor flag.

      It is better to remove this macro and just add relevant logging if we every find the need for it.

            Assignee:
            Bengt Rutisson (Inactive)
            Reporter:
            Bengt Rutisson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: