src/hotspot/share/gc/g1/g1BarrierSet.inline.hpp
changeset 50728 9375184cec98
parent 50532 a18c60527166
child 50803 45c1fde86050
--- a/src/hotspot/share/gc/g1/g1BarrierSet.inline.hpp	Fri Jun 22 16:06:43 2018 -0400
+++ b/src/hotspot/share/gc/g1/g1BarrierSet.inline.hpp	Fri Jun 22 17:46:58 2018 -0400
@@ -34,7 +34,7 @@
 
 template <DecoratorSet decorators, typename T>
 inline void G1BarrierSet::write_ref_field_pre(T* field) {
-  if (HasDecorator<decorators, AS_DEST_NOT_INITIALIZED>::value ||
+  if (HasDecorator<decorators, IS_DEST_UNINITIALIZED>::value ||
       HasDecorator<decorators, AS_NO_KEEPALIVE>::value) {
     return;
   }