< prev index next >

src/hotspot/share/oops/access.hpp

Print this page
rev 50745 : imported patch remove_in_concurrent_root

@@ -373,11 +373,10 @@
     (memory_ordering_decorators ^ MO_SEQ_CST) == 0
   ));
   const DecoratorSet location_decorators = decorators & IN_DECORATOR_MASK;
   STATIC_ASSERT(location_decorators == 0 || ( // make sure location decorators are disjoint if set
     (location_decorators ^ IN_NATIVE) == 0 ||
-    (location_decorators ^ IN_HEAP) == 0 ||
-    (location_decorators ^ (IN_NATIVE | IN_CONCURRENT_ROOT)) == 0
+    (location_decorators ^ IN_HEAP) == 0
   ));
 }
 
 #endif // SHARE_OOPS_ACCESS_HPP
< prev index next >