Logging write function does not allow for long enough messages

XMLWordPrintable

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

      In logging/log.hpp, the logging vwrite function asserts that the buffer remains within 512 characters, which is too short for logging message of non-pre-determined length, e.g. for vtable and itable function names. Instead, the code should resize the buffer to the appropriate length, asserting only that the resulting buffer is valid.

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

              Created:
              Updated:
              Resolved: