hotspot/src/os_cpu/solaris_x86/vm/orderAccess_solaris_x86.inline.hpp
author sla
Mon, 10 Jun 2013 11:30:51 +0200
changeset 18025 b7bcf7497f93
parent 15855 2ac9ebea17f3
child 18949 61c970d02a94
permissions -rw-r--r--
8005849: JEP 167: Event-Based JVM Tracing Reviewed-by: acorn, coleenp, sla Contributed-by: Karen Kinnear <karen.kinnear@oracle.com>, Bengt Rutisson <bengt.rutisson@oracle.com>, Calvin Cheung <calvin.cheung@oracle.com>, Erik Gahlin <erik.gahlin@oracle.com>, Erik Helin <erik.helin@oracle.com>, Jesper Wilhelmsson <jesper.wilhelmsson@oracle.com>, Keith McGuigan <keith.mcguigan@oracle.com>, Mattias Tobiasson <mattias.tobiasson@oracle.com>, Markus Gronlund <markus.gronlund@oracle.com>, Mikael Auno <mikael.auno@oracle.com>, Nils Eliasson <nils.eliasson@oracle.com>, Nils Loodin <nils.loodin@oracle.com>, Rickard Backman <rickard.backman@oracle.com>, Staffan Larsen <staffan.larsen@oracle.com>, Stefan Karlsson <stefan.karlsson@oracle.com>, Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
15855
2ac9ebea17f3 8008959: Fix non-PCH build on Linux, Windows and MacOS X
simonis
parents: 14626
diff changeset
     2
 * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3261
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3261
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: 3261
diff changeset
    21
 * questions.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
 */
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6253
diff changeset
    25
#ifndef OS_CPU_SOLARIS_X86_VM_ORDERACCESS_SOLARIS_X86_INLINE_HPP
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6253
diff changeset
    26
#define OS_CPU_SOLARIS_X86_VM_ORDERACCESS_SOLARIS_X86_INLINE_HPP
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6253
diff changeset
    27
15855
2ac9ebea17f3 8008959: Fix non-PCH build on Linux, Windows and MacOS X
simonis
parents: 14626
diff changeset
    28
#include "runtime/atomic.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6253
diff changeset
    29
#include "runtime/orderAccess.hpp"
14626
0cf4eccf130f 8003240: x86: move MacroAssembler into separate file
twisti
parents: 7885
diff changeset
    30
#include "runtime/os.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6253
diff changeset
    31
#include "vm_version_x86.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6253
diff changeset
    32
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
// Implementation of class OrderAccess.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
// For Sun Studio - implementation is in solaris_i486.il.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
// For gcc - implementation is just below.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
extern "C" void _OrderAccess_acquire();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
extern "C" void _OrderAccess_fence();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
inline void OrderAccess::loadload()   { acquire(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
inline void OrderAccess::storestore() { release(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
inline void OrderAccess::loadstore()  { acquire(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
inline void OrderAccess::storeload()  { fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
inline void OrderAccess::acquire() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
  _OrderAccess_acquire();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
inline void OrderAccess::release() {
6253
228a0240f71e 6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging
ysr
parents: 5547
diff changeset
    51
  // Avoid hitting the same cache-line from
228a0240f71e 6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging
ysr
parents: 5547
diff changeset
    52
  // different threads.
228a0240f71e 6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging
ysr
parents: 5547
diff changeset
    53
  volatile jint local_dummy = 0;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
inline void OrderAccess::fence() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
  if (os::is_MP()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
    _OrderAccess_fence();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
#ifdef _GNU_SOURCE
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
extern "C" {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
  inline void _OrderAccess_acquire() {
6253
228a0240f71e 6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging
ysr
parents: 5547
diff changeset
    66
    volatile intptr_t local_dummy;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
#ifdef AMD64
6253
228a0240f71e 6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging
ysr
parents: 5547
diff changeset
    68
    __asm__ volatile ("movq 0(%%rsp), %0" : "=r" (local_dummy) : : "memory");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
#else
6253
228a0240f71e 6973570: OrderAccess::storestore() scales poorly on multi-socket x64 and sparc: cache-line ping-ponging
ysr
parents: 5547
diff changeset
    70
    __asm__ volatile ("movl 0(%%esp),%0" : "=r" (local_dummy) : : "memory");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
#endif // AMD64
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
  inline void _OrderAccess_fence() {
2338
a8660a1b709b 6822204: volatile fences should prefer lock:addl to actual mfence instructions
never
parents: 1
diff changeset
    74
    // Always use locked addl since mfence is sometimes expensive
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
    __asm__ volatile ("lock; addl $0,0(%%esp)" : : : "cc", "memory");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
#endif // GNU_SOURCE
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
inline jbyte    OrderAccess::load_acquire(volatile jbyte*   p) { return *p; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
inline jshort   OrderAccess::load_acquire(volatile jshort*  p) { return *p; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
inline jint     OrderAccess::load_acquire(volatile jint*    p) { return *p; }
7885
c02b05ba16a1 7009756: volatile variables could be broken throw reflection API
kvn
parents: 7397
diff changeset
    85
inline jlong    OrderAccess::load_acquire(volatile jlong*   p) { return Atomic::load(p); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
inline jubyte   OrderAccess::load_acquire(volatile jubyte*  p) { return *p; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
inline jushort  OrderAccess::load_acquire(volatile jushort* p) { return *p; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
inline juint    OrderAccess::load_acquire(volatile juint*   p) { return *p; }
7885
c02b05ba16a1 7009756: volatile variables could be broken throw reflection API
kvn
parents: 7397
diff changeset
    89
inline julong   OrderAccess::load_acquire(volatile julong*  p) { return Atomic::load((volatile jlong*)p); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
inline jfloat   OrderAccess::load_acquire(volatile jfloat*  p) { return *p; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
inline jdouble  OrderAccess::load_acquire(volatile jdouble* p) { return *p; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
inline intptr_t OrderAccess::load_ptr_acquire(volatile intptr_t*   p) { return *p; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
inline void*    OrderAccess::load_ptr_acquire(volatile void*       p) { return *(void* volatile *)p; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
inline void*    OrderAccess::load_ptr_acquire(const volatile void* p) { return *(void* const volatile *)p; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
inline void     OrderAccess::release_store(volatile jbyte*   p, jbyte   v) { *p = v; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
inline void     OrderAccess::release_store(volatile jshort*  p, jshort  v) { *p = v; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
inline void     OrderAccess::release_store(volatile jint*    p, jint    v) { *p = v; }
7885
c02b05ba16a1 7009756: volatile variables could be broken throw reflection API
kvn
parents: 7397
diff changeset
   100
inline void     OrderAccess::release_store(volatile jlong*   p, jlong   v) { Atomic::store(v, p); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
inline void     OrderAccess::release_store(volatile jubyte*  p, jubyte  v) { *p = v; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
inline void     OrderAccess::release_store(volatile jushort* p, jushort v) { *p = v; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
inline void     OrderAccess::release_store(volatile juint*   p, juint   v) { *p = v; }
7885
c02b05ba16a1 7009756: volatile variables could be broken throw reflection API
kvn
parents: 7397
diff changeset
   104
inline void     OrderAccess::release_store(volatile julong*  p, julong  v) { Atomic::store((jlong)v, (volatile jlong*)p); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
inline void     OrderAccess::release_store(volatile jfloat*  p, jfloat  v) { *p = v; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
inline void     OrderAccess::release_store(volatile jdouble* p, jdouble v) { *p = v; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
inline void     OrderAccess::release_store_ptr(volatile intptr_t* p, intptr_t v) { *p = v; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
inline void     OrderAccess::release_store_ptr(volatile void*     p, void*    v) { *(void* volatile *)p = v; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
inline void     OrderAccess::store_fence(jbyte*   p, jbyte   v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
inline void     OrderAccess::store_fence(jshort*  p, jshort  v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
inline void     OrderAccess::store_fence(jint*    p, jint    v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
inline void     OrderAccess::store_fence(jlong*   p, jlong   v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
inline void     OrderAccess::store_fence(jubyte*  p, jubyte  v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
inline void     OrderAccess::store_fence(jushort* p, jushort v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
inline void     OrderAccess::store_fence(juint*   p, juint   v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
inline void     OrderAccess::store_fence(julong*  p, julong  v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
inline void     OrderAccess::store_fence(jfloat*  p, jfloat  v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
inline void     OrderAccess::store_fence(jdouble* p, jdouble v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
inline void     OrderAccess::store_ptr_fence(intptr_t* p, intptr_t v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
inline void     OrderAccess::store_ptr_fence(void**    p, void*    v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
inline void     OrderAccess::release_store_fence(volatile jbyte*   p, jbyte   v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
inline void     OrderAccess::release_store_fence(volatile jshort*  p, jshort  v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
inline void     OrderAccess::release_store_fence(volatile jint*    p, jint    v) { *p = v; fence(); }
7885
c02b05ba16a1 7009756: volatile variables could be broken throw reflection API
kvn
parents: 7397
diff changeset
   128
inline void     OrderAccess::release_store_fence(volatile jlong*   p, jlong   v) { release_store(p, v); fence(); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
inline void     OrderAccess::release_store_fence(volatile jubyte*  p, jubyte  v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
inline void     OrderAccess::release_store_fence(volatile jushort* p, jushort v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
inline void     OrderAccess::release_store_fence(volatile juint*   p, juint   v) { *p = v; fence(); }
7885
c02b05ba16a1 7009756: volatile variables could be broken throw reflection API
kvn
parents: 7397
diff changeset
   132
inline void     OrderAccess::release_store_fence(volatile julong*  p, julong  v) { release_store(p, v); fence(); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
inline void     OrderAccess::release_store_fence(volatile jfloat*  p, jfloat  v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
inline void     OrderAccess::release_store_fence(volatile jdouble* p, jdouble v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
inline void     OrderAccess::release_store_ptr_fence(volatile intptr_t* p, intptr_t v) { *p = v; fence(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
inline void     OrderAccess::release_store_ptr_fence(volatile void*     p, void*    v) { *(void* volatile *)p = v; fence(); }
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6253
diff changeset
   138
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6253
diff changeset
   139
#endif // OS_CPU_SOLARIS_X86_VM_ORDERACCESS_SOLARIS_X86_INLINE_HPP