Relates :
|
As Vladimir pointed out, I missed to add a review comment: ! if (UseCompressedOops) fac_ptr->nonstatic_double_count += 1; should be ! if (wordSize == longSize) fac_ptr->nonstatic_double_count += 1; Since it is raw it should not depend on coop.
|