RFR: 8362493: Cleanup CodeBuffer::copy_relocations_to
    Manuel Hässig 
    mhaessig at openjdk.org
       
    Mon Jul 21 09:15:45 UTC 2025
    
    
  
On Thu, 17 Jul 2025 11:09:09 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you help to review this simple patch?
> 
> `CodeBuffer::copy_relocations_to(address buf, csize_t buf_limit, bool only_inst)` is only used in `copy_relocations_to(CodeBlob* dest)` which passes false to only_inst, so the former one should be able to be simplified.
> 
> Thank you!
I messed up my first test run. The latest run should be done in about an hour and is all green so far.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26366#issuecomment-3095843654
    
    
More information about the hotspot-compiler-dev
mailing list