RFR (S): 8003195 - AbstractAssembler should not store code	pointers but use the CodeSection directly
    Bharadwaj Yadavalli 
    bharadwaj.yadavalli at oracle.com
       
    Thu Nov 29 11:52:07 PST 2012
    
    
  
On 11/29/2012 2:48 PM, Vladimir Kozlov wrote:
> On Nov 29, 2012, at 11:48 AM, Christian Thalinger wrote:
>
>> On Nov 29, 2012, at 11:33 AM, Vladimir Kozlov<vladimir.kozlov at oracle.com>  wrote:
>>
>>> I don't like explicit casting of address to int64 or int32. I would prefer original code moved to codeBuffer as other functions.
>> You're saying adding:
>>
>> +   void emit_address( address  x) { *((address*)  end()) = x; set_end(end() + sizeof(address)); }
>>
>> to CodeSection?
> Yes.
OK. I'll try to change that.
Bharadwaj
    
    
More information about the hotspot-compiler-dev
mailing list