About static call code emit

刘斯宇 liusy58 at smail.nju.edu.cn
Sun Nov 14 03:08:36 UTC 2021


I have noticed that during the code_emit phase, a static call will 
create a static stub, and doing some relocation here, you can find the 
logic in the function emit_call from file 
`src/hotspot/share/c1/c1_LIRAssembler.cpp`, I'm at a loss about why a 
stub should be created? any help?





More information about the hotspot-compiler-dev mailing list