src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.hpp
changeset 55015 738285c4d1e1
parent 54848 5d8c5c7bca95
child 55654 92ab031d6540
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.hpp	Thu May 23 12:57:12 2019 -0700
+++ b/src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.hpp	Thu May 23 17:01:38 2019 +0200
@@ -35,8 +35,8 @@
 public:
   enum ArrayCopyStoreValMode {
     NONE,
-    READ_BARRIER,
-    WRITE_BARRIER
+    RESOLVE_BARRIER,
+    EVAC_BARRIER
   };
 private: