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

Missing spaces in output of -XX:+CIPrintMethodCodes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • 21
    • 11, 17, 20, 21
    • 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

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

              Created:
              Updated:
              Resolved: