src/hotspot/os/aix/os_share_aix.hpp
changeset 50184 1a4101ebec92
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
equal deleted inserted replaced
50183:4befb3c9c758 50184:1a4101ebec92
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    24 
    24 
    25 #ifndef OS_AIX_VM_OS_SHARE_AIX_HPP
    25 #ifndef OS_AIX_VM_OS_SHARE_AIX_HPP
    26 #define OS_AIX_VM_OS_SHARE_AIX_HPP
    26 #define OS_AIX_VM_OS_SHARE_AIX_HPP
    27 
    27 
    28 // misc
    28 // misc
    29 void signalHandler(int, siginfo_t*, ucontext_t*);
       
    30 void handle_unexpected_exception(Thread* thread, int sig, siginfo_t* info, address pc, address adjusted_pc);
    29 void handle_unexpected_exception(Thread* thread, int sig, siginfo_t* info, address pc, address adjusted_pc);
    31 #ifndef PRODUCT
    30 #ifndef PRODUCT
    32 void continue_with_dump(void);
    31 void continue_with_dump(void);
    33 #endif
    32 #endif
    34 
    33