src/hotspot/cpu/x86/frame_x86.cpp
author stefank
Mon, 19 Aug 2019 11:30:03 +0200
changeset 57811 947252a54b98
parent 54786 ebf733a324d4
permissions -rw-r--r--
8229838: Rename markOop files to markWord Reviewed-by: dholmes, rehn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
51263
b5aac518b097 8207779: Method::is_valid_method() compares 'this' with NULL
hseigel
parents: 47799
diff changeset
     2
 * Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5426
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5426
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5426
diff changeset
    21
 * questions.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
 */
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    25
#include "precompiled.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    26
#include "interpreter/interpreter.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    27
#include "memory/resourceArea.hpp"
54786
ebf733a324d4 8223624: Cleanup includes of universe.hpp
stefank
parents: 54437
diff changeset
    28
#include "memory/universe.hpp"
57811
947252a54b98 8229838: Rename markOop files to markWord
stefank
parents: 54786
diff changeset
    29
#include "oops/markWord.hpp"
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
    30
#include "oops/method.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    31
#include "oops/oop.inline.hpp"
11632
e369165faf7a 7141059: 7116795 broke pure c2 builds
iveresov
parents: 11571
diff changeset
    32
#include "prims/methodHandles.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    33
#include "runtime/frame.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    34
#include "runtime/handles.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    35
#include "runtime/javaCalls.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    36
#include "runtime/monitorChunk.hpp"
25468
5331df506290 8048241: Introduce umbrella header os.inline.hpp and clean up includes
goetz
parents: 24424
diff changeset
    37
#include "runtime/os.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    38
#include "runtime/signature.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    39
#include "runtime/stubCodeGenerator.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    40
#include "runtime/stubRoutines.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    41
#include "vmreg_x86.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    42
#ifdef COMPILER1
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    43
#include "c1/c1_Runtime1.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    44
#include "runtime/vframeArray.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6418
diff changeset
    45
#endif
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
#ifdef ASSERT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
void RegisterMap::check_location_valid() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
// Profiling/safepoint support
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
bool frame::safe_for_sender(JavaThread *thread) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
  address   sp = (address)_sp;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
  address   fp = (address)_fp;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
  address   unextended_sp = (address)_unextended_sp;
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    58
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    59
  // consider stack guards when trying to determine "safe" stack pointers
35201
996db89f378e 8139864: Improve handling of stack protection zones.
goetz
parents: 33198
diff changeset
    60
  static size_t stack_guard_size = os::uses_stack_guard_pages() ?
996db89f378e 8139864: Improve handling of stack protection zones.
goetz
parents: 33198
diff changeset
    61
    JavaThread::stack_red_zone_size() + JavaThread::stack_yellow_zone_size() : 0;
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    62
  size_t usable_stack_size = thread->stack_size() - stack_guard_size;
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    63
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    64
  // sp must be within the usable part of the stack (not in guards)
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    65
  bool sp_safe = (sp < thread->stack_base()) &&
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    66
                 (sp >= thread->stack_base() - usable_stack_size);
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    67
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    68
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    69
  if (!sp_safe) {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    70
    return false;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    71
  }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    72
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    73
  // unextended sp must be within the stack and above or equal sp
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    74
  bool unextended_sp_safe = (unextended_sp < thread->stack_base()) &&
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    75
                            (unextended_sp >= sp);
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    76
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    77
  if (!unextended_sp_safe) {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    78
    return false;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    79
  }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    80
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    81
  // an fp must be within the stack and above (but not equal) sp
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    82
  // second evaluation on fp+ is added to handle situation where fp is -1
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
    83
  bool fp_safe = (fp < thread->stack_base() && (fp > sp) && (((fp + (return_addr_offset * sizeof(void*))) < thread->stack_base())));
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    84
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    85
  // We know sp/unextended_sp are safe only fp is questionable here
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    86
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    87
  // If the current frame is known to the code cache then we can attempt to
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    88
  // to construct the sender and do some validation of it. This goes a long way
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    89
  // toward eliminating issues when we get in frame construction code
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    90
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    91
  if (_cb != NULL ) {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    92
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    93
    // First check if frame is complete and tester is reliable
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
    // Unfortunately we can only check frame complete for runtime stubs and nmethod
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
    // other generic buffer blobs are more problematic so we just assume they are
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
    // ok. adapter blobs never have a frame complete and are never ok.
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    97
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
    98
    if (!_cb->is_frame_complete_at(_pc)) {
38133
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
    99
      if (_cb->is_compiled() || _cb->is_adapter_blob() || _cb->is_runtime_stub()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
        return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
    }
15801
fefae82e1067 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
rbackman
parents: 14579
diff changeset
   103
fefae82e1067 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
rbackman
parents: 14579
diff changeset
   104
    // Could just be some random pointer within the codeBlob
fefae82e1067 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
rbackman
parents: 14579
diff changeset
   105
    if (!_cb->code_contains(_pc)) {
fefae82e1067 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
rbackman
parents: 14579
diff changeset
   106
      return false;
fefae82e1067 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
rbackman
parents: 14579
diff changeset
   107
    }
fefae82e1067 8008340: [sampling] assert(upper->pc_offset() >= pc_offset) failed: sanity
rbackman
parents: 14579
diff changeset
   108
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   109
    // Entry frame checks
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   110
    if (is_entry_frame()) {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   111
      // an entry frame must have a valid fp.
40332
a52d1e719c4d 8159284: bigapps/Jetty - assert(jfa->last_Java_sp() > sp()) failed with JFR in use
coleenp
parents: 38144
diff changeset
   112
      return fp_safe && is_entry_frame_valid(thread);
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   113
    }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   114
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   115
    intptr_t* sender_sp = NULL;
28824
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   116
    intptr_t* sender_unextended_sp = NULL;
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   117
    address   sender_pc = NULL;
28824
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   118
    intptr_t* saved_fp =  NULL;
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   119
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   120
    if (is_interpreted_frame()) {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   121
      // fp must be safe
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   122
      if (!fp_safe) {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   123
        return false;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   124
      }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   125
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   126
      sender_pc = (address) this->fp()[return_addr_offset];
28824
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   127
      // for interpreted frames, the value below is the sender "raw" sp,
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   128
      // which can be different from the sender unextended sp (the sp seen
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   129
      // by the sender) because of current frame local variables
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   130
      sender_sp = (intptr_t*) addr_at(sender_sp_offset);
28824
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   131
      sender_unextended_sp = (intptr_t*) this->fp()[interpreter_frame_sender_sp_offset];
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   132
      saved_fp = (intptr_t*) this->fp()[link_offset];
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   133
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   134
    } else {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   135
      // must be some sort of compiled/runtime frame
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   136
      // fp does not have to be safe (although it could be check for c1?)
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   137
22217
163b4d58a6f2 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
mgronlun
parents: 20282
diff changeset
   138
      // check for a valid frame_size, otherwise we are unlikely to get a valid sender_pc
163b4d58a6f2 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
mgronlun
parents: 20282
diff changeset
   139
      if (_cb->frame_size() <= 0) {
163b4d58a6f2 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
mgronlun
parents: 20282
diff changeset
   140
        return false;
163b4d58a6f2 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
mgronlun
parents: 20282
diff changeset
   141
      }
163b4d58a6f2 8028412: AsyncGetCallTrace() is broken on x86 in JDK 7u40
mgronlun
parents: 20282
diff changeset
   142
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   143
      sender_sp = _unextended_sp + _cb->frame_size();
42042
681bd315c66e 8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
dlong
parents: 40644
diff changeset
   144
      // Is sender_sp safe?
681bd315c66e 8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
dlong
parents: 40644
diff changeset
   145
      if ((address)sender_sp >= thread->stack_base()) {
681bd315c66e 8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
dlong
parents: 40644
diff changeset
   146
        return false;
681bd315c66e 8160411: SIGSEGV in frame::safe_for_sender on incomplete DeoptimizationBlob frame
dlong
parents: 40644
diff changeset
   147
      }
28824
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   148
      sender_unextended_sp = sender_sp;
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   149
      // On Intel the return_address is always the word on the stack
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   150
      sender_pc = (address) *(sender_sp-1);
28824
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   151
      // Note: frame::sender_sp_offset is only valid for compiled frame
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   152
      saved_fp = (intptr_t*) *(sender_sp - frame::sender_sp_offset);
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   153
    }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   154
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   155
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   156
    // If the potential sender is the interpreter then we can do some more checking
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   157
    if (Interpreter::contains(sender_pc)) {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   158
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   159
      // ebp is always saved in a recognizable place in any code we generate. However
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   160
      // only if the sender is interpreted/call_stub (c1 too?) are we certain that the saved ebp
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   161
      // is really a frame pointer.
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   162
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   163
      bool saved_fp_safe = ((address)saved_fp < thread->stack_base()) && (saved_fp > sender_sp);
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   164
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   165
      if (!saved_fp_safe) {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   166
        return false;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   167
      }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   168
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   169
      // construct the potential sender
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   170
28824
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   171
      frame sender(sender_sp, sender_unextended_sp, saved_fp, sender_pc);
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   172
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   173
      return sender.is_interpreted_frame_valid(thread);
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   174
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   175
    }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   176
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   177
    // We must always be able to find a recognizable pc
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   178
    CodeBlob* sender_blob = CodeCache::find_blob_unsafe(sender_pc);
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   179
    if (sender_pc == NULL ||  sender_blob == NULL) {
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   180
      return false;
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   181
    }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   182
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   183
    // Could be a zombie method
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   184
    if (sender_blob->is_zombie() || sender_blob->is_unloaded()) {
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   185
      return false;
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   186
    }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   187
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   188
    // Could just be some random pointer within the codeBlob
6418
6671edbd230e 6978355: renaming for 6961697
twisti
parents: 6176
diff changeset
   189
    if (!sender_blob->code_contains(sender_pc)) {
6671edbd230e 6978355: renaming for 6961697
twisti
parents: 6176
diff changeset
   190
      return false;
6671edbd230e 6978355: renaming for 6961697
twisti
parents: 6176
diff changeset
   191
    }
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   192
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   193
    // We should never be able to see an adapter if the current frame is something from code cache
6418
6671edbd230e 6978355: renaming for 6961697
twisti
parents: 6176
diff changeset
   194
    if (sender_blob->is_adapter_blob()) {
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   195
      return false;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   196
    }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   197
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   198
    // Could be the call_stub
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   199
    if (StubRoutines::returns_to_call_stub(sender_pc)) {
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   200
      bool saved_fp_safe = ((address)saved_fp < thread->stack_base()) && (saved_fp > sender_sp);
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   201
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   202
      if (!saved_fp_safe) {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   203
        return false;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   204
      }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   205
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   206
      // construct the potential sender
42051
0264f170da65 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
cjplummer
parents: 42042
diff changeset
   207
28824
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   208
      frame sender(sender_sp, sender_unextended_sp, saved_fp, sender_pc);
42051
0264f170da65 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
cjplummer
parents: 42042
diff changeset
   209
0264f170da65 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
cjplummer
parents: 42042
diff changeset
   210
      // Validate the JavaCallWrapper an entry frame must have
0264f170da65 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
cjplummer
parents: 42042
diff changeset
   211
      address jcw = (address)sender.entry_frame_call_wrapper();
0264f170da65 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
cjplummer
parents: 42042
diff changeset
   212
0264f170da65 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
cjplummer
parents: 42042
diff changeset
   213
      bool jcw_safe = (jcw < thread->stack_base()) && (jcw > (address)sender.fp());
0264f170da65 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
cjplummer
parents: 42042
diff changeset
   214
0264f170da65 8166679: JNI AsyncGetCallTrace replaces topmost frame name with <no Java callstack recorded> starting with Java 9 b133
cjplummer
parents: 42042
diff changeset
   215
      return jcw_safe;
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   216
    }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   217
38133
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   218
    CompiledMethod* nm = sender_blob->as_compiled_method_or_null();
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   219
    if (nm != NULL) {
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   220
        if (nm->is_deopt_mh_entry(sender_pc) || nm->is_deopt_entry(sender_pc) ||
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   221
            nm->method()->is_method_handle_intrinsic()) {
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   222
            return false;
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   223
        }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   224
    }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   225
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   226
    // If the frame size is 0 something (or less) is bad because every nmethod has a non-zero frame size
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   227
    // because the return address counts against the callee's frame.
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   228
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   229
    if (sender_blob->frame_size() <= 0) {
38133
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   230
      assert(!sender_blob->is_compiled(), "should count return address at least");
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   231
      return false;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   232
    }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   233
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   234
    // We should never be able to see anything here except an nmethod. If something in the
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   235
    // code cache (current frame) is called by an entity within the code cache that entity
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   236
    // should not be anything but the call stub (already covered), the interpreter (already covered)
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   237
    // or an nmethod.
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   238
38133
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   239
    if (!sender_blob->is_compiled()) {
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   240
        return false;
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 15937
diff changeset
   241
    }
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   242
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   243
    // Could put some more validation for the potential non-interpreted sender
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   244
    // frame we'd create by calling sender if I could think of any. Wait for next crash in forte...
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   245
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   246
    // One idea is seeing if the sender_pc we have is one that we'd expect to call to current cb
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   247
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   248
    // We've validated the potential sender that would be created
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   249
    return true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
  }
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   251
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   252
  // Must be native-compiled frame. Since sender will try and use fp to find
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   253
  // linkages it must be safe
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   254
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   255
  if (!fp_safe) {
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   256
    return false;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
  }
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   258
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   259
  // Will the pc we fetch be non-zero (which we'll find at the oldest frame)
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   260
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   261
  if ( (address) this->fp()[return_addr_offset] == NULL) return false;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   262
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   263
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   264
  // could try and do some more potential verification of native frame if we could think of some...
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   265
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   266
  return true;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   267
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
void frame::patch_pc(Thread* thread, address pc) {
10733
49cc61508e86 7081938: JSR292: assert(magic_number_2() == MAGIC_NUMBER_2) failed
twisti
parents: 10539
diff changeset
   272
  address* pc_addr = &(((address*) sp())[-1]);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
  if (TracePcPatching) {
10980
8b23df12c7f6 7106944: assert(_pc == *pc_addr) failed may be too strong
twisti
parents: 10733
diff changeset
   274
    tty->print_cr("patch_pc at address " INTPTR_FORMAT " [" INTPTR_FORMAT " -> " INTPTR_FORMAT "]",
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 31389
diff changeset
   275
                  p2i(pc_addr), p2i(*pc_addr), p2i(pc));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   276
  }
10980
8b23df12c7f6 7106944: assert(_pc == *pc_addr) failed may be too strong
twisti
parents: 10733
diff changeset
   277
  // Either the return address is the original one or we are going to
8b23df12c7f6 7106944: assert(_pc == *pc_addr) failed may be too strong
twisti
parents: 10733
diff changeset
   278
  // patch in the same address that's already there.
8b23df12c7f6 7106944: assert(_pc == *pc_addr) failed may be too strong
twisti
parents: 10733
diff changeset
   279
  assert(_pc == *pc_addr || pc == *pc_addr, "must be");
10733
49cc61508e86 7081938: JSR292: assert(magic_number_2() == MAGIC_NUMBER_2) failed
twisti
parents: 10539
diff changeset
   280
  *pc_addr = pc;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   281
  _cb = CodeCache::find_blob(pc);
38133
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   282
  address original_pc = CompiledMethod::get_deopt_original_pc(this);
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   283
  if (original_pc != NULL) {
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   284
    assert(original_pc == _pc, "expected original PC to be stored before patching");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
    _deopt_state = is_deoptimized;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
    // leave _pc as is
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
    _deopt_state = not_deoptimized;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
    _pc = pc;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   290
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   291
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   292
489c9b5090e2 Initial load
duke
parents:
diff changeset
   293
bool frame::is_interpreted_frame() const  {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   294
  return Interpreter::contains(pc());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
2880
c2974244a496 6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization
cfang
parents: 1066
diff changeset
   297
int frame::frame_size(RegisterMap* map) const {
c2974244a496 6848466: frame::frame_size() assertion failure with -XX:+DebugDeoptimization
cfang
parents: 1066
diff changeset
   298
  frame sender = this->sender(map);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
  return sender.sp() - sp();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
intptr_t* frame::entry_frame_argument_at(int offset) const {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
  // convert offset to index to deal with tsi
489c9b5090e2 Initial load
duke
parents:
diff changeset
   304
  int index = (Interpreter::expr_offset_in_bytes(offset)/wordSize);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   305
  // Entry frame's arguments are always in relation to unextended_sp()
489c9b5090e2 Initial load
duke
parents:
diff changeset
   306
  return &unextended_sp()[index];
489c9b5090e2 Initial load
duke
parents:
diff changeset
   307
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   308
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
// sender_sp
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
489c9b5090e2 Initial load
duke
parents:
diff changeset
   311
intptr_t* frame::interpreter_frame_sender_sp() const {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   312
  assert(is_interpreted_frame(), "interpreted frame expected");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
  return (intptr_t*) at(interpreter_frame_sender_sp_offset);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   314
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
void frame::set_interpreter_frame_sender_sp(intptr_t* sender_sp) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
  assert(is_interpreted_frame(), "interpreted frame expected");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
  ptr_at_put(interpreter_frame_sender_sp_offset, (intptr_t) sender_sp);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
// monitor elements
489c9b5090e2 Initial load
duke
parents:
diff changeset
   323
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
BasicObjectLock* frame::interpreter_frame_monitor_begin() const {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   325
  return (BasicObjectLock*) addr_at(interpreter_frame_monitor_block_bottom_offset);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
489c9b5090e2 Initial load
duke
parents:
diff changeset
   328
BasicObjectLock* frame::interpreter_frame_monitor_end() const {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
  BasicObjectLock* result = (BasicObjectLock*) *addr_at(interpreter_frame_monitor_block_top_offset);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
  // make sure the pointer points inside the frame
5401
30bda607cb67 6946056: assert((intptr_t) sp()<=(intptr_t) result,"result must>=than stack pointer"), frame_x86.cpp:295
johnc
parents: 4752
diff changeset
   331
  assert(sp() <= (intptr_t*) result, "monitor end should be above the stack pointer");
30bda607cb67 6946056: assert((intptr_t) sp()<=(intptr_t) result,"result must>=than stack pointer"), frame_x86.cpp:295
johnc
parents: 4752
diff changeset
   332
  assert((intptr_t*) result < fp(),  "monitor end should be strictly below the frame pointer");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   333
  return result;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
489c9b5090e2 Initial load
duke
parents:
diff changeset
   336
void frame::interpreter_frame_set_monitor_end(BasicObjectLock* value) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
  *((BasicObjectLock**)addr_at(interpreter_frame_monitor_block_top_offset)) = value;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   338
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
489c9b5090e2 Initial load
duke
parents:
diff changeset
   340
// Used by template based interpreter deoptimization
489c9b5090e2 Initial load
duke
parents:
diff changeset
   341
void frame::interpreter_frame_set_last_sp(intptr_t* sp) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   342
    *((intptr_t**)addr_at(interpreter_frame_last_sp_offset)) = sp;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   343
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   344
489c9b5090e2 Initial load
duke
parents:
diff changeset
   345
frame frame::sender_for_entry_frame(RegisterMap* map) const {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   346
  assert(map != NULL, "map must be set");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
  // Java frame called from C; skip all C frames and return top C
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
  // frame of that chunk as the sender
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
  JavaFrameAnchor* jfa = entry_frame_call_wrapper()->anchor();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
  assert(!entry_frame_is_first(), "next Java fp must be non zero");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   351
  assert(jfa->last_Java_sp() > sp(), "must be above this frame on stack");
40644
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   352
  // Since we are walking the stack now this nested anchor is obviously walkable
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   353
  // even if it wasn't when it was stacked.
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   354
  if (!jfa->walkable()) {
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   355
    // Capture _last_Java_pc (if needed) and mark anchor walkable.
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   356
    jfa->capture_last_Java_pc();
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   357
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   358
  map->clear();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   359
  assert(map->include_argument_oops(), "should be set by clear");
40644
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   360
  vmassert(jfa->last_Java_pc() != NULL, "not walkable");
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   361
  frame fr(jfa->last_Java_sp(), jfa->last_Java_fp(), jfa->last_Java_pc());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   362
  return fr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   363
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   364
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   365
//------------------------------------------------------------------------------
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   366
// frame::verify_deopt_original_pc
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   367
//
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   368
// Verifies the calculated original PC of a deoptimization PC for the
30305
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 28824
diff changeset
   369
// given unextended SP.
15937
fd3d2d0175f9 8006498: #if <symbol> is wrong in the code.
jprovino
parents: 15801
diff changeset
   370
#ifdef ASSERT
38133
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   371
void frame::verify_deopt_original_pc(CompiledMethod* nm, intptr_t* unextended_sp) {
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   372
  frame fr;
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   373
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   374
  // This is ugly but it's better than to change {get,set}_original_pc
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   375
  // to take an SP value as argument.  And it's only a debugging
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   376
  // method anyway.
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   377
  fr._unextended_sp = unextended_sp;
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   378
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   379
  address original_pc = nm->get_original_pc(&fr);
43474
8fbf946045f6 8172844: Assert fails in deoptimization due to original PC at the end of code section
zmajo
parents: 42051
diff changeset
   380
  assert(nm->insts_contains_inclusive(original_pc),
8fbf946045f6 8172844: Assert fails in deoptimization due to original PC at the end of code section
zmajo
parents: 42051
diff changeset
   381
         "original PC must be in the main code section of the the compiled method (or must be immediately following it)");
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   382
}
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   383
#endif
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   384
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   385
//------------------------------------------------------------------------------
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   386
// frame::adjust_unextended_sp
47625
60dae13727b8 8189244: x86: eliminate frame::adjust_unextended_sp() overhead
dlong
parents: 47216
diff changeset
   387
#ifdef ASSERT
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   388
void frame::adjust_unextended_sp() {
30305
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 28824
diff changeset
   389
  // On x86, sites calling method handle intrinsics and lambda forms are treated
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 28824
diff changeset
   390
  // as any other call site. Therefore, no special action is needed when we are
b92a97e1e9cb 8068945: Use RBP register as proper frame pointer in JIT compiled code on x86
zmajo
parents: 28824
diff changeset
   391
  // returning to any of these call sites.
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   392
38133
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   393
  if (_cb != NULL) {
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   394
    CompiledMethod* sender_cm = _cb->as_compiled_method_or_null();
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   395
    if (sender_cm != NULL) {
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   396
      // If the sender PC is a deoptimization point, get the original PC.
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   397
      if (sender_cm->is_deopt_entry(_pc) ||
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   398
          sender_cm->is_deopt_mh_entry(_pc)) {
47625
60dae13727b8 8189244: x86: eliminate frame::adjust_unextended_sp() overhead
dlong
parents: 47216
diff changeset
   399
        verify_deopt_original_pc(sender_cm, _unextended_sp);
38133
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 35214
diff changeset
   400
      }
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   401
    }
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   402
  }
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   403
}
47625
60dae13727b8 8189244: x86: eliminate frame::adjust_unextended_sp() overhead
dlong
parents: 47216
diff changeset
   404
#endif
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   405
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   406
//------------------------------------------------------------------------------
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   407
// frame::update_map_with_saved_link
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   408
void frame::update_map_with_saved_link(RegisterMap* map, intptr_t** link_addr) {
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   409
  // The interpreter and compiler(s) always save EBP/RBP in a known
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   410
  // location on entry. We must record where that location is
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   411
  // so this if EBP/RBP was live on callout from c2 we can find
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   412
  // the saved copy no matter what it called.
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   413
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   414
  // Since the interpreter always saves EBP/RBP if we record where it is then
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   415
  // we don't have to always save EBP/RBP on entry and exit to c2 compiled
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   416
  // code, on entry will be enough.
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   417
  map->set_location(rbp->as_VMReg(), (address) link_addr);
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   418
#ifdef AMD64
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   419
  // this is weird "H" ought to be at a higher address however the
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   420
  // oopMaps seems to have the "H" regs at the same address and the
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   421
  // vanilla register.
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   422
  // XXXX make this go away
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   423
  if (true) {
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   424
    map->set_location(rbp->as_VMReg()->next(), (address) link_addr);
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   425
  }
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   426
#endif // AMD64
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   427
}
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   428
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   429
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   430
//------------------------------------------------------------------------------
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   431
// frame::sender_for_interpreter_frame
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   432
frame frame::sender_for_interpreter_frame(RegisterMap* map) const {
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   433
  // SP is the raw SP from the sender after adapter or interpreter
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   434
  // extension.
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   435
  intptr_t* sender_sp = this->sender_sp();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   436
489c9b5090e2 Initial load
duke
parents:
diff changeset
   437
  // This is the sp before any possible extension (adapter/locals).
489c9b5090e2 Initial load
duke
parents:
diff changeset
   438
  intptr_t* unextended_sp = interpreter_frame_sender_sp();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   439
47799
1772ebf07d1f 8152470: Add COMPILER2_OR_JVMCI definition
jcm
parents: 47625
diff changeset
   440
#if COMPILER2_OR_JVMCI
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   441
  if (map->update_map()) {
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   442
    update_map_with_saved_link(map, (intptr_t**) addr_at(link_offset));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   443
  }
47799
1772ebf07d1f 8152470: Add COMPILER2_OR_JVMCI definition
jcm
parents: 47625
diff changeset
   444
#endif // COMPILER2_OR_JVMCI
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   445
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   446
  return frame(sender_sp, unextended_sp, link(), sender_pc());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   447
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   448
489c9b5090e2 Initial load
duke
parents:
diff changeset
   449
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   450
//------------------------------------------------------------------------------
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   451
// frame::sender_for_compiled_frame
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   452
frame frame::sender_for_compiled_frame(RegisterMap* map) const {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   453
  assert(map != NULL, "map must be set");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   454
489c9b5090e2 Initial load
duke
parents:
diff changeset
   455
  // frame owned by optimizing compiler
489c9b5090e2 Initial load
duke
parents:
diff changeset
   456
  assert(_cb->frame_size() >= 0, "must have non-zero frame size");
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   457
  intptr_t* sender_sp = unextended_sp() + _cb->frame_size();
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   458
  intptr_t* unextended_sp = sender_sp;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   459
489c9b5090e2 Initial load
duke
parents:
diff changeset
   460
  // On Intel the return_address is always the word on the stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
   461
  address sender_pc = (address) *(sender_sp-1);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   462
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   463
  // This is the saved value of EBP which may or may not really be an FP.
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   464
  // It is only an FP if the sender is an interpreter frame (or C1?).
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   465
  intptr_t** saved_fp_addr = (intptr_t**) (sender_sp - frame::sender_sp_offset);
4564
55dfb20908d0 6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164)
twisti
parents: 3261
diff changeset
   466
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   467
  if (map->update_map()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   468
    // Tell GC to use argument oopmaps for some runtime stubs that need it.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   469
    // For C1, the runtime stub might not have oop maps, so set this flag
489c9b5090e2 Initial load
duke
parents:
diff changeset
   470
    // outside of update_register_map.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   471
    map->set_include_argument_oops(_cb->caller_must_gc_arguments(map->thread()));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   472
    if (_cb->oop_maps() != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   473
      OopMapSet::update_register_map(this, map);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   474
    }
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   475
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   476
    // Since the prolog does the save and restore of EBP there is no oopmap
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   477
    // for it so we must fill in its location as if there was an oopmap entry
489c9b5090e2 Initial load
duke
parents:
diff changeset
   478
    // since if our caller was compiled code there could be live jvm state in it.
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   479
    update_map_with_saved_link(map, saved_fp_addr);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   480
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   481
489c9b5090e2 Initial load
duke
parents:
diff changeset
   482
  assert(sender_sp != sp(), "must have changed");
9630
d6419e4395e3 6939861: JVM should handle more conversion operations
never
parents: 9437
diff changeset
   483
  return frame(sender_sp, unextended_sp, *saved_fp_addr, sender_pc);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   484
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   485
4752
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   486
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   487
//------------------------------------------------------------------------------
67a506670cd0 6921352: JSR 292 needs its own deopt handler
twisti
parents: 4749
diff changeset
   488
// frame::sender
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   489
frame frame::sender(RegisterMap* map) const {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   490
  // Default is we done have to follow them. The sender_for_xxx will
489c9b5090e2 Initial load
duke
parents:
diff changeset
   491
  // update it accordingly
489c9b5090e2 Initial load
duke
parents:
diff changeset
   492
  map->set_include_argument_oops(false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   493
489c9b5090e2 Initial load
duke
parents:
diff changeset
   494
  if (is_entry_frame())       return sender_for_entry_frame(map);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   495
  if (is_interpreted_frame()) return sender_for_interpreter_frame(map);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   496
  assert(_cb == CodeCache::find_blob(pc()),"Must be the same");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   497
489c9b5090e2 Initial load
duke
parents:
diff changeset
   498
  if (_cb != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   499
    return sender_for_compiled_frame(map);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   500
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   501
  // Must be native-compiled frame, i.e. the marshaling code for native
489c9b5090e2 Initial load
duke
parents:
diff changeset
   502
  // methods that exists in the core system.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   503
  return frame(sender_sp(), link(), sender_pc());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   504
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   505
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   506
bool frame::is_interpreted_frame_valid(JavaThread* thread) const {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   507
  assert(is_interpreted_frame(), "Not an interpreted frame");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   508
  // These are reasonable sanity checks
489c9b5090e2 Initial load
duke
parents:
diff changeset
   509
  if (fp() == 0 || (intptr_t(fp()) & (wordSize-1)) != 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   510
    return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   511
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   512
  if (sp() == 0 || (intptr_t(sp()) & (wordSize-1)) != 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   513
    return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   514
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   515
  if (fp() + interpreter_frame_initial_sp_offset < sp()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   516
    return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   517
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   518
  // These are hacks to keep us out of trouble.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   519
  // The problem with these is that they mask other problems
489c9b5090e2 Initial load
duke
parents:
diff changeset
   520
  if (fp() <= sp()) {        // this attempts to deal with unsigned comparison above
489c9b5090e2 Initial load
duke
parents:
diff changeset
   521
    return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   522
  }
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   523
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   524
  // do some validation of frame elements
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   525
  // first the method
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   526
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   527
  Method* m = *interpreter_frame_method_addr();
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   528
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   529
  // validate the method we'd find in this potential sender
51263
b5aac518b097 8207779: Method::is_valid_method() compares 'this' with NULL
hseigel
parents: 47799
diff changeset
   530
  if (!Method::is_valid_method(m)) return false;
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   531
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   532
  // stack frames shouldn't be much larger than max_stack elements
28824
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   533
  // this test requires the use the unextended_sp which is the sp as seen by
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   534
  // the current frame, and not sp which is the "raw" pc which could point
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   535
  // further because of local variables of the callee method inserted after
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   536
  // method arguments
ad5e6cd229c0 8068655: frame::safe_for_sender() computes incorrect sender_sp value for interpreted frames
fparain
parents: 26821
diff changeset
   537
  if (fp() - unextended_sp() > 1024 + m->max_stack()*Interpreter::stackElementSize) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   538
    return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   539
  }
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   540
25714
87fa6860b5ae 8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
coleenp
parents: 25468
diff changeset
   541
  // validate bci/bcp
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   542
25714
87fa6860b5ae 8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
coleenp
parents: 25468
diff changeset
   543
  address bcp = interpreter_frame_bcp();
87fa6860b5ae 8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
coleenp
parents: 25468
diff changeset
   544
  if (m->validate_bci_from_bcp(bcp) < 0) {
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   545
    return false;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   546
  }
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   547
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   548
  // validate ConstantPoolCache*
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   549
  ConstantPoolCache* cp = *interpreter_frame_cache_addr();
54437
2ae93028bef3 8221539: [metaspace] Improve MetaspaceObj::is_metaspace_obj() and friends
stuefe
parents: 51263
diff changeset
   550
  if (MetaspaceObj::is_valid(cp) == false) return false;
354
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   551
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   552
  // validate locals
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   553
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   554
  address locals =  (address) *interpreter_frame_locals_addr();
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   555
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   556
  if (locals > thread->stack_base() || locals < (address) fp()) return false;
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   557
3b42d6fdcb82 6603919: Stackwalking crash on x86 -server with Sun Studio's collect -j on
sgoldman
parents: 1
diff changeset
   558
  // We'd have to be pretty unlucky to be mislead at this point
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   559
  return true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   560
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   561
489c9b5090e2 Initial load
duke
parents:
diff changeset
   562
BasicType frame::interpreter_frame_result(oop* oop_result, jvalue* value_result) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   563
  assert(is_interpreted_frame(), "interpreted frame expected");
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   564
  Method* method = interpreter_frame_method();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   565
  BasicType type = method->result_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   566
489c9b5090e2 Initial load
duke
parents:
diff changeset
   567
  intptr_t* tos_addr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   568
  if (method->is_native()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   569
    // Prior to calling into the runtime to report the method_exit the possible
489c9b5090e2 Initial load
duke
parents:
diff changeset
   570
    // return value is pushed to the native stack. If the result is a jfloat/jdouble
489c9b5090e2 Initial load
duke
parents:
diff changeset
   571
    // then ST0 is saved before EAX/EDX. See the note in generate_native_result
489c9b5090e2 Initial load
duke
parents:
diff changeset
   572
    tos_addr = (intptr_t*)sp();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   573
    if (type == T_FLOAT || type == T_DOUBLE) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   574
    // QQQ seems like this code is equivalent on the two platforms
489c9b5090e2 Initial load
duke
parents:
diff changeset
   575
#ifdef AMD64
489c9b5090e2 Initial load
duke
parents:
diff changeset
   576
      // This is times two because we do a push(ltos) after pushing XMM0
489c9b5090e2 Initial load
duke
parents:
diff changeset
   577
      // and that takes two interpreter stack slots.
5419
f2e8cc8c12ea 6943304: remove tagged stack interpreter
twisti
parents: 4752
diff changeset
   578
      tos_addr += 2 * Interpreter::stackElementWords;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   579
#else
489c9b5090e2 Initial load
duke
parents:
diff changeset
   580
      tos_addr += 2;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   581
#endif // AMD64
489c9b5090e2 Initial load
duke
parents:
diff changeset
   582
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   583
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   584
    tos_addr = (intptr_t*)interpreter_frame_tos_address();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   585
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   586
489c9b5090e2 Initial load
duke
parents:
diff changeset
   587
  switch (type) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   588
    case T_OBJECT  :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   589
    case T_ARRAY   : {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   590
      oop obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   591
      if (method->is_native()) {
20282
7f9cbdf89af2 7195622: CheckUnhandledOops has limited usefulness now
hseigel
parents: 18439
diff changeset
   592
        obj = cast_to_oop(at(interpreter_frame_oop_temp_offset));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   593
      } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   594
        oop* obj_p = (oop*)tos_addr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   595
        obj = (obj_p == NULL) ? (oop)NULL : *obj_p;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   596
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   597
      assert(obj == NULL || Universe::heap()->is_in(obj), "sanity check");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   598
      *oop_result = obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   599
      break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   600
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   601
    case T_BOOLEAN : value_result->z = *(jboolean*)tos_addr; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   602
    case T_BYTE    : value_result->b = *(jbyte*)tos_addr; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   603
    case T_CHAR    : value_result->c = *(jchar*)tos_addr; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   604
    case T_SHORT   : value_result->s = *(jshort*)tos_addr; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   605
    case T_INT     : value_result->i = *(jint*)tos_addr; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   606
    case T_LONG    : value_result->j = *(jlong*)tos_addr; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   607
    case T_FLOAT   : {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   608
#ifdef AMD64
489c9b5090e2 Initial load
duke
parents:
diff changeset
   609
        value_result->f = *(jfloat*)tos_addr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   610
#else
489c9b5090e2 Initial load
duke
parents:
diff changeset
   611
      if (method->is_native()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   612
        jdouble d = *(jdouble*)tos_addr;  // Result was in ST0 so need to convert to jfloat
489c9b5090e2 Initial load
duke
parents:
diff changeset
   613
        value_result->f = (jfloat)d;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   614
      } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   615
        value_result->f = *(jfloat*)tos_addr;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   616
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   617
#endif // AMD64
489c9b5090e2 Initial load
duke
parents:
diff changeset
   618
      break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   619
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   620
    case T_DOUBLE  : value_result->d = *(jdouble*)tos_addr; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   621
    case T_VOID    : /* Nothing to do */ break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   622
    default        : ShouldNotReachHere();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   623
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   624
489c9b5090e2 Initial load
duke
parents:
diff changeset
   625
  return type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   626
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   627
489c9b5090e2 Initial load
duke
parents:
diff changeset
   628
489c9b5090e2 Initial load
duke
parents:
diff changeset
   629
intptr_t* frame::interpreter_frame_tos_at(jint offset) const {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   630
  int index = (Interpreter::expr_offset_in_bytes(offset)/wordSize);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   631
  return &interpreter_frame_tos_address()[index];
489c9b5090e2 Initial load
duke
parents:
diff changeset
   632
}
9437
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   633
11571
23f825a42a85 7120468: SPARC/x86: use frame::describe to enhance trace_method_handle
bdelsart
parents: 11565
diff changeset
   634
#ifndef PRODUCT
9437
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   635
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   636
#define DESCRIBE_FP_OFFSET(name) \
9632
cd86c748c12b 7043301: assert(locals < caller->fp() || locals > (caller->fp() + 16)) failed: locals in save area
never
parents: 9630
diff changeset
   637
  values.describe(frame_no, fp() + frame::name##_offset, #name)
9437
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   638
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   639
void frame::describe_pd(FrameValues& values, int frame_no) {
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11632
diff changeset
   640
  if (is_interpreted_frame()) {
9437
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   641
    DESCRIBE_FP_OFFSET(interpreter_frame_sender_sp);
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   642
    DESCRIBE_FP_OFFSET(interpreter_frame_last_sp);
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   643
    DESCRIBE_FP_OFFSET(interpreter_frame_method);
38074
8475fdc6dcc3 8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
coleenp
parents: 35214
diff changeset
   644
    DESCRIBE_FP_OFFSET(interpreter_frame_mirror);
25714
87fa6860b5ae 8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
coleenp
parents: 25468
diff changeset
   645
    DESCRIBE_FP_OFFSET(interpreter_frame_mdp);
9437
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   646
    DESCRIBE_FP_OFFSET(interpreter_frame_cache);
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   647
    DESCRIBE_FP_OFFSET(interpreter_frame_locals);
25714
87fa6860b5ae 8004128: NPG: remove stackwalking in Threads::gc_prologue and gc_epilogue code
coleenp
parents: 25468
diff changeset
   648
    DESCRIBE_FP_OFFSET(interpreter_frame_bcp);
9437
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   649
    DESCRIBE_FP_OFFSET(interpreter_frame_initial_sp);
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 31389
diff changeset
   650
#ifdef AMD64
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 31389
diff changeset
   651
  } else if (is_entry_frame()) {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 31389
diff changeset
   652
    // This could be more descriptive if we use the enum in
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 31389
diff changeset
   653
    // stubGenerator to map to real names but it's most important to
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 31389
diff changeset
   654
    // claim these frame slots so the error checking works.
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 31389
diff changeset
   655
    for (int i = 0; i < entry_frame_after_call_words; i++) {
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 31389
diff changeset
   656
      values.describe(frame_no, fp() - i, err_msg("call_stub word fp - %d", i));
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 31389
diff changeset
   657
    }
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 31389
diff changeset
   658
#endif // AMD64
9437
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   659
  }
9981851b4b8c 7009361: JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
never
parents: 7397
diff changeset
   660
}
33160
c59f1676d27e 8136421: JEP 243: Java-Level JVM Compiler Interface
twisti
parents: 31389
diff changeset
   661
#endif // !PRODUCT
10539
f87cedf7983c 7087445: Improve platform independence of JSR292 shared code
bdelsart
parents: 9632
diff changeset
   662
f87cedf7983c 7087445: Improve platform independence of JSR292 shared code
bdelsart
parents: 9632
diff changeset
   663
intptr_t *frame::initial_deoptimization_info() {
f87cedf7983c 7087445: Improve platform independence of JSR292 shared code
bdelsart
parents: 9632
diff changeset
   664
  // used to reset the saved FP
f87cedf7983c 7087445: Improve platform independence of JSR292 shared code
bdelsart
parents: 9632
diff changeset
   665
  return fp();
f87cedf7983c 7087445: Improve platform independence of JSR292 shared code
bdelsart
parents: 9632
diff changeset
   666
}
11486
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   667
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   668
intptr_t* frame::real_fp() const {
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   669
  if (_cb != NULL) {
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   670
    // use the frame size if valid
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   671
    int size = _cb->frame_size();
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11632
diff changeset
   672
    if (size > 0) {
11486
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   673
      return unextended_sp() + size;
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   674
    }
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   675
  }
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   676
  // else rely on fp()
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   677
  assert(! is_compiled_frame(), "unknown compiled frame size");
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   678
  return fp();
cdc636532368 7120448: Fix FP values for compiled frames in frame::describe
bdelsart
parents: 10980
diff changeset
   679
}
26821
ce9f82507dc2 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
simonis
parents: 25714
diff changeset
   680
ce9f82507dc2 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
simonis
parents: 25714
diff changeset
   681
#ifndef PRODUCT
ce9f82507dc2 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
simonis
parents: 25714
diff changeset
   682
// This is a generic constructor which is only used by pns() in debug.cpp.
ce9f82507dc2 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
simonis
parents: 25714
diff changeset
   683
frame::frame(void* sp, void* fp, void* pc) {
ce9f82507dc2 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
simonis
parents: 25714
diff changeset
   684
  init((intptr_t*)sp, (intptr_t*)fp, (address)pc);
ce9f82507dc2 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
simonis
parents: 25714
diff changeset
   685
}
46589
f1c04490ded1 8182848: Some functions misplaced in debug.hpp
coleenp
parents: 43474
diff changeset
   686
f1c04490ded1 8182848: Some functions misplaced in debug.hpp
coleenp
parents: 43474
diff changeset
   687
void frame::pd_ps() {}
26821
ce9f82507dc2 8058345: Refactor native stack printing from vmError.cpp to debug.cpp to make it available in gdb as well
simonis
parents: 25714
diff changeset
   688
#endif
40644
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   689
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   690
void JavaFrameAnchor::make_walkable(JavaThread* thread) {
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   691
  // last frame set?
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   692
  if (last_Java_sp() == NULL) return;
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   693
  // already walkable?
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   694
  if (walkable()) return;
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   695
  vmassert(Thread::current() == (Thread*)thread, "not current thread");
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   696
  vmassert(last_Java_sp() != NULL, "not called from Java code?");
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   697
  vmassert(last_Java_pc() == NULL, "already walkable");
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   698
  capture_last_Java_pc();
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   699
  vmassert(walkable(), "something went wrong");
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   700
}
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   701
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   702
void JavaFrameAnchor::capture_last_Java_pc() {
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   703
  vmassert(_last_Java_sp != NULL, "no last frame set");
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   704
  vmassert(_last_Java_pc == NULL, "already walkable");
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   705
  _last_Java_pc = (address)_last_Java_sp[-1];
39e631ed7145 8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
dlong
parents: 40332
diff changeset
   706
}