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

LogCompilation could show the intrinsics more like +PrintIntrinsics

XMLWordPrintable

        The compilation log has information about intrinsics but the LogCompilation tool doesn't read it now. For example, +PrintIntrinsics would show

                                      @ 31 java.lang.String::isLatin1 (19 bytes) inline (hot)
                                      @ 45 java.lang.StringLatin1::equals (36 bytes) (intrinsic)

        but LogCompilation shows:

            @ 31 java.lang.String::isLatin1 succeed: inline (hot) (end time: 0.4590 nodes: 205 live: 196)
            @ 45 java.lang.StringLatin1::equals (36 bytes) (end time: 0.0000)

              ecaspole Eric Caspole
              ecaspole Eric Caspole
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: