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

C2 VerifyIterativeGVN: Umbrella for extending Ideal and Identity verification (JDK-8347273)

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 26
    • hotspot

      In JDK-8347273, we added IGVN Ideal and Identity verification. But we had to exclude a lot of nodes from verification. We should investigate and possibly fix them one-by-one, and file subtasks here.

      In many cases, the issue is just a missing notification when inputs of inputs are changed. These would be good starter tasks. But there are probably also more complicated cases. And there are surely cases where verification will be impossible, because it is possible that the Idea / Identity optimizations traverse longer paths, and we cannot expect that notification makes it down that path. For those cases, we will have to leave the exception and document it well.

            epeter Emanuel Peter
            epeter Emanuel Peter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: