src/hotspot/os/aix/loadlib_aix.hpp
changeset 53244 9807daeb47c4
parent 47216 71c04702a3d5
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    27 // layout of loaded binaries in ones own process space.
    27 // layout of loaded binaries in ones own process space.
    28 //
    28 //
    29 // It is needed, among other things, to provide dladdr(3), which is
    29 // It is needed, among other things, to provide dladdr(3), which is
    30 // missing on AIX.
    30 // missing on AIX.
    31 
    31 
    32 #ifndef OS_AIX_VM_LOADLIB_AIX_HPP
    32 #ifndef OS_AIX_LOADLIB_AIX_HPP
    33 #define OS_AIX_VM_LOADLIB_AIX_HPP
    33 #define OS_AIX_LOADLIB_AIX_HPP
    34 
    34 
    35 #include <stddef.h>
    35 #include <stddef.h>
    36 
    36 
    37 class outputStream;
    37 class outputStream;
    38 
    38 
    99     // Output debug info
    99     // Output debug info
   100     static void print(outputStream* os);
   100     static void print(outputStream* os);
   101 
   101 
   102 };
   102 };
   103 
   103 
   104 #endif // OS_AIX_VM_LOADLIB_AIX_HPP
   104 #endif // OS_AIX_LOADLIB_AIX_HPP