[AOT] jaotc should recognize different formats of java methods name

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Won't Fix
    • Priority: P3
    • tbd
    • Affects Version/s: 10
    • Component/s: hotspot
    • generic
    • generic

      Currently jaotc recognize next format of methods name:

      java.lang.String.equals(Ljava/lang/Object;)Z

      It is used in file specified by --compile-commands to exclude or list compile only methods.

      Would be nice to also support formats produced by flag -XX:+PrintCompilation

      java.lang.String::equals(Ljava/lang/Object;)Z

      And by flag -XX:+PrintTouchedMethodsAtExit

      java/lang/String.equals:(Ljava/lang/Object;)Z

            Assignee:
            Jean-Philippe Halimi (Inactive)
            Reporter:
            Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: