Ignore:
Timestamp:
Aug 9, 2010, 4:40:34 PM (15 years ago)
Author:
dmik
Message:

hotspot: Fixed version information in jvm.dll.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/openjdk/hotspot/src/share/vm/utilities/macros.hpp

    r2 r95  
    149149#endif
    150150
     151#ifdef __OS2__
     152#define OS2_ONLY(code) code
     153#define NOT_OS2(code)
     154#else
     155#define OS2_ONLY(code)
     156#define NOT_OS2(code) code
     157#endif
     158
    151159#if defined(IA32) || defined(AMD64)
    152160#define X86
Note: See TracChangeset for help on using the changeset viewer.