< prev index next >

src/hotspot/os_cpu/linux_x86/zPhysicalMemoryBacking_linux_x86.hpp

Print this page

        

@@ -29,11 +29,11 @@
 #include "zBackingFile_linux_x86.hpp"
 
 class ZErrno;
 class ZPhysicalMemory;
 
-class ZPhysicalMemoryBacking VALUE_OBJ_CLASS_SPEC {
+class ZPhysicalMemoryBacking {
 private:
   ZMemoryManager _manager;
   ZBackingFile   _file;
   const size_t   _granule_size;
 
< prev index next >