src/hotspot/share/gc/g1/g1SATBCardTableModRefBS.inline.hpp
changeset 48966 e6eb66d2e765
parent 48784 899b522ed65c
child 49164 7e958a8ebcd3
--- a/src/hotspot/share/gc/g1/g1SATBCardTableModRefBS.inline.hpp	Tue Feb 13 17:38:03 2018 +0100
+++ b/src/hotspot/share/gc/g1/g1SATBCardTableModRefBS.inline.hpp	Tue Feb 13 17:36:22 2018 -0500
@@ -30,7 +30,7 @@
 
 template <DecoratorSet decorators, typename T>
 inline void G1SATBCardTableModRefBS::write_ref_field_pre(T* field) {
-  if (HasDecorator<decorators, ARRAYCOPY_DEST_NOT_INITIALIZED>::value ||
+  if (HasDecorator<decorators, AS_DEST_NOT_INITIALIZED>::value ||
       HasDecorator<decorators, AS_NO_KEEPALIVE>::value) {
     return;
   }