src/hotspot/share/utilities/globalDefinitions_visCPP.hpp
changeset 49392 2956d0ece7a9
parent 49177 eebf559c9e0d
child 49676 0bb0c2f27ca9
equal deleted inserted replaced
49391:02076019c25d 49392:2956d0ece7a9
   149 
   149 
   150 // Portability macros
   150 // Portability macros
   151 #define PRAGMA_INTERFACE
   151 #define PRAGMA_INTERFACE
   152 #define PRAGMA_IMPLEMENTATION
   152 #define PRAGMA_IMPLEMENTATION
   153 #define PRAGMA_IMPLEMENTATION_(arg)
   153 #define PRAGMA_IMPLEMENTATION_(arg)
   154 #define VALUE_OBJ_CLASS_SPEC    : public _ValueObj
       
   155 
   154 
   156 // Formatting.
   155 // Formatting.
   157 #define FORMAT64_MODIFIER "I64"
   156 #define FORMAT64_MODIFIER "I64"
   158 
   157 
   159 #define offset_of(klass,field) offsetof(klass,field)
   158 #define offset_of(klass,field) offsetof(klass,field)