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

Remove the noisy NOISY debugging code from parCardTableModRefBS.cpp

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • 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.

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

              Created:
              Updated:
              Resolved: