Jaotc input standard for compile commands
Vladimir Kozlov
vladimir.kozlov at oracle.com
Fri Nov 16 16:25:22 UTC 2018
Hi JP,
We have RFE exactly for that:
https://bugs.openjdk.java.net/browse/JDK-8184308
If you are interesting you can take it :)
Currently for us AOT is lower priority than libgraal.
Regards,
Vladimir
On 11/16/18 12:31 AM, Doug Simon wrote:
> Hi Jp,
>
> That's a question for the HotSpot compiler team but I suspect the answer is no.
>
> -Doug
>
>> On 16 Nov 2018, at 01:50, Halimi, Jean-Philippe <jean-philippe.halimi at intel.com> wrote:
>>
>> Dear all,
>>
>> I am currently looking at jaotc and its input capabilities. It looks like it can take a list of methods to compile from a list of bytecode inputs. I have not found a tool that allows to automatically detect hot methods at runtime. Namely, it looks like CDS can dump a log of touched methods, but it requires some extra conversion to be read by jaotc. Also, it may be nicer to AOT-compile only hot methods, not necessarily ones that have been touched once.
>>
>> I was wondering if there was an ongoing effort on that?
>>
>> Thanks,
>> Jp
>
More information about the hotspot-compiler-dev
mailing list