src/hotspot/share/runtime/vm_version.cpp
changeset 57975 a333fdeb8de0
parent 57804 9b7b9f16dfd9
child 58679 9c3209ff7550
child 59122 5d73255c2d52
equal deleted inserted replaced
57974:1262b3ddd7e4 57975:a333fdeb8de0
   247       #endif
   247       #endif
   248     #elif defined(__clang_version__)
   248     #elif defined(__clang_version__)
   249         #define HOTSPOT_BUILD_COMPILER "clang " __VERSION__
   249         #define HOTSPOT_BUILD_COMPILER "clang " __VERSION__
   250     #elif defined(__GNUC__)
   250     #elif defined(__GNUC__)
   251         #define HOTSPOT_BUILD_COMPILER "gcc " __VERSION__
   251         #define HOTSPOT_BUILD_COMPILER "gcc " __VERSION__
   252     #elif defined(__IBMCPP__)
       
   253         #define HOTSPOT_BUILD_COMPILER "xlC " XSTR(__IBMCPP__)
       
   254 
       
   255     #else
   252     #else
   256       #define HOTSPOT_BUILD_COMPILER "unknown compiler"
   253       #define HOTSPOT_BUILD_COMPILER "unknown compiler"
   257     #endif
   254     #endif
   258   #endif
   255   #endif
   259 
   256