RFR(XS): JDK-8186154 : Extra info with +LogTouchedMethods

Milan Mimica milan.mimica at gmail.com
Sat Aug 12 09:15:44 UTC 2017


Hi

I believe each VM option should have a unique description:

 diagnostic(bool, PrintTouchedMethodsAtExit, false,                          \
           "Print all methods that have been ever touched in runtime")       \

      \+  diagnostic(bool, PrintTouchedMethodCount, false,
             \+          "Print all methods that have been ever
touched in runtime")       \+


pet, 11. kol 2017. u 21:11 Eric Caspole <eric.caspole at oracle.com> napisao
je:

> Hi,
> Please review this very small change to add more info to
> +LogTouchedMethods including the touched count and whether the method
> has loops. This extra info has been handy while doing experiments to
> create the most efficient AOT library for quick startup.
>
> http://cr.openjdk.java.net/~ecaspole/JDK-8186154/webrev/
>
> https://bugs.openjdk.java.net/browse/JDK-8186154
>
> Passed JPRT hotspot tests.
>
> Thanks,
> Eric
>


More information about the hotspot-runtime-dev mailing list