RFR(S): 8005079: fix LogCompilation for incremental inlining

Roland Westrelin roland.westrelin at oracle.com
Thu Mar 20 13:53:40 UTC 2014


> 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.


More information about the hotspot-compiler-dev mailing list