src/hotspot/share/runtime/vframe.cpp
changeset 53582 881c5fbeb849
parent 53305 d193d58ae79d
child 57777 90ead0febf56
child 58678 9cf78a70fa4f
equal deleted inserted replaced
53581:dfacdb971494 53582:881c5fbeb849
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2019, 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.
    41 #include "runtime/objectMonitor.hpp"
    41 #include "runtime/objectMonitor.hpp"
    42 #include "runtime/objectMonitor.inline.hpp"
    42 #include "runtime/objectMonitor.inline.hpp"
    43 #include "runtime/signature.hpp"
    43 #include "runtime/signature.hpp"
    44 #include "runtime/stubRoutines.hpp"
    44 #include "runtime/stubRoutines.hpp"
    45 #include "runtime/synchronizer.hpp"
    45 #include "runtime/synchronizer.hpp"
       
    46 #include "runtime/thread.inline.hpp"
    46 #include "runtime/vframe.inline.hpp"
    47 #include "runtime/vframe.inline.hpp"
    47 #include "runtime/vframeArray.hpp"
    48 #include "runtime/vframeArray.hpp"
    48 #include "runtime/vframe_hp.hpp"
    49 #include "runtime/vframe_hp.hpp"
    49 
    50 
    50 vframe::vframe(const frame* fr, const RegisterMap* reg_map, JavaThread* thread)
    51 vframe::vframe(const frame* fr, const RegisterMap* reg_map, JavaThread* thread)