Request for reviews (M): 6829194: JSR 292 needs to support compressed oops

Christian Thalinger christian.thalinger at oracle.com
Mon Oct 11 10:56:41 PDT 2010


On 10/11/10 6:52 PM, Vladimir Kozlov wrote:
> !  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.

Damn.  I'm a little confused today.  Will file a new bug and push that 
fix.  Sorry.

-- Christian


More information about the hotspot-compiler-dev mailing list