RFR: 8283327: Add methods to save/restore registers when calling into the VM from C1/interpreter barrier code [v2]

Thomas Schatzl tschatzl at openjdk.java.net
Mon Mar 21 15:34:39 UTC 2022


On Mon, 21 Mar 2022 14:44:53 GMT, Jie Fu <jiefu at openjdk.org> wrote:

>> Thomas Schatzl has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   dean comments
>
> src/hotspot/cpu/x86/macroAssembler_x86.cpp line 29:
> 
>> 27: #include "asm/assembler.hpp"
>> 28: #include "asm/assembler.inline.hpp"
>> 29: #include "c1/c1_FrameMap.hpp"
> 
> Hi @tschatzl , this line breaks the build of VM with `--with-jvm-features=-compiler1`.
> Please have a look.
> Thanks.

will do. Thanks!

-------------

PR: https://git.openjdk.java.net/jdk/pull/7867


More information about the hotspot-dev mailing list