what code in 5.0 does generate_native_wrapper replace?
    Tom Rodriguez 
    Thomas.Rodriguez at Sun.COM
       
    Fri Sep  5 14:10:38 PDT 2008
    
    
  
C1 and C2 had their own separate code paths for generating native  
wrappers.  C2 used ideal and C1 used hand written assembly the way  
that SharedRuntime does now.  The C1 code would be in  
c1_LIRAssembler_<arch>.cpp.
tom
On Sep 5, 2008, at 1:57 PM, Keith McGuigan wrote:
> In the 5.0-ish codebase, what code set up the arguments for native  
> method calls?  There's no generate_native_wrapper() there.  Any  
> pointers?
>
> --
> - Keith
    
    
More information about the hotspot-dev
mailing list