hotspot/src/cpu/ppc/vm/stubRoutines_ppc_64.cpp
changeset 23492 af5352f40e65
parent 22824 28258dd5cb2e
child 31861 7efea6fae96b
equal deleted inserted replaced
23491:f690330b10b9 23492:af5352f40e65
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright 2012, 2013 SAP AG. All rights reserved.
     3  * Copyright 2012, 2014 SAP AG. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
     8  * published by the Free Software Foundation.
     8  * published by the Free Software Foundation.
    21  * or visit www.oracle.com if you need additional information or have any
    21  * or visit www.oracle.com if you need additional information or have any
    22  * questions.
    22  * questions.
    23  *
    23  *
    24  */
    24  */
    25 
    25 
    26 #include "precompiled.hpp"
       
    27 #include "runtime/deoptimization.hpp"
       
    28 #include "runtime/frame.inline.hpp"
       
    29 #include "runtime/stubRoutines.hpp"
       
    30 #ifdef TARGET_OS_FAMILY_aix
       
    31 # include "thread_aix.inline.hpp"
       
    32 #endif
       
    33 #ifdef TARGET_OS_FAMILY_linux
       
    34 # include "thread_linux.inline.hpp"
       
    35 #endif
       
    36 
       
    37 // Implementation of the platform-specific part of StubRoutines - for
    26 // Implementation of the platform-specific part of StubRoutines - for
    38 // a description of how to extend it, see the stubRoutines.hpp file.
    27 // a description of how to extend it, see the stubRoutines.hpp file.
    39 
    28 
    40 
    29