src/hotspot/os_cpu/linux_sparc/os_linux_sparc.cpp
author chegar
Thu, 17 Oct 2019 20:54:25 +0100
branchdatagramsocketimpl-branch
changeset 58679 9c3209ff7550
parent 58678 9cf78a70fa4f
parent 55653 3243c42d737d
permissions -rw-r--r--
datagramsocketimpl-branch: merge with default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
     1
/*
55490
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
     2
 * Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
     4
 *
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
     7
 * published by the Free Software Foundation.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
     8
 *
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    13
 * accompanied this code).
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    14
 *
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5403
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5403
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: 5403
diff changeset
    21
 * questions.
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    22
 *
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    23
 */
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    24
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    25
// no precompiled headers
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47216
diff changeset
    26
#include "jvm.h"
14631
526804361522 8003250: SPARC: move MacroAssembler into separate file
twisti
parents: 13963
diff changeset
    27
#include "asm/macroAssembler.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    28
#include "classfile/classLoader.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    29
#include "classfile/systemDictionary.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    30
#include "classfile/vmSymbols.hpp"
34667
6b077f0ef25d 8144881: Various fixes to linux/sparc
mikael
parents: 34633
diff changeset
    31
#include "code/codeCache.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    32
#include "code/icBuffer.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    33
#include "code/vtableStubs.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    34
#include "interpreter/interpreter.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    35
#include "memory/allocation.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    36
#include "nativeInst_sparc.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    37
#include "os_share_linux.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    38
#include "prims/jniFastGetField.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    39
#include "prims/jvm_misc.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    40
#include "runtime/arguments.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    41
#include "runtime/extendedPC.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    42
#include "runtime/frame.inline.hpp"
49449
ef5d5d343e2a 8199263: Split interfaceSupport.hpp to not require including .inline.hpp files
coleenp
parents: 47765
diff changeset
    43
#include "runtime/interfaceSupport.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    44
#include "runtime/java.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    45
#include "runtime/javaCalls.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    46
#include "runtime/mutexLocker.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    47
#include "runtime/osThread.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    48
#include "runtime/sharedRuntime.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    49
#include "runtime/stubRoutines.hpp"
14583
d70ee55535f4 8003935: Simplify the needed includes for using Thread::current()
stefank
parents: 13963
diff changeset
    50
#include "runtime/thread.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    51
#include "runtime/timer.hpp"
49653
a569cb4425f3 8191101: Show register content in hs-err file on assert
stuefe
parents: 49449
diff changeset
    52
#include "utilities/debug.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    53
#include "utilities/events.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7108
diff changeset
    54
#include "utilities/vmError.hpp"
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    55
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    56
// Linux/Sparc has rather obscure naming of registers in sigcontext
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    57
// different between 32 and 64 bits
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    58
#define SIG_PC(x) ((x)->sigc_regs.tpc)
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    59
#define SIG_NPC(x) ((x)->sigc_regs.tnpc)
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    60
#define SIG_REGS(x) ((x)->sigc_regs)
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    61
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    62
// those are to reference registers in sigcontext
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    63
enum {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    64
  CON_G0 = 0,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    65
  CON_G1,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    66
  CON_G2,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    67
  CON_G3,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    68
  CON_G4,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    69
  CON_G5,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    70
  CON_G6,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    71
  CON_G7,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    72
  CON_O0,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    73
  CON_O1,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    74
  CON_O2,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    75
  CON_O3,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    76
  CON_O4,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    77
  CON_O5,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    78
  CON_O6,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    79
  CON_O7,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    80
};
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    81
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    82
// For Forte Analyzer AsyncGetCallTrace profiling support - thread is
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    83
// currently interrupted by SIGPROF.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    84
// os::Solaris::fetch_frame_from_ucontext() tries to skip nested
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    85
// signal frames. Currently we don't do that on Linux, so it's the
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    86
// same as os::fetch_frame_from_context().
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    87
ExtendedPC os::Linux::fetch_frame_from_ucontext(Thread* thread,
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
    88
                                                const ucontext_t* uc,
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    89
                                                intptr_t** ret_sp,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    90
                                                intptr_t** ret_fp) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    91
  assert(thread != NULL, "just checking");
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    92
  assert(ret_sp != NULL, "just checking");
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    93
  assert(ret_fp != NULL, "just checking");
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    94
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    95
  return os::fetch_frame_from_context(uc, ret_sp, ret_fp);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    96
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    97
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
    98
ExtendedPC os::fetch_frame_from_context(const void* ucVoid,
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
    99
                                        intptr_t** ret_sp,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   100
                                        intptr_t** ret_fp) {
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   101
  const ucontext_t* uc = (const ucontext_t*) ucVoid;
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   102
  ExtendedPC  epc;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   103
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   104
  if (uc != NULL) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   105
    epc = ExtendedPC(os::Linux::ucontext_get_pc(uc));
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   106
    if (ret_sp) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   107
      *ret_sp = os::Linux::ucontext_get_sp(uc);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   108
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   109
    if (ret_fp) {
25722
72f566374afc 8050167: linux-sparcv9: hs_err file does not show any stack information
zgu
parents: 24917
diff changeset
   110
      *ret_fp = (intptr_t*)NULL;
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   111
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   112
  } else {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   113
    // construct empty ExtendedPC for return value checking
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   114
    epc = ExtendedPC(NULL);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   115
    if (ret_sp) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   116
      *ret_sp = (intptr_t*) NULL;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   117
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   118
    if (ret_fp) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   119
      *ret_fp = (intptr_t*) NULL;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   120
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   121
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   122
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   123
  return epc;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   124
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   125
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   126
frame os::fetch_frame_from_context(const void* ucVoid) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   127
  intptr_t* sp;
25722
72f566374afc 8050167: linux-sparcv9: hs_err file does not show any stack information
zgu
parents: 24917
diff changeset
   128
  ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, NULL);
72f566374afc 8050167: linux-sparcv9: hs_err file does not show any stack information
zgu
parents: 24917
diff changeset
   129
  return frame(sp, frame::unpatchable, epc.pc());
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   130
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   131
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   132
frame os::get_sender_for_C_frame(frame* fr) {
25718
6281d7800e8d 8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid
zgu
parents: 24917
diff changeset
   133
  return frame(fr->sender_sp(), frame::unpatchable, fr->sender_pc());
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   134
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   135
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   136
frame os::current_frame() {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   137
  intptr_t* sp = StubRoutines::Sparc::flush_callers_register_windows_func()();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   138
  frame myframe(sp, frame::unpatchable,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   139
                CAST_FROM_FN_PTR(address, os::current_frame));
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   140
  if (os::is_first_C_frame(&myframe)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   141
    // stack is not walkable
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   142
    return frame(NULL, frame::unpatchable, NULL);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   143
  } else {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   144
    return os::get_sender_for_C_frame(&myframe);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   145
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   146
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   147
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   148
address os::current_stack_pointer() {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   149
  register void *sp __asm__ ("sp");
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   150
  return (address)sp;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   151
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   152
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   153
char* os::non_memory_address_word() {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   154
  // Must never look like an address returned by reserve_memory,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   155
  // even in its subfields (as defined by the CPU immediate fields,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   156
  // if the CPU splits constants across multiple instructions).
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   157
  // On SPARC, 0 != %hi(any real address), because there is no
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   158
  // allocation in the first 1Kb of the virtual address space.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   159
  return (char*) 0;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   160
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   161
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   162
void os::print_context(outputStream *st, const void *context) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   163
  if (context == NULL) return;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   164
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   165
  const ucontext_t* uc = (const ucontext_t*)context;
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   166
  sigcontext* sc = (sigcontext*)context;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   167
  st->print_cr("Registers:");
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   168
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   169
  st->print_cr(" G1=" INTPTR_FORMAT " G2=" INTPTR_FORMAT
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   170
               " G3=" INTPTR_FORMAT " G4=" INTPTR_FORMAT,
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   171
               SIG_REGS(sc).u_regs[CON_G1],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   172
               SIG_REGS(sc).u_regs[CON_G2],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   173
               SIG_REGS(sc).u_regs[CON_G3],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   174
               SIG_REGS(sc).u_regs[CON_G4]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   175
  st->print_cr(" G5=" INTPTR_FORMAT " G6=" INTPTR_FORMAT
24917
bf961166fa07 8044071: Print format/argument warnings
mikael
parents: 24327
diff changeset
   176
               " G7=" INTPTR_FORMAT " Y=0x%x",
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   177
               SIG_REGS(sc).u_regs[CON_G5],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   178
               SIG_REGS(sc).u_regs[CON_G6],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   179
               SIG_REGS(sc).u_regs[CON_G7],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   180
               SIG_REGS(sc).y);
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   181
  st->print_cr(" O0=" INTPTR_FORMAT " O1=" INTPTR_FORMAT
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   182
               " O2=" INTPTR_FORMAT " O3=" INTPTR_FORMAT,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   183
               SIG_REGS(sc).u_regs[CON_O0],
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   184
               SIG_REGS(sc).u_regs[CON_O1],
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   185
               SIG_REGS(sc).u_regs[CON_O2],
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   186
               SIG_REGS(sc).u_regs[CON_O3]);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   187
  st->print_cr(" O4=" INTPTR_FORMAT " O5=" INTPTR_FORMAT
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   188
               " O6=" INTPTR_FORMAT " O7=" INTPTR_FORMAT,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   189
               SIG_REGS(sc).u_regs[CON_O4],
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   190
               SIG_REGS(sc).u_regs[CON_O5],
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   191
               SIG_REGS(sc).u_regs[CON_O6],
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   192
               SIG_REGS(sc).u_regs[CON_O7]);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   193
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   194
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   195
  intptr_t *sp = (intptr_t *)os::Linux::ucontext_get_sp(uc);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   196
  st->print_cr(" L0=" INTPTR_FORMAT " L1=" INTPTR_FORMAT
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   197
               " L2=" INTPTR_FORMAT " L3=" INTPTR_FORMAT,
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   198
               sp[L0->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   199
               sp[L1->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   200
               sp[L2->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   201
               sp[L3->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   202
  st->print_cr(" L4=" INTPTR_FORMAT " L5=" INTPTR_FORMAT
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   203
               " L6=" INTPTR_FORMAT " L7=" INTPTR_FORMAT,
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   204
               sp[L4->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   205
               sp[L5->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   206
               sp[L6->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   207
               sp[L7->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   208
  st->print_cr(" I0=" INTPTR_FORMAT " I1=" INTPTR_FORMAT
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   209
               " I2=" INTPTR_FORMAT " I3=" INTPTR_FORMAT,
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   210
               sp[I0->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   211
               sp[I1->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   212
               sp[I2->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   213
               sp[I3->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   214
  st->print_cr(" I4=" INTPTR_FORMAT " I5=" INTPTR_FORMAT
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   215
               " I6=" INTPTR_FORMAT " I7=" INTPTR_FORMAT,
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   216
               sp[I4->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   217
               sp[I5->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   218
               sp[I6->sp_offset_in_saved_window()],
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   219
               sp[I7->sp_offset_in_saved_window()]);
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   220
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   221
  st->print_cr(" PC=" INTPTR_FORMAT " nPC=" INTPTR_FORMAT,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   222
               SIG_PC(sc),
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   223
               SIG_NPC(sc));
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   224
  st->cr();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   225
  st->cr();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   226
24917
bf961166fa07 8044071: Print format/argument warnings
mikael
parents: 24327
diff changeset
   227
  st->print_cr("Top of Stack: (sp=" INTPTR_FORMAT ")", p2i(sp));
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   228
  print_hex_dump(st, (address)sp, (address)(sp + 32), sizeof(intptr_t));
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   229
  st->cr();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   230
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   231
  // Note: it may be unsafe to inspect memory near pc. For example, pc may
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   232
  // point to garbage if entry point in an nmethod is corrupted. Leave
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   233
  // this at the end, and hope for the best.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   234
  address pc = os::Linux::ucontext_get_pc(uc);
53605
853c68ff2ed7 8217879: hs_err should print more instructions in hex dump
shade
parents: 52462
diff changeset
   235
  print_instructions(st, pc, sizeof(char));
853c68ff2ed7 8217879: hs_err should print more instructions in hex dump
shade
parents: 52462
diff changeset
   236
  st->cr();
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   237
}
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   238
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   239
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   240
void os::print_register_info(outputStream *st, const void *context) {
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   241
  if (context == NULL) return;
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   242
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   243
  const ucontext_t *uc = (const ucontext_t*)context;
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   244
  const sigcontext* sc = (const sigcontext*)context;
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   245
  intptr_t *sp = (intptr_t *)os::Linux::ucontext_get_sp(uc);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   246
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   247
  st->print_cr("Register to memory mapping:");
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   248
  st->cr();
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   249
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   250
  // this is only for the "general purpose" registers
24327
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   251
  st->print("G1="); print_location(st, SIG_REGS(sc).u_regs[CON_G1]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   252
  st->print("G2="); print_location(st, SIG_REGS(sc).u_regs[CON_G2]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   253
  st->print("G3="); print_location(st, SIG_REGS(sc).u_regs[CON_G3]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   254
  st->print("G4="); print_location(st, SIG_REGS(sc).u_regs[CON_G4]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   255
  st->print("G5="); print_location(st, SIG_REGS(sc).u_regs[CON_G5]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   256
  st->print("G6="); print_location(st, SIG_REGS(sc).u_regs[CON_G6]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   257
  st->print("G7="); print_location(st, SIG_REGS(sc).u_regs[CON_G7]);
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   258
  st->cr();
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   259
24327
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   260
  st->print("O0="); print_location(st, SIG_REGS(sc).u_regs[CON_O0]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   261
  st->print("O1="); print_location(st, SIG_REGS(sc).u_regs[CON_O1]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   262
  st->print("O2="); print_location(st, SIG_REGS(sc).u_regs[CON_O2]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   263
  st->print("O3="); print_location(st, SIG_REGS(sc).u_regs[CON_O3]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   264
  st->print("O4="); print_location(st, SIG_REGS(sc).u_regs[CON_O4]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   265
  st->print("O5="); print_location(st, SIG_REGS(sc).u_regs[CON_O5]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   266
  st->print("O6="); print_location(st, SIG_REGS(sc).u_regs[CON_O6]);
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   267
  st->print("O7="); print_location(st, SIG_REGS(sc).u_regs[CON_O7]);
7108
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   268
  st->cr();
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   269
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   270
  st->print("L0="); print_location(st, sp[L0->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   271
  st->print("L1="); print_location(st, sp[L1->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   272
  st->print("L2="); print_location(st, sp[L2->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   273
  st->print("L3="); print_location(st, sp[L3->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   274
  st->print("L4="); print_location(st, sp[L4->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   275
  st->print("L5="); print_location(st, sp[L5->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   276
  st->print("L6="); print_location(st, sp[L6->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   277
  st->print("L7="); print_location(st, sp[L7->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   278
  st->cr();
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   279
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   280
  st->print("I0="); print_location(st, sp[I0->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   281
  st->print("I1="); print_location(st, sp[I1->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   282
  st->print("I2="); print_location(st, sp[I2->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   283
  st->print("I3="); print_location(st, sp[I3->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   284
  st->print("I4="); print_location(st, sp[I4->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   285
  st->print("I5="); print_location(st, sp[I5->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   286
  st->print("I6="); print_location(st, sp[I6->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   287
  st->print("I7="); print_location(st, sp[I7->sp_offset_in_saved_window()]);
4f87b92f3060 6970683: improvements to hs_err output
never
parents: 5547
diff changeset
   288
  st->cr();
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   289
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   290
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   291
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   292
address os::Linux::ucontext_get_pc(const ucontext_t* uc) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   293
  return (address) SIG_PC((sigcontext*)uc);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   294
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   295
29573
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 26576
diff changeset
   296
void os::Linux::ucontext_set_pc(ucontext_t* uc, address pc) {
34667
6b077f0ef25d 8144881: Various fixes to linux/sparc
mikael
parents: 34633
diff changeset
   297
  sigcontext* ctx = (sigcontext*) uc;
6b077f0ef25d 8144881: Various fixes to linux/sparc
mikael
parents: 34633
diff changeset
   298
  SIG_PC(ctx)  = (intptr_t)pc;
6b077f0ef25d 8144881: Various fixes to linux/sparc
mikael
parents: 34633
diff changeset
   299
  SIG_NPC(ctx) = (intptr_t)(pc+4);
29573
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 26576
diff changeset
   300
}
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 26576
diff changeset
   301
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   302
intptr_t* os::Linux::ucontext_get_sp(const ucontext_t *uc) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   303
  return (intptr_t*)
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   304
    ((intptr_t)SIG_REGS((sigcontext*)uc).u_regs[CON_O6] + STACK_BIAS);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   305
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   306
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   307
// not used on Sparc
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   308
intptr_t* os::Linux::ucontext_get_fp(const ucontext_t *uc) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   309
  ShouldNotReachHere();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   310
  return NULL;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   311
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   312
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   313
// Utility functions
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   314
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   315
inline static bool checkPrefetch(sigcontext* uc, address pc) {
18740
db44b1599483 8016697: Use stubs to implement safefetch
goetz
parents: 17087
diff changeset
   316
  if (StubRoutines::is_safefetch_fault(pc)) {
29573
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 26576
diff changeset
   317
    os::Linux::ucontext_set_pc((ucontext_t*)uc, StubRoutines::continuation_for_safefetch_fault(pc));
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   318
    return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   319
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   320
  return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   321
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   322
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   323
inline static bool checkOverflow(sigcontext* uc,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   324
                                 address pc,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   325
                                 address addr,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   326
                                 JavaThread* thread,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   327
                                 address* stub) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   328
  // check if fault address is within thread stack
35201
996db89f378e 8139864: Improve handling of stack protection zones.
goetz
parents: 35077
diff changeset
   329
  if (thread->on_local_stack(addr)) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   330
    // stack overflow
35201
996db89f378e 8139864: Improve handling of stack protection zones.
goetz
parents: 35077
diff changeset
   331
    if (thread->in_stack_yellow_reserved_zone(addr)) {
996db89f378e 8139864: Improve handling of stack protection zones.
goetz
parents: 35077
diff changeset
   332
      thread->disable_stack_yellow_reserved_zone();
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   333
      if (thread->thread_state() == _thread_in_Java) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   334
        // Throw a stack overflow exception.  Guard pages will be reenabled
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   335
        // while unwinding the stack.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   336
        *stub =
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   337
          SharedRuntime::continuation_for_implicit_exception(thread,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   338
                                                             pc,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   339
                                                             SharedRuntime::STACK_OVERFLOW);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   340
      } else {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   341
        // Thread was in the vm or native code.  Return and try to finish.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   342
        return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   343
      }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   344
    } else if (thread->in_stack_red_zone(addr)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   345
      // Fatal red zone violation.  Disable the guard pages and fall through
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   346
      // to handle_unexpected_exception way down below.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   347
      thread->disable_stack_red_zone();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   348
      tty->print_raw_cr("An irrecoverable stack overflow has occurred.");
15926
8e87d545195f 7107135: Stack guard pages are no more protected after loading a shared library with executable stack
iklam
parents: 14633
diff changeset
   349
8e87d545195f 7107135: Stack guard pages are no more protected after loading a shared library with executable stack
iklam
parents: 14633
diff changeset
   350
      // This is a likely cause, but hard to verify. Let's just print
8e87d545195f 7107135: Stack guard pages are no more protected after loading a shared library with executable stack
iklam
parents: 14633
diff changeset
   351
      // it as a hint.
8e87d545195f 7107135: Stack guard pages are no more protected after loading a shared library with executable stack
iklam
parents: 14633
diff changeset
   352
      tty->print_raw_cr("Please check if any of your loaded .so files has "
8e87d545195f 7107135: Stack guard pages are no more protected after loading a shared library with executable stack
iklam
parents: 14633
diff changeset
   353
                        "enabled executable stack (see man page execstack(8))");
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   354
    } else {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   355
      // Accessing stack address below sp may cause SEGV if current
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   356
      // thread has MAP_GROWSDOWN stack. This should only happen when
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   357
      // current thread was created by user code with MAP_GROWSDOWN flag
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   358
      // and then attached to VM. See notes in os_linux.cpp.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   359
      if (thread->osthread()->expanding_stack() == 0) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   360
        thread->osthread()->set_expanding_stack();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   361
        if (os::Linux::manually_expand_stack(thread, addr)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   362
          thread->osthread()->clear_expanding_stack();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   363
          return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   364
        }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   365
        thread->osthread()->clear_expanding_stack();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   366
      } else {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   367
        fatal("recursive segv. expanding stack.");
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   368
      }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   369
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   370
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   371
  return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   372
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   373
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   374
inline static bool checkPollingPage(address pc, address fault, address* stub) {
49813
97984a163b55 8201616: Hotspot crashes on linux-sparc after 8189941
glaubitz
parents: 49653
diff changeset
   375
  if (os::is_poll_address(fault)) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   376
    *stub = SharedRuntime::get_poll_stub(pc);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   377
    return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   378
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   379
  return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   380
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   381
46667
ff7b9f61209e 8182164: checkByteBuffer has the wrong signature
ehelin
parents: 46644
diff changeset
   382
inline static bool checkByteBuffer(address pc, address npc, JavaThread * thread, address* stub) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   383
  // BugId 4454115: A read from a MappedByteBuffer can fault
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   384
  // here if the underlying file has been truncated.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   385
  // Do not crash the VM in such a case.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   386
  CodeBlob* cb = CodeCache::find_blob_unsafe(pc);
38133
78b95467b9f1 8151956: Support non-continuous CodeBlobs in HotSpot
rbackman
parents: 37430
diff changeset
   387
  CompiledMethod* nm = cb->as_compiled_method_or_null();
55490
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
   388
  bool is_unsafe_arraycopy = (thread->doing_unsafe_access() && UnsafeCopyMemory::contains_pc(pc));
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
   389
  if ((nm != NULL && nm->has_unsafe_access()) || is_unsafe_arraycopy) {
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
   390
    if (is_unsafe_arraycopy) {
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
   391
      npc = UnsafeCopyMemory::page_error_continue_pc(pc);
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
   392
    }
38209
b2a58604e046 8156088: Reintegrate 8153892: Handle unsafe access error directly in signal handler instead of going through a stub
mikael
parents: 38190
diff changeset
   393
    *stub = SharedRuntime::handle_unsafe_access(thread, npc);
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   394
    return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   395
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   396
  return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   397
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   398
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   399
inline static bool checkVerifyOops(address pc, address fault, address* stub) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   400
  if (pc >= MacroAssembler::_verify_oop_implicit_branch[0]
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   401
      && pc <  MacroAssembler::_verify_oop_implicit_branch[1] ) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   402
    *stub     =  MacroAssembler::_verify_oop_implicit_branch[2];
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   403
    warning("fixed up memory fault in +VerifyOops at address "
24917
bf961166fa07 8044071: Print format/argument warnings
mikael
parents: 24327
diff changeset
   404
            INTPTR_FORMAT, p2i(fault));
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   405
    return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   406
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   407
  return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   408
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   409
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   410
inline static bool checkFPFault(address pc, int code,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   411
                                JavaThread* thread, address* stub) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   412
  if (code == FPE_INTDIV || code == FPE_FLTDIV) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   413
    *stub =
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   414
      SharedRuntime::
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   415
      continuation_for_implicit_exception(thread,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   416
                                          pc,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   417
                                          SharedRuntime::IMPLICIT_DIVIDE_BY_ZERO);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   418
    return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   419
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   420
  return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   421
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   422
52462
4ad404da0088 8213199: GC abstraction for Assembler::needs_explicit_null_check()
rkennke
parents: 52460
diff changeset
   423
inline static bool checkNullPointer(address pc, void* fault,
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   424
                                    JavaThread* thread, address* stub) {
52462
4ad404da0088 8213199: GC abstraction for Assembler::needs_explicit_null_check()
rkennke
parents: 52460
diff changeset
   425
  if (MacroAssembler::uses_implicit_null_check(fault)) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   426
    // Determination of interpreter/vtable stub/compiled code null
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   427
    // exception
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   428
    *stub =
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   429
      SharedRuntime::
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   430
      continuation_for_implicit_exception(thread, pc,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   431
                                          SharedRuntime::IMPLICIT_NULL);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   432
    return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   433
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   434
  return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   435
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   436
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   437
inline static bool checkFastJNIAccess(address pc, address* stub) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   438
  address addr = JNI_FastGetField::find_slowcase_pc(pc);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   439
  if (addr != (address)-1) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   440
    *stub = addr;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   441
    return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   442
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   443
  return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   444
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   445
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   446
inline static bool checkZombie(sigcontext* uc, address* pc, address* stub) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   447
  if (nativeInstruction_at(*pc)->is_zombie()) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   448
    // zombie method (ld [%g0],%o7 instruction)
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   449
    *stub = SharedRuntime::get_handle_wrong_method_stub();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   450
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   451
    // At the stub it needs to look like a call from the caller of this
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   452
    // method (not a call from the segv site).
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   453
    *pc = (address)SIG_REGS(uc).u_regs[CON_O7];
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   454
    return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   455
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   456
  return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   457
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   458
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   459
inline static bool checkICMiss(sigcontext* uc, address* pc, address* stub) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   460
#ifdef COMPILER2
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   461
  if (nativeInstruction_at(*pc)->is_ic_miss_trap()) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   462
#ifdef ASSERT
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   463
#ifdef TIERED
24327
d8d91481f76e 8042059: Various fixes to linux/sparc
mikael
parents: 22234
diff changeset
   464
    CodeBlob* cb = CodeCache::find_blob_unsafe(*pc);
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   465
    assert(cb->is_compiled_by_c2(), "Wrong compiler");
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   466
#endif // TIERED
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   467
#endif // ASSERT
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   468
    // Inline cache missed and user trap "Tne G0+ST_RESERVED_FOR_USER_0+2" taken.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   469
    *stub = SharedRuntime::get_ic_miss_stub();
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   470
    // At the stub it needs to look like a call from the caller of this
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   471
    // method (not a call from the segv site).
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   472
    *pc = (address)SIG_REGS(uc).u_regs[CON_O7];
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   473
    return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   474
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   475
#endif  // COMPILER2
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   476
  return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   477
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   478
8106
19106a0203fb 6588413: Use -fvisibility=hidden for gcc compiles
coleenp
parents: 7405
diff changeset
   479
extern "C" JNIEXPORT int
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   480
JVM_handle_linux_signal(int sig,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   481
                        siginfo_t* info,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   482
                        void* ucVoid,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   483
                        int abort_if_unrecognized) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   484
  // in fact this isn't ucontext_t* at all, but struct sigcontext*
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   485
  // but Linux porting layer uses ucontext_t, so to minimize code change
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   486
  // we cast as needed
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   487
  ucontext_t* ucFake = (ucontext_t*) ucVoid;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   488
  sigcontext* uc = (sigcontext*)ucVoid;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   489
34633
2a6c7c7b30a7 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables
dholmes
parents: 33105
diff changeset
   490
  Thread* t = Thread::current_or_null_safe();
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   491
18943
7d0ef675e808 8020701: Avoid crashes in WatcherThread
rbackman
parents: 17087
diff changeset
   492
  // Must do this before SignalHandlerMark, if crash protection installed we will longjmp away
7d0ef675e808 8020701: Avoid crashes in WatcherThread
rbackman
parents: 17087
diff changeset
   493
  // (no destructors can be run)
46644
a5813fb66270 8183925: Decouple crash protection from watcher thread
rehn
parents: 46381
diff changeset
   494
  os::ThreadCrashProtection::check_crash_protection(sig, t);
18943
7d0ef675e808 8020701: Avoid crashes in WatcherThread
rbackman
parents: 17087
diff changeset
   495
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   496
  SignalHandlerMark shm(t);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   497
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   498
  // Note: it's not uncommon that JNI code uses signal/sigset to install
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   499
  // then restore certain signal handler (e.g. to temporarily block SIGPIPE,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   500
  // or have a SIGILL handler when detecting CPU type). When that happens,
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   501
  // JVM_handle_linux_signal() might be invoked with junk info/ucVoid. To
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   502
  // avoid unnecessary crash when libjsig is not preloaded, try handle signals
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   503
  // that do not require siginfo/ucontext first.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   504
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   505
  if (sig == SIGPIPE || sig == SIGXFSZ) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   506
    // allow chained handler to go first
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   507
    if (os::Linux::chained_handler(sig, info, ucVoid)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   508
      return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   509
    } else {
37430
fd743dadef12 8151939: VM_Version_init() print buffer is too small
coleenp
parents: 35201
diff changeset
   510
      // Ignoring SIGPIPE/SIGXFSZ - see bugs 4229104 or 6499219
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   511
      return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   512
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   513
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   514
49653
a569cb4425f3 8191101: Show register content in hs-err file on assert
stuefe
parents: 49449
diff changeset
   515
#ifdef CAN_SHOW_REGISTERS_ON_ASSERT
a569cb4425f3 8191101: Show register content in hs-err file on assert
stuefe
parents: 49449
diff changeset
   516
  if ((sig == SIGSEGV || sig == SIGBUS) && info != NULL && info->si_addr == g_assert_poison) {
55653
3243c42d737d 8227275: Within native OOM error handling, assertions may hang the process
stuefe
parents: 55490
diff changeset
   517
    if (handle_assert_poison_fault(ucVoid, info->si_addr)) {
3243c42d737d 8227275: Within native OOM error handling, assertions may hang the process
stuefe
parents: 55490
diff changeset
   518
      return 1;
3243c42d737d 8227275: Within native OOM error handling, assertions may hang the process
stuefe
parents: 55490
diff changeset
   519
    }
49653
a569cb4425f3 8191101: Show register content in hs-err file on assert
stuefe
parents: 49449
diff changeset
   520
  }
a569cb4425f3 8191101: Show register content in hs-err file on assert
stuefe
parents: 49449
diff changeset
   521
#endif
a569cb4425f3 8191101: Show register content in hs-err file on assert
stuefe
parents: 49449
diff changeset
   522
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   523
  JavaThread* thread = NULL;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   524
  VMThread* vmthread = NULL;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   525
  if (os::Linux::signal_handlers_are_installed) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   526
    if (t != NULL ){
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   527
      if(t->is_Java_thread()) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   528
        thread = (JavaThread*)t;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   529
      }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   530
      else if(t->is_VM_thread()){
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   531
        vmthread = (VMThread *)t;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   532
      }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   533
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   534
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   535
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   536
  // decide if this trap can be handled by a stub
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   537
  address stub = NULL;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   538
  address pc = NULL;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   539
  address npc = NULL;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   540
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   541
  //%note os_trap_1
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   542
  if (info != NULL && uc != NULL && thread != NULL) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   543
    pc = address(SIG_PC(uc));
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   544
    npc = address(SIG_NPC(uc));
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   545
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   546
    if (checkPrefetch(uc, pc)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   547
      return 1;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   548
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   549
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   550
    // Handle ALL stack overflow variations here
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   551
    if (sig == SIGSEGV) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   552
      if (checkOverflow(uc, pc, (address)info->si_addr, thread, &stub)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   553
        return 1;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   554
      }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   555
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   556
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   557
    if (sig == SIGBUS &&
55490
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
   558
        (thread->thread_state() == _thread_in_vm ||
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
   559
         thread->thread_state() == _thread_in_native) &&
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   560
        thread->doing_unsafe_access()) {
55490
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
   561
      if (UnsafeCopyMemory::contains_pc(pc)) {
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
   562
        npc = UnsafeCopyMemory::page_error_continue_pc(pc);
3f3dc00a69a5 8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
jcm
parents: 53605
diff changeset
   563
      }
38209
b2a58604e046 8156088: Reintegrate 8153892: Handle unsafe access error directly in signal handler instead of going through a stub
mikael
parents: 38190
diff changeset
   564
      stub = SharedRuntime::handle_unsafe_access(thread, npc);
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   565
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   566
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   567
    if (thread->thread_state() == _thread_in_Java) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   568
      do {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   569
        // Java thread running in Java code => find exception handler if any
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   570
        // a fault inside compiled code, the interpreter, or a stub
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   571
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   572
        if ((sig == SIGSEGV) && checkPollingPage(pc, (address)info->si_addr, &stub)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   573
          break;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   574
        }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   575
46667
ff7b9f61209e 8182164: checkByteBuffer has the wrong signature
ehelin
parents: 46644
diff changeset
   576
        if ((sig == SIGBUS) && checkByteBuffer(pc, npc, thread, &stub)) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   577
          break;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   578
        }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   579
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   580
        if ((sig == SIGSEGV || sig == SIGBUS) &&
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   581
            checkVerifyOops(pc, (address)info->si_addr, &stub)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   582
          break;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   583
        }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   584
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   585
        if ((sig == SIGSEGV) && checkZombie(uc, &pc, &stub)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   586
          break;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   587
        }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   588
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   589
        if ((sig == SIGILL) && checkICMiss(uc, &pc, &stub)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   590
          break;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   591
        }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   592
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   593
        if ((sig == SIGFPE) && checkFPFault(pc, info->si_code, thread, &stub)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   594
          break;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   595
        }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   596
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   597
        if ((sig == SIGSEGV) &&
52462
4ad404da0088 8213199: GC abstraction for Assembler::needs_explicit_null_check()
rkennke
parents: 52460
diff changeset
   598
            checkNullPointer(pc, info->si_addr, thread, &stub)) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   599
          break;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   600
        }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   601
      } while (0);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   602
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   603
      // jni_fast_Get<Primitive>Field can trap at certain pc's if a GC kicks in
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   604
      // and the heap gets shrunk before the field access.
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   605
      if ((sig == SIGSEGV) || (sig == SIGBUS)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   606
        checkFastJNIAccess(pc, &stub);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   607
      }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   608
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   609
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   610
    if (stub != NULL) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   611
      // save all thread context in case we need to restore it
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   612
      thread->set_saved_exception_pc(pc);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   613
      thread->set_saved_exception_npc(npc);
29573
2d800e5d575f 8074552: SafeFetch32 and SafeFetchN do not work in error handling
dholmes
parents: 26576
diff changeset
   614
      os::Linux::ucontext_set_pc((ucontext_t*)uc, stub);
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   615
      return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   616
    }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   617
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   618
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   619
  // signal-chaining
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   620
  if (os::Linux::chained_handler(sig, info, ucVoid)) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   621
    return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   622
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   623
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   624
  if (!abort_if_unrecognized) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   625
    // caller wants another chance, so give it to him
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   626
    return false;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   627
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   628
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   629
  if (pc == NULL && uc != NULL) {
35077
8b86440d3bf1 8145114: const-correctness for ucontext_t* reading functions
stuefe
parents: 34667
diff changeset
   630
    pc = os::Linux::ucontext_get_pc((const ucontext_t*)uc);
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   631
  }
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   632
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   633
  // unmask current signal
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   634
  sigset_t newset;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   635
  sigemptyset(&newset);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   636
  sigaddset(&newset, sig);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   637
  sigprocmask(SIG_UNBLOCK, &newset, NULL);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   638
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 32080
diff changeset
   639
  VMError::report_and_die(t, sig, pc, info, ucVoid);
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   640
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   641
  ShouldNotReachHere();
34667
6b077f0ef25d 8144881: Various fixes to linux/sparc
mikael
parents: 34633
diff changeset
   642
  return false;
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   643
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   644
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   645
void os::Linux::init_thread_fpu_state(void) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   646
  // Nothing to do
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   647
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   648
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   649
int os::Linux::get_fpu_control_word() {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   650
  return 0;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   651
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   652
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   653
void os::Linux::set_fpu_control_word(int fpu) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   654
  // nothing
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   655
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   656
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   657
bool os::is_allocatable(size_t bytes) {
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   658
  return true;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   659
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   660
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   661
///////////////////////////////////////////////////////////////////////////////
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   662
// thread stack
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   663
42906
1a8db9cf1407 8170655: [posix] Fix minimum stack size computations
goetz
parents: 42905
diff changeset
   664
// Minimum usable stack sizes required to get to user code. Space for
1a8db9cf1407 8170655: [posix] Fix minimum stack size computations
goetz
parents: 42905
diff changeset
   665
// HotSpot guard pages is added later.
1a8db9cf1407 8170655: [posix] Fix minimum stack size computations
goetz
parents: 42905
diff changeset
   666
size_t os::Posix::_compiler_thread_min_stack_allowed = 64 * K;
1a8db9cf1407 8170655: [posix] Fix minimum stack size computations
goetz
parents: 42905
diff changeset
   667
size_t os::Posix::_java_thread_min_stack_allowed = 64 * K;
41070
496463b4e206 8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
rdurbin
parents: 40010
diff changeset
   668
size_t os::Posix::_vm_internal_thread_min_stack_allowed = 128 * K;
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   669
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   670
// return default stack size for thr_type
41070
496463b4e206 8140520: segfault on solaris-amd64 with "-XX:VMThreadStackSize=1" option
rdurbin
parents: 40010
diff changeset
   671
size_t os::Posix::default_stack_size(os::ThreadType thr_type) {
380
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   672
  // default stack size (compiler thread needs larger stack)
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   673
  size_t s = (thr_type == os::compiler_thread ? 4 * M : 1 * M);
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   674
  return s;
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   675
}
ec5fd25a5edf 6693457: Open-source hotspot linux-sparc support
phh
parents:
diff changeset
   676
11961
0abd4cd26e5a 7147740: add assertions to check stack alignment on VM entry from generated code (x64)
roland
parents: 8921
diff changeset
   677
#ifndef PRODUCT
0abd4cd26e5a 7147740: add assertions to check stack alignment on VM entry from generated code (x64)
roland
parents: 8921
diff changeset
   678
void os::verify_stack_alignment() {
0abd4cd26e5a 7147740: add assertions to check stack alignment on VM entry from generated code (x64)
roland
parents: 8921
diff changeset
   679
}
0abd4cd26e5a 7147740: add assertions to check stack alignment on VM entry from generated code (x64)
roland
parents: 8921
diff changeset
   680
#endif
26576
a9429d24d429 8050147: StoreLoad barrier interferes with stack usages
shade
parents: 25723
diff changeset
   681
a9429d24d429 8050147: StoreLoad barrier interferes with stack usages
shade
parents: 25723
diff changeset
   682
int os::extra_bang_size_in_bytes() {
a9429d24d429 8050147: StoreLoad barrier interferes with stack usages
shade
parents: 25723
diff changeset
   683
  // SPARC does not require the additional stack bang.
a9429d24d429 8050147: StoreLoad barrier interferes with stack usages
shade
parents: 25723
diff changeset
   684
  return 0;
a9429d24d429 8050147: StoreLoad barrier interferes with stack usages
shade
parents: 25723
diff changeset
   685
}