hotspot/src/share/vm/runtime/frame.cpp
changeset 46560 388aa8d67c80
parent 42650 1f304d0c888b
child 46600 fdde0f192cde
equal deleted inserted replaced
46557:eb30f7891bae 46560:388aa8d67c80
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2017, 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.
    46 #include "runtime/sharedRuntime.hpp"
    46 #include "runtime/sharedRuntime.hpp"
    47 #include "runtime/signature.hpp"
    47 #include "runtime/signature.hpp"
    48 #include "runtime/stubCodeGenerator.hpp"
    48 #include "runtime/stubCodeGenerator.hpp"
    49 #include "runtime/stubRoutines.hpp"
    49 #include "runtime/stubRoutines.hpp"
    50 #include "runtime/thread.inline.hpp"
    50 #include "runtime/thread.inline.hpp"
       
    51 #include "utilities/debug.hpp"
    51 #include "utilities/decoder.hpp"
    52 #include "utilities/decoder.hpp"
       
    53 #include "utilities/formatBuffer.hpp"
    52 
    54 
    53 RegisterMap::RegisterMap(JavaThread *thread, bool update_map) {
    55 RegisterMap::RegisterMap(JavaThread *thread, bool update_map) {
    54   _thread         = thread;
    56   _thread         = thread;
    55   _update_map     = update_map;
    57   _update_map     = update_map;
    56   clear();
    58   clear();