src/hotspot/cpu/x86/frame_x86.hpp
changeset 49480 d7df2dd501ce
parent 47625 60dae13727b8
child 53244 9807daeb47c4
equal deleted inserted replaced
49479:5865398439d4 49480:d7df2dd501ce
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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.
   152   static void update_map_with_saved_link(RegisterMap* map, intptr_t** link_addr);
   152   static void update_map_with_saved_link(RegisterMap* map, intptr_t** link_addr);
   153 
   153 
   154   // deoptimization support
   154   // deoptimization support
   155   void interpreter_frame_set_last_sp(intptr_t* sp);
   155   void interpreter_frame_set_last_sp(intptr_t* sp);
   156 
   156 
       
   157   static jint interpreter_frame_expression_stack_direction() { return -1; }
       
   158 
   157 #endif // CPU_X86_VM_FRAME_X86_HPP
   159 #endif // CPU_X86_VM_FRAME_X86_HPP