src/hotspot/share/utilities/globalDefinitions.hpp
changeset 49857 31e07291ae29
parent 49461 6e9e88d82781
child 49860 ca5216a2a2cc
equal deleted inserted replaced
49856:5f63af8f9d7f 49857:31e07291ae29
  1257 // specific.
  1257 // specific.
  1258 static inline void* dereference_vptr(const void* addr) {
  1258 static inline void* dereference_vptr(const void* addr) {
  1259   return *(void**)addr;
  1259   return *(void**)addr;
  1260 }
  1260 }
  1261 
  1261 
       
  1262 //----------------------------------------------------------------------------------------------------
       
  1263 // String type aliases used by command line flag declarations and
       
  1264 // processing utilities.
       
  1265 
       
  1266 typedef const char* ccstr;
       
  1267 typedef const char* ccstrlist;   // represents string arguments which accumulate
       
  1268 
  1262 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP
  1269 #endif // SHARE_VM_UTILITIES_GLOBALDEFINITIONS_HPP