> src/share/vm/opto/callGenerator.cpp:
>
> + C->log()->elem("inline_id id='%lld'", (jlong)this);
>
> %lld will most likely produce compiler warnings. You should use INT64_FORMAT or JLONG_FORMAT.
Thanks for reviewing this. I’ll make that change.
Roland.