src/hotspot/cpu/ppc/frame_ppc.cpp
changeset 49192 6734eeef4283
parent 47216 71c04702a3d5
child 51233 ceebbc92b3b0
equal deleted inserted replaced
49191:13378aa8527e 49192:6734eeef4283
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012, 2017 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2017 SAP SE. 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
    30 #include "oops/method.hpp"
    30 #include "oops/method.hpp"
    31 #include "oops/oop.inline.hpp"
    31 #include "oops/oop.inline.hpp"
    32 #include "runtime/frame.inline.hpp"
    32 #include "runtime/frame.inline.hpp"
    33 #include "runtime/handles.inline.hpp"
    33 #include "runtime/handles.inline.hpp"
    34 #include "runtime/javaCalls.hpp"
    34 #include "runtime/javaCalls.hpp"
       
    35 #include "runtime/jniHandles.inline.hpp"
    35 #include "runtime/monitorChunk.hpp"
    36 #include "runtime/monitorChunk.hpp"
    36 #include "runtime/signature.hpp"
    37 #include "runtime/signature.hpp"
    37 #include "runtime/stubCodeGenerator.hpp"
    38 #include "runtime/stubCodeGenerator.hpp"
    38 #include "runtime/stubRoutines.hpp"
    39 #include "runtime/stubRoutines.hpp"
    39 #ifdef COMPILER1
    40 #ifdef COMPILER1