< prev index next >

src/hotspot/share/gc/z/zAllocationFlags.hpp

Print this page

        

@@ -47,11 +47,11 @@
 //  |   * 4-4 No Reserve Flag (1-bit)
 //  |
 //  * 7-5 Unused (3-bits)
 //
 
-class ZAllocationFlags VALUE_OBJ_CLASS_SPEC {
+class ZAllocationFlags {
 private:
   typedef ZBitField<uint8_t, bool, 0, 1> field_java_thread;
   typedef ZBitField<uint8_t, bool, 1, 1> field_worker_thread;
   typedef ZBitField<uint8_t, bool, 2, 1> field_non_blocking;
   typedef ZBitField<uint8_t, bool, 3, 1> field_relocation;
< prev index next >