JEP 158 support for JIT
Christian Thalinger
cthalinger at twitter.com
Tue Jan 3 23:01:31 UTC 2017
> On Jan 2, 2017, at 6:08 PM, Yasumasa Suenaga <yasuenag at gmail.com> wrote:
>
> Thanks Vladimir,
>
>> Definitely not in JDK 9. And I can't say when it could be done or done at all.
>
> I hope this feature will be implemented ASAP.
You can always contribute an implementation. Shouldn’t be too difficult.
>
>
> Yasumasa
>
>
> On 2017/01/03 12:00, Vladimir Kozlov wrote:
>> On 1/2/17 6:33 PM, Yasumasa Suenaga wrote:
>>> Hi all,
>>>
>>> Java 9 has JEP 158: Unified JVM Logging.
>>> This JEP describes that existing 'tty->print...' logging should use unified logging as output. However, C2 compiler does
>>> not seem to use it.
>>>
>>> Do you have any plan to use JEP 158 in JIT codes?
>>
>> Definitely not in JDK 9. And I can't say when it could be done or done at all.
>>
>> Regards,
>> Vladimir
>>
>>>
>>> I uploaded Unified JVM logging viewer to GitHub [1].
>>> I want to draw chart(s) or list all JIT'ed methods on it if possible.
>>> (Especially I want to get log from PrintCompilation and PrintIntrinsics through Unified JVM logging)
>>>
>>>
>>> Thanks,
>>>
>>> Yasumasa
>>>
>>>
>>> [1] https://github.com/YaSuenag/ulviewer
>>>
More information about the hotspot-compiler-dev
mailing list