mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8230565: ZGC: Redesign C2 load barrier to expand on the MachNode level
Co-authored-by: Per Liden <per.liden@oracle.com> Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com> Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com> Reviewed-by: pliden, stefank, neliasso
This commit is contained in:
parent
dcc9cc3fdd
commit
42885307f6
35 changed files with 1534 additions and 2861 deletions
|
@ -193,17 +193,6 @@ macro(LoadP)
|
|||
macro(LoadN)
|
||||
macro(LoadRange)
|
||||
macro(LoadS)
|
||||
#if INCLUDE_ZGC
|
||||
#define zgcmacro(x) macro(x)
|
||||
#else
|
||||
#define zgcmacro(x) optionalmacro(x)
|
||||
#endif
|
||||
zgcmacro(LoadBarrier)
|
||||
zgcmacro(LoadBarrierSlowReg)
|
||||
zgcmacro(ZCompareAndSwapP)
|
||||
zgcmacro(ZWeakCompareAndSwapP)
|
||||
zgcmacro(ZCompareAndExchangeP)
|
||||
zgcmacro(ZGetAndSetP)
|
||||
macro(Lock)
|
||||
macro(Loop)
|
||||
macro(LoopLimit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue