src/hotspot/os/aix/porting_aix.hpp
changeset 53244 9807daeb47c4
parent 47216 71c04702a3d5
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef OS_AIX_VM_PORTING_AIX_HPP
    25 #ifndef OS_AIX_PORTING_AIX_HPP
    26 #define OS_AIX_VM_PORTING_AIX_HPP
    26 #define OS_AIX_PORTING_AIX_HPP
    27 
    27 
    28 #include <stddef.h>
    28 #include <stddef.h>
    29 
    29 
    30 // Header file to contain porting-relevant code which does not have a
    30 // Header file to contain porting-relevant code which does not have a
    31 // home anywhere else and which can not go into os_<platform>.h because
    31 // home anywhere else and which can not go into os_<platform>.h because
   105   // This function can be used independently from os::init();
   105   // This function can be used independently from os::init();
   106   static bool query_stack_bounds_for_current_thread(stackbounds_t* out);
   106   static bool query_stack_bounds_for_current_thread(stackbounds_t* out);
   107 
   107 
   108 };
   108 };
   109 
   109 
   110 #endif // OS_AIX_VM_PORTING_AIX_HPP
   110 #endif // OS_AIX_PORTING_AIX_HPP
   111