RFR(XS): JDK-8186154 : Extra info with +LogTouchedMethods
Eric Caspole
eric.caspole at oracle.com
Mon Aug 14 14:20:58 UTC 2017
Good catch.
Eric
On 08/12/2017 05:15 AM, Milan Mimica wrote:
> 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