(original) (raw)

Yeah I saw that one, but was hoping there's a non debug one that I missed. Could you make this one diagnostic? :)

sent from my phone

On Jun 5, 2015 1:19 PM, "John Rose" <john.r.rose@oracle.com> wrote:
On Jun 5, 2015, at 10:17 AM, Vitaly Davidovich <vitalyd@gmail.com> wrote:

Understood, thanks John.

Am I right in my other question regarding when IC needs patching in first place? If I see safepoint due to this, some IC saw a new receiver? Is there a flag (non-debug) to see which call site and what new receiver appeared? I may reorganize code to avoid this if possible.

Look in globals.hpp for TraceICs; perhaps you already saw it. It's debug-only so you need a special build. — John