Missing spaces in output of -XX:+CIPrintMethodCodes

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • 21
    • Affects Version/s: 11, 17, 20, 21
    • Component/s: hotspot
    • b11

      When doing `java -XX:+CIPrintMethodCodes -Xcomp | grep VirtualCallData` we get:
      ```
        0 bci: 1 VirtualCallData count(3) nonprofiled_count(0) entries(0)
        112 bci: 25 VirtualCallData count(0) nonprofiled_count(0) entries(0)
        32 bci: 7 VirtualCallData count(0) nonprofiled_count(0) entries(0)
        64 bci: 15 VirtualCallData count(0) nonprofiled_count(0) entries(0)
        32 bci: 11 VirtualCallData count(0) nonprofiled_count(0) entries(0)

      ```

      But for numbers >999 we get:
      ```
        11760bci: 1895VirtualCallData count(0) nonprofiled_count(0) entries(0)
      ```

      here we should add spaces to make it more readable

            Assignee:
            Tobias Holenstein
            Reporter:
            Tobias Holenstein
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: