hotspot/src/share/vm/compiler/compileBroker.hpp
author coleenp
Thu, 30 Oct 2014 18:38:42 -0400
changeset 27461 90e9e0f9c0c5
parent 26913 9ad70cd32368
child 27464 37671dcc4d8d
permissions -rw-r--r--
8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop Summary: Stop allocating compiler profiling metadata when metaspace is full. Reviewed-by: kvn, anoll
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
27461
90e9e0f9c0c5 8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop
coleenp
parents: 26913
diff changeset
     2
 * Copyright (c) 1999, 2014, 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: 5402
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5402
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: 5402
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: 6453
diff changeset
    25
#ifndef SHARE_VM_COMPILER_COMPILEBROKER_HPP
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6453
diff changeset
    26
#define SHARE_VM_COMPILER_COMPILEBROKER_HPP
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6453
diff changeset
    27
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6453
diff changeset
    28
#include "ci/compilerInterface.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6453
diff changeset
    29
#include "compiler/abstractCompiler.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6453
diff changeset
    30
#include "runtime/perfData.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6453
diff changeset
    31
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    32
class nmethod;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
class nmethodLocker;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
489c9b5090e2 Initial load
duke
parents:
diff changeset
    35
// CompileTask
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
// An entry in the compile queue.  It represents a pending or current
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
// compilation.
13195
be27e1b6a4b9 6995781: Native Memory Tracking (Phase 1)
zgu
parents: 11636
diff changeset
    39
class CompileTask : public CHeapObj<mtCompiler> {
10547
ea4a2ec31ae2 7088955: add C2 IR support to the SA
never
parents: 8872
diff changeset
    40
  friend class VMStructs;
ea4a2ec31ae2 7088955: add C2 IR support to the SA
never
parents: 8872
diff changeset
    41
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
 private:
24321
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
    43
  static CompileTask* _task_free_list;
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
    44
#ifdef ASSERT
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
    45
  static int          _num_allocated_tasks;
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
    46
#endif
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
    47
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
  Monitor*     _lock;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
  uint         _compile_id;
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
    50
  Method*      _method;
14588
8ec26d2d9339 8000662: NPG: nashorn ant clean test262 out-of-memory with Java heap
coleenp
parents: 13891
diff changeset
    51
  jobject      _method_holder;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
  int          _osr_bci;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
  bool         _is_complete;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
  bool         _is_success;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
  bool         _is_blocking;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
  int          _comp_level;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
  int          _num_inlined_bytecodes;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
  nmethodLocker* _code_handle;  // holder of eventual result
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
    59
  CompileTask* _next, *_prev;
24321
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
    60
  bool         _is_free;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
  // Fields used for logging why the compilation was initiated:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
  jlong        _time_queued;  // in units of os::elapsed_counter()
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
    63
  Method*      _hot_method;   // which method actually triggered this task
14588
8ec26d2d9339 8000662: NPG: nashorn ant clean test262 out-of-memory with Java heap
coleenp
parents: 13891
diff changeset
    64
  jobject      _hot_method_holder;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
  int          _hot_count;    // information about its invocation counter
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
  const char*  _comment;      // more info about the task
25642
9d809ea074d9 8049530: Provide descriptive failure reason for compilation tasks removed for the queue
vlivanov
parents: 24443
diff changeset
    67
  const char*  _failure_reason;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
 public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
  CompileTask() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
    _lock = new Monitor(Mutex::nonleaf+2, "CompileTaskLock");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
  void initialize(int compile_id, methodHandle method, int osr_bci, int comp_level,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
                  methodHandle hot_method, int hot_count, const char* comment,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
                  bool is_blocking);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
24321
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
    78
  static CompileTask* allocate();
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
    79
  static void         free(CompileTask* task);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
  int          compile_id() const                { return _compile_id; }
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
    82
  Method*      method() const                    { return _method; }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
  int          osr_bci() const                   { return _osr_bci; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
  bool         is_complete() const               { return _is_complete; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
  bool         is_blocking() const               { return _is_blocking; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
  bool         is_success() const                { return _is_success; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
  nmethodLocker* code_handle() const             { return _code_handle; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
  void         set_code_handle(nmethodLocker* l) { _code_handle = l; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
  nmethod*     code() const;                     // _code_handle->code()
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
  void         set_code(nmethod* nm);            // _code_handle->set_code(nm)
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
  Monitor*     lock() const                      { return _lock; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
  void         mark_complete()                   { _is_complete = true; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
  void         mark_success()                    { _is_success = true; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
  int          comp_level()                      { return _comp_level;}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
  void         set_comp_level(int comp_level)    { _comp_level = comp_level;}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
  int          num_inlined_bytecodes() const     { return _num_inlined_bytecodes; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
  void         set_num_inlined_bytecodes(int n)  { _num_inlined_bytecodes = n; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
  CompileTask* next() const                      { return _next; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
  void         set_next(CompileTask* next)       { _next = next; }
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   106
  CompileTask* prev() const                      { return _prev; }
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   107
  void         set_prev(CompileTask* prev)       { _prev = prev; }
24321
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
   108
  bool         is_free() const                   { return _is_free; }
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
   109
  void         set_is_free(bool val)             { _is_free = val; }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
8872
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   111
private:
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   112
  static void  print_compilation_impl(outputStream* st, Method* method, int compile_id, int comp_level,
11636
3c07b54482a5 7141200: log some interesting information in ring buffers for crashes
never
parents: 11572
diff changeset
   113
                                      bool is_osr_method = false, int osr_bci = -1, bool is_blocking = false,
26587
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   114
                                      const char* msg = NULL, bool short_form = false, bool cr = true);
8872
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   115
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   116
public:
26587
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   117
  void         print_compilation(outputStream* st = tty, const char* msg = NULL, bool short_form = false, bool cr = true);
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   118
  static void  print_compilation(outputStream* st, const nmethod* nm, const char* msg = NULL, bool short_form = false, bool cr = true) {
11636
3c07b54482a5 7141200: log some interesting information in ring buffers for crashes
never
parents: 11572
diff changeset
   119
    print_compilation_impl(st, nm->method(), nm->compile_id(), nm->comp_level(),
3c07b54482a5 7141200: log some interesting information in ring buffers for crashes
never
parents: 11572
diff changeset
   120
                           nm->is_osr_method(), nm->is_osr_method() ? nm->osr_entry_bci() : -1, /*is_blocking*/ false,
26587
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   121
                           msg, short_form, cr);
8872
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   122
  }
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   123
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   124
  static void  print_inlining(outputStream* st, ciMethod* method, int inline_level, int bci, const char* msg = NULL);
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   125
  static void  print_inlining(ciMethod* method, int inline_level, int bci, const char* msg = NULL) {
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   126
    print_inlining(tty, method, inline_level, bci, msg);
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   127
  }
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   128
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   129
  // Redefine Classes support
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   130
  void mark_on_stack();
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   131
8872
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   132
  static void  print_inline_indent(int inline_level, outputStream* st = tty);
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   133
26587
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   134
  void         print_tty();
8872
36680c58660e 7022998: JSR 292 recursive method handle calls inline themselves infinitely
twisti
parents: 7397
diff changeset
   135
  void         print_line_on_error(outputStream* st, char* buf, int buflen);
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   136
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
  void         log_task(xmlStream* log);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
  void         log_task_queued();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
  void         log_task_start(CompileLog* log);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
  void         log_task_done(CompileLog* log);
25642
9d809ea074d9 8049530: Provide descriptive failure reason for compilation tasks removed for the queue
vlivanov
parents: 24443
diff changeset
   141
9d809ea074d9 8049530: Provide descriptive failure reason for compilation tasks removed for the queue
vlivanov
parents: 24443
diff changeset
   142
  void         set_failure_reason(const char* reason) {
9d809ea074d9 8049530: Provide descriptive failure reason for compilation tasks removed for the queue
vlivanov
parents: 24443
diff changeset
   143
    _failure_reason = reason;
9d809ea074d9 8049530: Provide descriptive failure reason for compilation tasks removed for the queue
vlivanov
parents: 24443
diff changeset
   144
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
// CompilerCounters
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
// Per Compiler Performance Counters.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
//
13195
be27e1b6a4b9 6995781: Native Memory Tracking (Phase 1)
zgu
parents: 11636
diff changeset
   151
class CompilerCounters : public CHeapObj<mtCompiler> {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
  public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
    enum {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
      cmname_buffer_length = 160
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
    };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
  private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
    char _current_method[cmname_buffer_length];
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
    PerfStringVariable* _perf_current_method;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
    int  _compile_type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
    PerfVariable* _perf_compile_type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
    PerfCounter* _perf_time;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
    PerfCounter* _perf_compiles;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
  public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
    CompilerCounters(const char* name, int instance, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
    // these methods should be called in a thread safe context
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
    void set_current_method(const char* method) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
      strncpy(_current_method, method, (size_t)cmname_buffer_length);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
      if (UsePerfData) _perf_current_method->set_value(method);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
    char* current_method()                  { return _current_method; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
    void set_compile_type(int compile_type) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
      _compile_type = compile_type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
      if (UsePerfData) _perf_compile_type->set_value((jlong)compile_type);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
    int compile_type()                       { return _compile_type; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
    PerfCounter* time_counter()              { return _perf_time; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
    PerfCounter* compile_counter()           { return _perf_compiles; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
// CompileQueue
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
// A list of CompileTasks.
13195
be27e1b6a4b9 6995781: Native Memory Tracking (Phase 1)
zgu
parents: 11636
diff changeset
   195
class CompileQueue : public CHeapObj<mtCompiler> {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
 private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
  const char* _name;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
  Monitor*    _lock;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
  CompileTask* _first;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
  CompileTask* _last;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
24443
7aaf1b306b55 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
vlivanov
parents: 24321
diff changeset
   203
  CompileTask* _first_stale;
7aaf1b306b55 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
vlivanov
parents: 24321
diff changeset
   204
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   205
  int _size;
24443
7aaf1b306b55 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
vlivanov
parents: 24321
diff changeset
   206
7aaf1b306b55 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
vlivanov
parents: 24321
diff changeset
   207
  void purge_stale_tasks();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
 public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
  CompileQueue(const char* name, Monitor* lock) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
    _name = name;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
    _lock = lock;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
    _first = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
    _last = NULL;
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   214
    _size = 0;
24443
7aaf1b306b55 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
vlivanov
parents: 24321
diff changeset
   215
    _first_stale = NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
  const char*  name() const                      { return _name; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
  Monitor*     lock() const                      { return _lock; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
  void         add(CompileTask* task);
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   222
  void         remove(CompileTask* task);
24443
7aaf1b306b55 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
vlivanov
parents: 24321
diff changeset
   223
  void         remove_and_mark_stale(CompileTask* task);
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   224
  CompileTask* first()                           { return _first; }
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   225
  CompileTask* last()                            { return _last;  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
  CompileTask* get();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
  bool         is_empty() const                  { return _first == NULL; }
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   230
  int          size()     const                  { return _size;          }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
24443
7aaf1b306b55 8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
vlivanov
parents: 24321
diff changeset
   232
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   233
  // Redefine Classes support
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   234
  void mark_on_stack();
24321
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
   235
  void free_all();
26587
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   236
  void print_tty();
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   237
  void print(outputStream* st = tty);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   238
20707
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   239
  ~CompileQueue() {
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   240
    assert (is_empty(), " Compile Queue must be empty");
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   241
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   244
// CompileTaskWrapper
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   245
//
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   246
// Assign this task to the current thread.  Deallocate the task
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   247
// when the compilation is complete.
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   248
class CompileTaskWrapper : StackObj {
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   249
public:
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   250
  CompileTaskWrapper(CompileTask* task);
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   251
  ~CompileTaskWrapper();
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   252
};
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   253
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
// Compilation
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
//
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
// The broker for all compilation requests.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
class CompileBroker: AllStatic {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
 friend class Threads;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
  friend class CompileTaskWrapper;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
 public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
  enum {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
    name_buffer_length = 100
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
  // Compile type Information for print_last_compile() and CompilerCounters
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
  enum { no_compile, normal_compile, osr_compile, native_compile };
22247
cde20a0fa906 8022494: Make compilation IDs sequential
anoll
parents: 21575
diff changeset
   269
  static int assign_compile_id (methodHandle method, int osr_bci);
cde20a0fa906 8022494: Make compilation IDs sequential
anoll
parents: 21575
diff changeset
   270
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
489c9b5090e2 Initial load
duke
parents:
diff changeset
   272
 private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
  static bool _initialized;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   274
  static volatile bool _should_block;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   275
4750
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   276
  // This flag can be used to stop compilation or turn it back on
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   277
  static volatile jint _should_compile_new_jobs;
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   278
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   279
  // The installed compiler(s)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   280
  static AbstractCompiler* _compilers[2];
489c9b5090e2 Initial load
duke
parents:
diff changeset
   281
489c9b5090e2 Initial load
duke
parents:
diff changeset
   282
  // These counters are used for assigning id's to each compilation
22247
cde20a0fa906 8022494: Make compilation IDs sequential
anoll
parents: 21575
diff changeset
   283
  static volatile jint _compilation_id;
cde20a0fa906 8022494: Make compilation IDs sequential
anoll
parents: 21575
diff changeset
   284
  static volatile jint _osr_compilation_id;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
  static int  _last_compile_type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
  static int  _last_compile_level;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
  static char _last_method_compiled[name_buffer_length];
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
24321
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
   290
  static CompileQueue* _c2_compile_queue;
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
   291
  static CompileQueue* _c1_compile_queue;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   292
20707
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   293
  static GrowableArray<CompilerThread*>* _compiler_threads;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   294
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
  // performance counters
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
  static PerfCounter* _perf_total_compilation;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
  static PerfCounter* _perf_native_compilation;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
  static PerfCounter* _perf_osr_compilation;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
  static PerfCounter* _perf_standard_compilation;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
  static PerfCounter* _perf_total_bailout_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
  static PerfCounter* _perf_total_invalidated_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
  static PerfCounter* _perf_total_compile_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   304
  static PerfCounter* _perf_total_native_compile_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   305
  static PerfCounter* _perf_total_osr_compile_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   306
  static PerfCounter* _perf_total_standard_compile_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   307
489c9b5090e2 Initial load
duke
parents:
diff changeset
   308
  static PerfCounter* _perf_sum_osr_bytes_compiled;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
  static PerfCounter* _perf_sum_standard_bytes_compiled;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
  static PerfCounter* _perf_sum_nmethod_size;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   311
  static PerfCounter* _perf_sum_nmethod_code_size;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   312
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
  static PerfStringVariable* _perf_last_method;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   314
  static PerfStringVariable* _perf_last_failed_method;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
  static PerfStringVariable* _perf_last_invalidated_method;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
  static PerfVariable*       _perf_last_compile_type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
  static PerfVariable*       _perf_last_compile_size;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
  static PerfVariable*       _perf_last_failed_type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
  static PerfVariable*       _perf_last_invalidated_type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
  // Timers and counters for generating statistics
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
  static elapsedTimer _t_total_compilation;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   323
  static elapsedTimer _t_osr_compilation;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
  static elapsedTimer _t_standard_compilation;
26913
9ad70cd32368 8058968: Compiler time traces should be improved
shade
parents: 26796
diff changeset
   325
  static elapsedTimer _t_invalidated_compilation;
9ad70cd32368 8058968: Compiler time traces should be improved
shade
parents: 26796
diff changeset
   326
  static elapsedTimer _t_bailedout_compilation;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   328
  static int _total_compile_count;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
  static int _total_bailout_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
  static int _total_invalidated_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   331
  static int _total_native_compile_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
  static int _total_osr_compile_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   333
  static int _total_standard_compile_count;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
  static int _sum_osr_bytes_compiled;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
  static int _sum_standard_bytes_compiled;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   336
  static int _sum_nmethod_size;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
  static int _sum_nmethod_code_size;
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   338
  static long _peak_compilation_time;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
21575
6a9645992cee 8027593: performance drop with constrained codecache starting with hs25 b111
anoll
parents: 20707
diff changeset
   340
  static volatile jint _print_compilation_warning;
6a9645992cee 8027593: performance drop with constrained codecache starting with hs25 b111
anoll
parents: 20707
diff changeset
   341
20707
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   342
  static CompilerThread* make_compiler_thread(const char* name, CompileQueue* queue, CompilerCounters* counters, AbstractCompiler* comp, TRAPS);
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   343
  static void init_compiler_threads(int c1_compiler_count, int c2_compiler_count);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   344
  static bool compilation_is_complete  (methodHandle method, int osr_bci, int comp_level);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   345
  static bool compilation_is_prohibited(methodHandle method, int osr_bci, int comp_level);
26587
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   346
  static bool is_compile_blocking();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
  static void preload_classes          (methodHandle method, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
  static CompileTask* create_compile_task(CompileQueue* queue,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
                                          int           compile_id,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   351
                                          methodHandle  method,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   352
                                          int           osr_bci,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   353
                                          int           comp_level,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   354
                                          methodHandle  hot_method,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   355
                                          int           hot_count,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   356
                                          const char*   comment,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   357
                                          bool          blocking);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   358
  static void wait_for_completion(CompileTask* task);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   359
489c9b5090e2 Initial load
duke
parents:
diff changeset
   360
  static void invoke_compiler_on_method(CompileTask* task);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   361
  static void set_last_compile(CompilerThread *thread, methodHandle method, bool is_osr, int comp_level);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   362
  static void push_jni_handle_block();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   363
  static void pop_jni_handle_block();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   364
  static bool check_break_at(methodHandle method, int compile_id, bool is_osr);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   365
  static void collect_statistics(CompilerThread* thread, elapsedTimer time, CompileTask* task);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   366
489c9b5090e2 Initial load
duke
parents:
diff changeset
   367
  static void compile_method_base(methodHandle method,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   368
                                  int osr_bci,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   369
                                  int comp_level,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   370
                                  methodHandle hot_method,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   371
                                  int hot_count,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   372
                                  const char* comment,
11572
84afef481892 7131259: compile_method and CompilationPolicy::event shouldn't be declared TRAPS
iveresov
parents: 10547
diff changeset
   373
                                  Thread* thread);
26587
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   374
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   375
  static CompileQueue* compile_queue(int comp_level);
20707
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   376
  static bool init_compiler_runtime();
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   377
  static void shutdown_compiler_runtime(AbstractCompiler* comp, CompilerThread* thread);
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   378
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   379
 public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   380
  enum {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   381
    // The entry bci used for non-OSR compilations.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   382
    standard_entry_bci = InvocationEntryBci
489c9b5090e2 Initial load
duke
parents:
diff changeset
   383
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   384
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   385
  static AbstractCompiler* compiler(int comp_level) {
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   386
    if (is_c2_compile(comp_level)) return _compilers[1]; // C2
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   387
    if (is_c1_compile(comp_level)) return _compilers[0]; // C1
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   388
    return NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   389
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   390
24321
621f7e09fc0a 8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
anoll
parents: 22247
diff changeset
   391
  static bool compilation_is_in_queue(methodHandle method);
26587
e8b28fa936af 8054889: Compiler team's implementation task
neliasso
parents: 25642
diff changeset
   392
  static void print_compile_queues(outputStream* st);
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   393
  static int queue_size(int comp_level) {
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   394
    CompileQueue *q = compile_queue(comp_level);
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   395
    return q != NULL ? q->size() : 0;
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   396
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   397
  static void compilation_init();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   398
  static void init_compiler_thread_log();
6453
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   399
  static nmethod* compile_method(methodHandle method,
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   400
                                 int osr_bci,
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   401
                                 int comp_level,
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   402
                                 methodHandle hot_method,
970dc585ab63 6953144: Tiered compilation
iveresov
parents: 5547
diff changeset
   403
                                 int hot_count,
11572
84afef481892 7131259: compile_method and CompilationPolicy::event shouldn't be declared TRAPS
iveresov
parents: 10547
diff changeset
   404
                                 const char* comment, Thread* thread);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   405
489c9b5090e2 Initial load
duke
parents:
diff changeset
   406
  static void compiler_thread_loop();
4750
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   407
  static uint get_compilation_id() { return _compilation_id; }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   408
489c9b5090e2 Initial load
duke
parents:
diff changeset
   409
  // Set _should_block.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   410
  // Call this from the VM, with Threads_lock held and a safepoint requested.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   411
  static void set_should_block();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   412
489c9b5090e2 Initial load
duke
parents:
diff changeset
   413
  // Call this from the compiler at convenient points, to poll for _should_block.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   414
  static void maybe_block();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   415
4750
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   416
  enum {
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   417
    // Flags for toggling compiler activity
20707
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   418
    stop_compilation    = 0,
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   419
    run_compilation     = 1,
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   420
    shutdown_compilaton = 2
4750
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   421
  };
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   422
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   423
  static bool should_compile_new_jobs() { return UseCompiler && (_should_compile_new_jobs == run_compilation); }
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   424
  static bool set_should_compile_new_jobs(jint new_state) {
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   425
    // Return success if the current caller set it
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   426
    jint old = Atomic::cmpxchg(new_state, &_should_compile_new_jobs, 1-new_state);
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   427
    return (old == (1-new_state));
71fd601907dc 4360113: Evict nmethods when code cache gets full
kvn
parents: 1
diff changeset
   428
  }
20707
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   429
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   430
  static void disable_compilation_forever() {
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   431
    UseCompiler               = false;
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   432
    AlwaysCompileLoopMethods  = false;
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   433
    Atomic::xchg(shutdown_compilaton, &_should_compile_new_jobs);
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   434
  }
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   435
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   436
  static bool is_compilation_disabled_forever() {
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   437
    return _should_compile_new_jobs == shutdown_compilaton;
b3b658c6d1f8 8023014: CodeSweeperSweepNoFlushTest.java fails with HS crash
anoll
parents: 18025
diff changeset
   438
  }
26796
666464578742 8015774: Add support for multiple code heaps
thartmann
parents: 26587
diff changeset
   439
  static void handle_full_code_cache(int code_blob_type);
21575
6a9645992cee 8027593: performance drop with constrained codecache starting with hs25 b111
anoll
parents: 20707
diff changeset
   440
  // Ensures that warning is only printed once.
6a9645992cee 8027593: performance drop with constrained codecache starting with hs25 b111
anoll
parents: 20707
diff changeset
   441
  static bool should_print_compiler_warning() {
6a9645992cee 8027593: performance drop with constrained codecache starting with hs25 b111
anoll
parents: 20707
diff changeset
   442
    jint old = Atomic::cmpxchg(1, &_print_compilation_warning, 0);
6a9645992cee 8027593: performance drop with constrained codecache starting with hs25 b111
anoll
parents: 20707
diff changeset
   443
    return old == 0;
6a9645992cee 8027593: performance drop with constrained codecache starting with hs25 b111
anoll
parents: 20707
diff changeset
   444
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   445
  // Return total compilation ticks
489c9b5090e2 Initial load
duke
parents:
diff changeset
   446
  static jlong total_compilation_ticks() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   447
    return _perf_total_compilation != NULL ? _perf_total_compilation->get_value() : 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   448
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   449
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   450
  // Redefine Classes support
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   451
  static void mark_on_stack();
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   452
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   453
  // Print a detailed accounting of compilation time
489c9b5090e2 Initial load
duke
parents:
diff changeset
   454
  static void print_times();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   455
489c9b5090e2 Initial load
duke
parents:
diff changeset
   456
  // Debugging output for failure
489c9b5090e2 Initial load
duke
parents:
diff changeset
   457
  static void print_last_compile();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   458
489c9b5090e2 Initial load
duke
parents:
diff changeset
   459
  static void print_compiler_threads_on(outputStream* st);
16372
20c2c4dc8b77 8008663: [parfait] Null pointer deference in hotspot/src/share/vm/compiler/compileBroker.cpp
morris
parents: 14588
diff changeset
   460
20c2c4dc8b77 8008663: [parfait] Null pointer deference in hotspot/src/share/vm/compiler/compileBroker.cpp
morris
parents: 14588
diff changeset
   461
  // compiler name for debugging
20c2c4dc8b77 8008663: [parfait] Null pointer deference in hotspot/src/share/vm/compiler/compileBroker.cpp
morris
parents: 14588
diff changeset
   462
  static const char* compiler_name(int comp_level);
18025
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   463
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   464
  static int get_total_compile_count() {          return _total_compile_count; }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   465
  static int get_total_bailout_count() {          return _total_bailout_count; }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   466
  static int get_total_invalidated_count() {      return _total_invalidated_count; }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   467
  static int get_total_native_compile_count() {   return _total_native_compile_count; }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   468
  static int get_total_osr_compile_count() {      return _total_osr_compile_count; }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   469
  static int get_total_standard_compile_count() { return _total_standard_compile_count; }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   470
  static int get_sum_osr_bytes_compiled() {       return _sum_osr_bytes_compiled; }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   471
  static int get_sum_standard_bytes_compiled() {  return _sum_standard_bytes_compiled; }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   472
  static int get_sum_nmethod_size() {             return _sum_nmethod_size;}
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   473
  static int get_sum_nmethod_code_size() {        return _sum_nmethod_code_size; }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   474
  static long get_peak_compilation_time() {       return _peak_compilation_time; }
b7bcf7497f93 8005849: JEP 167: Event-Based JVM Tracing
sla
parents: 16372
diff changeset
   475
  static long get_total_compilation_time() {      return _t_total_compilation.milliseconds(); }
27461
90e9e0f9c0c5 8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop
coleenp
parents: 26913
diff changeset
   476
90e9e0f9c0c5 8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop
coleenp
parents: 26913
diff changeset
   477
  // Log that compilation profiling is skipped because metaspace is full.
90e9e0f9c0c5 8037842: Failing to allocate MethodCounters and MDO causes a serious performance drop
coleenp
parents: 26913
diff changeset
   478
  static void log_metaspace_failure();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   479
};
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6453
diff changeset
   480
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6453
diff changeset
   481
#endif // SHARE_VM_COMPILER_COMPILEBROKER_HPP