hotspot/src/cpu/aarch64/vm/frame_aarch64.hpp
changeset 38133 78b95467b9f1
parent 37466 287c4ebd11b0
child 38144 0976c0c5c5d3
equal deleted inserted replaced
38132:ba888a4f352a 38133:78b95467b9f1
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2014, Red Hat Inc. All rights reserved.
     3  * Copyright (c) 2014, Red Hat Inc. 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
   122     return (intptr_t*) addr_at(offset);
   122     return (intptr_t*) addr_at(offset);
   123   }
   123   }
   124 
   124 
   125 #ifdef ASSERT
   125 #ifdef ASSERT
   126   // Used in frame::sender_for_{interpreter,compiled}_frame
   126   // Used in frame::sender_for_{interpreter,compiled}_frame
   127   static void verify_deopt_original_pc(   nmethod* nm, intptr_t* unextended_sp);
   127   static void verify_deopt_original_pc(   CompiledMethod* nm, intptr_t* unextended_sp);
   128 #endif
   128 #endif
   129 
   129 
   130  public:
   130  public:
   131   // Constructors
   131   // Constructors
   132 
   132