src/hotspot/share/runtime/synchronizer.hpp
author rehn
Fri, 29 Nov 2019 12:09:25 +0100
changeset 59325 3636bab5e81e
parent 59156 14fa9e70ae71
permissions -rw-r--r--
8234086: VM operation can be simplified Reviewed-by: kbarrett, dholmes, dcubed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52703
diff changeset
     2
 * Copyright (c) 1998, 2019, 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: 1
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 1
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: 1
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
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52703
diff changeset
    25
#ifndef SHARE_RUNTIME_SYNCHRONIZER_HPP
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52703
diff changeset
    26
#define SHARE_RUNTIME_SYNCHRONIZER_HPP
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6975
diff changeset
    27
47634
6a0c42c40cd1 8188220: Remove Atomic::*_ptr() uses and overloads from hotspot
coleenp
parents: 47216
diff changeset
    28
#include "memory/padded.hpp"
57811
947252a54b98 8229838: Rename markOop files to markWord
stefank
parents: 54291
diff changeset
    29
#include "oops/markWord.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6975
diff changeset
    30
#include "runtime/basicLock.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6975
diff changeset
    31
#include "runtime/handles.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6975
diff changeset
    32
#include "runtime/perfData.hpp"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
class ObjectMonitor;
48105
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47634
diff changeset
    35
class ThreadsList;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    37
typedef PaddedEnd<ObjectMonitor, DEFAULT_CACHE_LINE_SIZE> PaddedObjectMonitor;
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    38
46702
13ae789b982e 8180932: Parallelize safepoint cleanup
rkennke
parents: 46541
diff changeset
    39
struct DeflateMonitorCounters {
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    40
  int n_in_use;              // currently associated with objects
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    41
  int n_in_circulation;      // extant
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    42
  int n_scavenged;           // reclaimed (global and per-thread)
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    43
  int per_thread_scavenged;  // per-thread scavenge total
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    44
  double per_thread_times;   // per-thread scavenge times
46702
13ae789b982e 8180932: Parallelize safepoint cleanup
rkennke
parents: 46541
diff changeset
    45
};
13ae789b982e 8180932: Parallelize safepoint cleanup
rkennke
parents: 46541
diff changeset
    46
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
class ObjectSynchronizer : AllStatic {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
  friend class VMStructs;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
 public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
  typedef enum {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
    owner_self,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
    owner_none,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
    owner_other
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
  } LockOwnership;
35934
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    55
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    56
  typedef enum {
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    57
    inflate_cause_vm_internal = 0,
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    58
    inflate_cause_monitor_enter = 1,
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    59
    inflate_cause_wait = 2,
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    60
    inflate_cause_notify = 3,
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    61
    inflate_cause_hash_code = 4,
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    62
    inflate_cause_jni_enter = 5,
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    63
    inflate_cause_jni_exit = 6,
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    64
    inflate_cause_nof = 7 // Number of causes
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    65
  } InflateCause;
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
    66
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
  // exit must be implemented non-blocking, since the compiler cannot easily handle
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
  // deoptimization at monitor exit. Hence, it does not take a Handle argument.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
57893
49fea19f0726 8229844: Remove attempt_rebias parameter from revoke_and_rebias()
pchilanomate
parents: 57811
diff changeset
    70
  // This is the "slow path" version of monitor enter and exit.
49fea19f0726 8229844: Remove attempt_rebias parameter from revoke_and_rebias()
pchilanomate
parents: 57811
diff changeset
    71
  static void enter(Handle obj, BasicLock* lock, TRAPS);
49fea19f0726 8229844: Remove attempt_rebias parameter from revoke_and_rebias()
pchilanomate
parents: 57811
diff changeset
    72
  static void exit(oop obj, BasicLock* lock, Thread* THREAD);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
  // Used only to handle jni locks or other unmatched monitor enter/exit
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
  // Internally they will use heavy weight monitor.
26684
d1221849ea3d 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
dcubed
parents: 25633
diff changeset
    76
  static void jni_enter(Handle obj, TRAPS);
d1221849ea3d 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
dcubed
parents: 25633
diff changeset
    77
  static void jni_exit(oop obj, Thread* THREAD);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
  // Handle all interpreter, compiler and jni cases
26684
d1221849ea3d 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
dcubed
parents: 25633
diff changeset
    80
  static int  wait(Handle obj, jlong millis, TRAPS);
d1221849ea3d 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
dcubed
parents: 25633
diff changeset
    81
  static void notify(Handle obj, TRAPS);
d1221849ea3d 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
dcubed
parents: 25633
diff changeset
    82
  static void notifyall(Handle obj, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    84
  static bool quick_notify(oopDesc* obj, Thread* self, bool All);
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    85
  static bool quick_enter(oop obj, Thread* self, BasicLock* Lock);
29070
b0a5fc9c59c8 8061553: Contended Locking fast enter bucket
dcubed
parents: 28621
diff changeset
    86
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
  // Special internal-use-only method for use by JVM infrastructure
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
  // that needs to wait() on a java-level object but that can't risk
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
  // throwing unexpected InterruptedExecutionExceptions.
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    90
  static void wait_uninterruptibly(Handle obj, jlong Millis, Thread* THREAD);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
  // used by classloading to free classloader object lock,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
  // wait on an internal lock, and reclaim original lock
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
  // with original recursion count
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 57906
diff changeset
    95
  static intx complete_exit(Handle obj, TRAPS);
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 57906
diff changeset
    96
  static void reenter (Handle obj, intx recursions, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    98
  // thread-specific and global ObjectMonitor free list accessors
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
    99
  static ObjectMonitor* om_alloc(Thread* self);
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   100
  static void om_release(Thread* self, ObjectMonitor* m,
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   101
                         bool FromPerThreadAlloc);
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   102
  static void om_flush(Thread* self);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
  // Inflate light weight monitor to heavy weight monitor
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   105
  static ObjectMonitor* inflate(Thread* self, oop obj, const InflateCause cause);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
  // This version is only for internal use
53557
4cfe0e5a3b79 8217658: baseline_cleanups from Async Monitor Deflation project
dcubed
parents: 53244
diff changeset
   107
  static void inflate_helper(oop obj);
35934
76dbe86f3d82 8138562: Event based tracing should cover monitor inflation
dsimms
parents: 33595
diff changeset
   108
  static const char* inflate_cause_name(const InflateCause cause);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
  // Returns the identity hash value for an oop
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
  // NOTE: It may cause monitor inflation
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
  static intptr_t identity_hash_value_for(Handle obj);
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   113
  static intptr_t FastHashCode(Thread* self, oop obj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
  // java.lang.Thread support
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
  static bool current_thread_holds_lock(JavaThread* thread, Handle h_obj);
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   117
  static LockOwnership query_lock_ownership(JavaThread* self, Handle h_obj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
48105
8d15b1369c7a 8167108: inconsistent handling of SR_lock can lead to crashes
dcubed
parents: 47634
diff changeset
   119
  static JavaThread* get_lock_owner(ThreadsList * t_list, Handle h_obj);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
  // JNI detach support
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
  static void release_monitors_owned_by_thread(TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
  static void monitors_iterate(MonitorClosure* m);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   124
489c9b5090e2 Initial load
duke
parents:
diff changeset
   125
  // GC: we current use aggressive monitor deflation policy
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
  // Basically we deflate all monitors that are not busy.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
  // An adaptive profile-based deflation policy could be used if needed
46702
13ae789b982e 8180932: Parallelize safepoint cleanup
rkennke
parents: 46541
diff changeset
   128
  static void deflate_idle_monitors(DeflateMonitorCounters* counters);
13ae789b982e 8180932: Parallelize safepoint cleanup
rkennke
parents: 46541
diff changeset
   129
  static void deflate_thread_local_monitors(Thread* thread, DeflateMonitorCounters* counters);
13ae789b982e 8180932: Parallelize safepoint cleanup
rkennke
parents: 46541
diff changeset
   130
  static void prepare_deflate_idle_monitors(DeflateMonitorCounters* counters);
13ae789b982e 8180932: Parallelize safepoint cleanup
rkennke
parents: 46541
diff changeset
   131
  static void finish_deflate_idle_monitors(DeflateMonitorCounters* counters);
13ae789b982e 8180932: Parallelize safepoint cleanup
rkennke
parents: 46541
diff changeset
   132
30244
d4e471395ff5 8073165: Contended Locking fast exit bucket
dcubed
parents: 29070
diff changeset
   133
  // For a given monitor list: global or per-thread, deflate idle monitors
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   134
  static int deflate_monitor_list(ObjectMonitor** list_p,
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   135
                                  ObjectMonitor** free_head_p,
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   136
                                  ObjectMonitor** free_tail_p);
26684
d1221849ea3d 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
dcubed
parents: 25633
diff changeset
   137
  static bool deflate_monitor(ObjectMonitor* mid, oop obj,
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   138
                              ObjectMonitor** free_head_p,
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   139
                              ObjectMonitor** free_tail_p);
46541
d20828de9e39 8181859: Monitor deflation is not checked in cleanup path
rehn
parents: 46474
diff changeset
   140
  static bool is_cleanup_needed();
59325
3636bab5e81e 8234086: VM operation can be simplified
rehn
parents: 59156
diff changeset
   141
  static bool needs_monitor_scavenge();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
  static void oops_do(OopClosure* f);
46474
c872a196b75f 8180175: ObjectSynchronizer only needs to iterate in-use monitors
rkennke
parents: 46342
diff changeset
   143
  // Process oops in thread local used monitors
c872a196b75f 8180175: ObjectSynchronizer only needs to iterate in-use monitors
rkennke
parents: 46342
diff changeset
   144
  static void thread_local_used_oops_do(Thread* thread, OopClosure* f);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
  // debugging
53588
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   147
  static void audit_and_print_stats(bool on_exit);
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   148
  static void chk_free_entry(JavaThread* jt, ObjectMonitor* n,
53588
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   149
                             outputStream * out, int *error_cnt_p);
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   150
  static void chk_global_free_list_and_count(outputStream * out,
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   151
                                             int *error_cnt_p);
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   152
  static void chk_global_in_use_list_and_count(outputStream * out,
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   153
                                               int *error_cnt_p);
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   154
  static void chk_in_use_entry(JavaThread* jt, ObjectMonitor* n,
53588
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   155
                               outputStream * out, int *error_cnt_p);
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   156
  static void chk_per_thread_in_use_list_and_count(JavaThread *jt,
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   157
                                                   outputStream * out,
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   158
                                                   int *error_cnt_p);
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   159
  static void chk_per_thread_free_list_and_count(JavaThread *jt,
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   160
                                                 outputStream * out,
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   161
                                                 int *error_cnt_p);
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   162
  static void log_in_use_monitor_details(outputStream * out, bool on_exit);
a5f46c4690f8 8217659: monitor_logging updates from Async Monitor Deflation project
dcubed
parents: 53557
diff changeset
   163
  static int  log_monitor_list_counts(outputStream * out);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
  static int  verify_objmon_isinpool(ObjectMonitor *addr) PRODUCT_RETURN0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
 private:
51258
2ce72467c4e8 8171157: Convert ObjectMonitor_test to GTest
dcubed
parents: 49037
diff changeset
   167
  friend class SynchronizerTest;
2ce72467c4e8 8171157: Convert ObjectMonitor_test to GTest
dcubed
parents: 49037
diff changeset
   168
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
  enum { _BLOCKSIZE = 128 };
30244
d4e471395ff5 8073165: Contended Locking fast exit bucket
dcubed
parents: 29070
diff changeset
   170
  // global list of blocks of monitors
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   171
  static PaddedObjectMonitor* volatile g_block_list;
30244
d4e471395ff5 8073165: Contended Locking fast exit bucket
dcubed
parents: 29070
diff changeset
   172
  // global monitor free list
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   173
  static ObjectMonitor* volatile g_free_list;
30244
d4e471395ff5 8073165: Contended Locking fast exit bucket
dcubed
parents: 29070
diff changeset
   174
  // global monitor in-use list, for moribund threads,
25472
381638db28e6 8047104: cleanup misc issues prior to Contended Locking reorder and cache
dcubed
parents: 25069
diff changeset
   175
  // monitors they inflated need to be scanned for deflation
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   176
  static ObjectMonitor* volatile g_om_in_use_list;
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   177
  // count of entries in g_om_in_use_list
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   178
  static int g_om_in_use_count;
46474
c872a196b75f 8180175: ObjectSynchronizer only needs to iterate in-use monitors
rkennke
parents: 46342
diff changeset
   179
c872a196b75f 8180175: ObjectSynchronizer only needs to iterate in-use monitors
rkennke
parents: 46342
diff changeset
   180
  // Process oops in all global used monitors (i.e. moribund thread's monitors)
c872a196b75f 8180175: ObjectSynchronizer only needs to iterate in-use monitors
rkennke
parents: 46342
diff changeset
   181
  static void global_used_oops_do(OopClosure* f);
c872a196b75f 8180175: ObjectSynchronizer only needs to iterate in-use monitors
rkennke
parents: 46342
diff changeset
   182
  // Process oops in monitors on the given list
c872a196b75f 8180175: ObjectSynchronizer only needs to iterate in-use monitors
rkennke
parents: 46342
diff changeset
   183
  static void list_oops_do(ObjectMonitor* list, OopClosure* f);
c872a196b75f 8180175: ObjectSynchronizer only needs to iterate in-use monitors
rkennke
parents: 46342
diff changeset
   184
51258
2ce72467c4e8 8171157: Convert ObjectMonitor_test to GTest
dcubed
parents: 49037
diff changeset
   185
  // Support for SynchronizerTest access to GVars fields:
2ce72467c4e8 8171157: Convert ObjectMonitor_test to GTest
dcubed
parents: 49037
diff changeset
   186
  static u_char* get_gvars_addr();
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   187
  static u_char* get_gvars_hc_sequence_addr();
51258
2ce72467c4e8 8171157: Convert ObjectMonitor_test to GTest
dcubed
parents: 49037
diff changeset
   188
  static size_t get_gvars_size();
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   189
  static u_char* get_gvars_stw_random_addr();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
54291
e6c86f6012bf 8221350: more monitor logging updates from Async Monitor Deflation project
dcubed
parents: 53588
diff changeset
   192
// ObjectLocker enforces balanced locking and can never throw an
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
// IllegalMonitorStateException. However, a pending exception may
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
// have to pass through, and we must also be able to deal with
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
// asynchronous exceptions. The caller is responsible for checking
54291
e6c86f6012bf 8221350: more monitor logging updates from Async Monitor Deflation project
dcubed
parents: 53588
diff changeset
   196
// the thread's pending exception if needed.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
class ObjectLocker : public StackObj {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
 private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
  Thread*   _thread;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
  Handle    _obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
  BasicLock _lock;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
  bool      _dolock;   // default true
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
 public:
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   204
  ObjectLocker(Handle obj, Thread* thread, bool do_lock = true);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
  ~ObjectLocker();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
  // Monitor behavior
26684
d1221849ea3d 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
dcubed
parents: 25633
diff changeset
   208
  void wait(TRAPS)  { ObjectSynchronizer::wait(_obj, 0, CHECK); } // wait forever
d1221849ea3d 8057109: manual cleanup of white space issues prior to Contended Locking reorder and cache line bucket
dcubed
parents: 25633
diff changeset
   209
  void notify_all(TRAPS)  { ObjectSynchronizer::notifyall(_obj, CHECK); }
57906
e17f768b3b71 8230184: rename, whitespace, indent and comments changes in preparation for lock free Monitor lists
dcubed
parents: 57893
diff changeset
   210
  void wait_uninterruptibly(TRAPS) { ObjectSynchronizer::wait_uninterruptibly(_obj, 0, CHECK); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
  // complete_exit gives up lock completely, returning recursion count
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
  // reenter reclaims lock with original recursion count
59156
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 57906
diff changeset
   213
  intx complete_exit(TRAPS)  { return ObjectSynchronizer::complete_exit(_obj, THREAD); }
14fa9e70ae71 8230876: baseline cleanups from Async Monitor Deflation v2.0[789]
dcubed
parents: 57906
diff changeset
   214
  void reenter(intx recursions, TRAPS)  { ObjectSynchronizer::reenter(_obj, recursions, CHECK); }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
};
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6975
diff changeset
   216
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52703
diff changeset
   217
#endif // SHARE_RUNTIME_SYNCHRONIZER_HPP