src/share/vm/opto/classes.hpp

Print this page
rev 3361 : 7173584: Implement arraycopy as a macro node
Summary: delay the conversion of arraycopy to stub calls to macro expansion
Reviewed-by:

*** 35,44 **** --- 35,45 ---- macro(AddP) macro(Allocate) macro(AllocateArray) macro(AndI) macro(AndL) + macro(ArrayCopy) macro(AryEq) macro(AtanD) macro(Binary) macro(Bool) macro(BoxLock)