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

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

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P3 P3
    • tbd
    • 10
    • 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

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

              Created:
              Updated:
              Resolved: