RoarVM
RoarVM copied to clipboard
Sampling Primitive Relies on Global Cycle Counter
static u_int64 cc = OS_Interface::get_cycle_count(); is not threadsafe.
Needs to use for instance an array per core to avoid inconsistent data.