JEP 158 support for JIT
Yasumasa Suenaga
yasuenag at gmail.com
Tue Jan 3 04:08:34 UTC 2017
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.
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