Request for reviews (L): 6939203: JSR 292 needs method handle constants

John Rose john.r.rose at oracle.com
Wed Jun 2 15:12:10 PDT 2010


On Jun 2, 2010, at 3:03 PM, Tom Rodriguez wrote:

> In c1_Runtime1.cpp, you've deleted the assignment to k in the ldc code:
> 
> -          k = resolved->klass_part()->java_mirror();

Yes, it's folded into the expression cc->resolve_constant, which has to know about MH constants too.

The particular line of code, plus preceding comment, was moved to constantPoolOopDesc::resolve_constant_at_impl.

-- John


More information about the hotspot-compiler-dev mailing list