src/hotspot/share/ci/ciInstanceKlass.hpp
author chegar
Thu, 17 Oct 2019 20:54:25 +0100
branchdatagramsocketimpl-branch
changeset 58679 9c3209ff7550
parent 58678 9cf78a70fa4f
parent 57996 bf3fb5465543
permissions -rw-r--r--
datagramsocketimpl-branch: merge with default
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: 52925
diff changeset
     2
 * Copyright (c) 1999, 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: 4567
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4567
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: 4567
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: 52925
diff changeset
    25
#ifndef SHARE_CI_CIINSTANCEKLASS_HPP
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52925
diff changeset
    26
#define SHARE_CI_CIINSTANCEKLASS_HPP
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5925
diff changeset
    27
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5925
diff changeset
    28
#include "ci/ciConstantPoolCache.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5925
diff changeset
    29
#include "ci/ciFlags.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5925
diff changeset
    30
#include "ci/ciKlass.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5925
diff changeset
    31
#include "ci/ciSymbol.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5925
diff changeset
    32
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    33
// ciInstanceKlass
489c9b5090e2 Initial load
duke
parents:
diff changeset
    34
//
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
    35
// This class represents a Klass* in the HotSpot virtual machine
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
    36
// whose Klass part is an InstanceKlass.  It may or may not
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
// be loaded.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
class ciInstanceKlass : public ciKlass {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
  CI_PACKAGE_ACCESS
4567
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4450
diff changeset
    40
  friend class ciBytecodeStream;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
  friend class ciEnv;
4567
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4450
diff changeset
    42
  friend class ciExceptionHandler;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
  friend class ciMethod;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
  friend class ciField;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
private:
52784
621efe32eb0b 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
eosterlund
parents: 52424
diff changeset
    47
  enum SubklassValue { subklass_unknown, subklass_false, subklass_true };
621efe32eb0b 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
eosterlund
parents: 52424
diff changeset
    48
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
  jobject                _loader;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
  jobject                _protection_domain;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
    52
  InstanceKlass::ClassState _init_state;           // state of class
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 217
diff changeset
    53
  bool                   _is_shared;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
  bool                   _has_finalizer;
52784
621efe32eb0b 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
eosterlund
parents: 52424
diff changeset
    55
  SubklassValue          _has_subklass;
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 217
diff changeset
    56
  bool                   _has_nonstatic_fields;
41669
2091069b6851 8081800: AbstractMethodError when evaluating a private method in an interface via debugger
dholmes
parents: 35567
diff changeset
    57
  bool                   _has_nonstatic_concrete_methods;
51444
3e5d28e6de32 8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
lfoltan
parents: 47216
diff changeset
    58
  bool                   _is_unsafe_anonymous;
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 217
diff changeset
    59
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
  ciFlags                _flags;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
  jint                   _nonstatic_field_size;
217
c646ef2f5d58 6667620: (Escape Analysis) fix deoptimization for scalar replaced objects
kvn
parents: 1
diff changeset
    62
  jint                   _nonstatic_oop_map_size;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
  // Lazy fields get filled in only upon request.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
  ciInstanceKlass*       _super;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
  ciInstance*            _java_mirror;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
  ciConstantPoolCache*   _field_cache;  // cached map index->field
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
  GrowableArray<ciField*>* _nonstatic_fields;
28396
7fe4347e6792 6700100: optimize inline_native_clone() for small objects with exact klass
roland
parents: 26706
diff changeset
    70
  int                    _has_injected_fields; // any non static injected fields? lazily initialized.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
12369
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
    72
  // The possible values of the _implementor fall into following three cases:
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
    73
  //   NULL: no implementor.
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
    74
  //   A ciInstanceKlass that's not itself: one implementor.
53595
8462b295c08b 6986483: CHA: optimize calls through interfaces
vlivanov
parents: 53244
diff changeset
    75
  //   Itself: more than one implementor.
12369
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
    76
  ciInstanceKlass*       _implementor;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
28933
a11a29cf06d5 8071821: Assert failed in UnexpectedDeoptimizationTest.java
roland
parents: 28396
diff changeset
    78
  void compute_injected_fields();
a11a29cf06d5 8071821: Assert failed in UnexpectedDeoptimizationTest.java
roland
parents: 28396
diff changeset
    79
  bool compute_injected_fields_helper();
28396
7fe4347e6792 6700100: optimize inline_native_clone() for small objects with exact klass
roland
parents: 26706
diff changeset
    80
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
protected:
46329
53ccc37bda19 8155672: Remove instanceKlassHandles and KlassHandles
coleenp
parents: 41669
diff changeset
    82
  ciInstanceKlass(Klass* k);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
  ciInstanceKlass(ciSymbol* name, jobject loader, jobject protection_domain);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
    85
  InstanceKlass* get_instanceKlass() const {
33602
16053580a684 8139163: InstanceKlass::cast passes through NULL
coleenp
parents: 31519
diff changeset
    86
    return InstanceKlass::cast(get_Klass());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
  oop loader();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
  jobject loader_handle();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
  oop protection_domain();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
  jobject protection_domain_handle();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
  const char* type_string() { return "ciInstanceKlass"; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
4567
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4450
diff changeset
    97
  bool is_in_package_impl(const char* packagename, int len);
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4450
diff changeset
    98
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
  void print_impl(outputStream* st);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
  ciConstantPoolCache* field_cache();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
  bool is_shared() { return _is_shared; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
5925
a30fef61d0b7 6958668: repeated uncommon trapping for new of klass which is being initialized
never
parents: 5547
diff changeset
   105
  void compute_shared_init_state();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
  bool compute_shared_has_subklass();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
  int  compute_nonstatic_fields();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
  GrowableArray<ciField*>* compute_nonstatic_fields_impl(GrowableArray<ciField*>* super_fields);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
5925
a30fef61d0b7 6958668: repeated uncommon trapping for new of klass which is being initialized
never
parents: 5547
diff changeset
   110
  // Update the init_state for shared klasses
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
   111
  void update_if_shared(InstanceKlass::ClassState expected) {
5925
a30fef61d0b7 6958668: repeated uncommon trapping for new of klass which is being initialized
never
parents: 5547
diff changeset
   112
    if (_is_shared && _init_state != expected) {
a30fef61d0b7 6958668: repeated uncommon trapping for new of klass which is being initialized
never
parents: 5547
diff changeset
   113
      if (is_loaded()) compute_shared_init_state();
a30fef61d0b7 6958668: repeated uncommon trapping for new of klass which is being initialized
never
parents: 5547
diff changeset
   114
    }
a30fef61d0b7 6958668: repeated uncommon trapping for new of klass which is being initialized
never
parents: 5547
diff changeset
   115
  }
a30fef61d0b7 6958668: repeated uncommon trapping for new of klass which is being initialized
never
parents: 5547
diff changeset
   116
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
  // Has this klass been initialized?
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
  bool                   is_initialized() {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
   120
    update_if_shared(InstanceKlass::fully_initialized);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
   121
    return _init_state == InstanceKlass::fully_initialized;
5925
a30fef61d0b7 6958668: repeated uncommon trapping for new of klass which is being initialized
never
parents: 5547
diff changeset
   122
  }
55253
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 53595
diff changeset
   123
  bool                   is_not_initialized() {
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 53595
diff changeset
   124
    update_if_shared(InstanceKlass::fully_initialized);
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 53595
diff changeset
   125
    return _init_state < InstanceKlass::being_initialized;
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 53595
diff changeset
   126
  }
5925
a30fef61d0b7 6958668: repeated uncommon trapping for new of klass which is being initialized
never
parents: 5547
diff changeset
   127
  // Is this klass being initialized?
a30fef61d0b7 6958668: repeated uncommon trapping for new of klass which is being initialized
never
parents: 5547
diff changeset
   128
  bool                   is_being_initialized() {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
   129
    update_if_shared(InstanceKlass::being_initialized);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
   130
    return _init_state == InstanceKlass::being_initialized;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
  // Has this klass been linked?
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
  bool                   is_linked() {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
   134
    update_if_shared(InstanceKlass::linked);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
   135
    return _init_state >= InstanceKlass::linked;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
  }
55253
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 53595
diff changeset
   137
  // Is this klass in error state?
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 53595
diff changeset
   138
  bool                   is_in_error_state() {
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 53595
diff changeset
   139
    update_if_shared(InstanceKlass::initialization_error);
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 53595
diff changeset
   140
    return _init_state == InstanceKlass::initialization_error;
3c905e67e380 8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
vlivanov
parents: 53595
diff changeset
   141
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
  // General klass information.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
  ciFlags                flags()          {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
    assert(is_loaded(), "must be loaded");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
    return _flags;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
  bool                   has_finalizer()  {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
    assert(is_loaded(), "must be loaded");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
    return _has_finalizer; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
  bool                   has_subklass()   {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
    assert(is_loaded(), "must be loaded");
52784
621efe32eb0b 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
eosterlund
parents: 52424
diff changeset
   153
    if (_has_subklass == subklass_unknown ||
621efe32eb0b 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
eosterlund
parents: 52424
diff changeset
   154
        (_is_shared && _has_subklass == subklass_false)) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
      if (flags().is_final()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
        return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
      } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
        return compute_shared_has_subklass();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
    }
52784
621efe32eb0b 8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
eosterlund
parents: 52424
diff changeset
   161
    return _has_subklass == subklass_true;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
  jint                   size_helper()  {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
    return (Klass::layout_helper_size_in_bytes(layout_helper())
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
            >> LogHeapWordSize);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
  jint                   nonstatic_field_size()  {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
    assert(is_loaded(), "must be loaded");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
    return _nonstatic_field_size; }
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 217
diff changeset
   170
  jint                   has_nonstatic_fields()  {
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 217
diff changeset
   171
    assert(is_loaded(), "must be loaded");
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 217
diff changeset
   172
    return _has_nonstatic_fields; }
217
c646ef2f5d58 6667620: (Escape Analysis) fix deoptimization for scalar replaced objects
kvn
parents: 1
diff changeset
   173
  jint                   nonstatic_oop_map_size()  {
c646ef2f5d58 6667620: (Escape Analysis) fix deoptimization for scalar replaced objects
kvn
parents: 1
diff changeset
   174
    assert(is_loaded(), "must be loaded");
c646ef2f5d58 6667620: (Escape Analysis) fix deoptimization for scalar replaced objects
kvn
parents: 1
diff changeset
   175
    return _nonstatic_oop_map_size; }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
  ciInstanceKlass*       super();
12369
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   177
  jint                   nof_implementors() {
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   178
    ciInstanceKlass* impl;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
    assert(is_loaded(), "must be loaded");
12369
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   180
    impl = implementor();
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   181
    if (impl == NULL) {
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   182
      return 0;
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   183
    } else if (impl != this) {
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   184
      return 1;
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   185
    } else {
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   186
      return 2;
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   187
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
  }
41669
2091069b6851 8081800: AbstractMethodError when evaluating a private method in an interface via debugger
dholmes
parents: 35567
diff changeset
   189
  bool has_nonstatic_concrete_methods()  {
21209
5eecc37ceb93 8026735: Stream tests throw java.lang.IncompatibleClassChangeError
iveresov
parents: 20702
diff changeset
   190
    assert(is_loaded(), "must be loaded");
41669
2091069b6851 8081800: AbstractMethodError when evaluating a private method in an interface via debugger
dholmes
parents: 35567
diff changeset
   191
    return _has_nonstatic_concrete_methods;
21209
5eecc37ceb93 8026735: Stream tests throw java.lang.IncompatibleClassChangeError
iveresov
parents: 20702
diff changeset
   192
  }
5eecc37ceb93 8026735: Stream tests throw java.lang.IncompatibleClassChangeError
iveresov
parents: 20702
diff changeset
   193
51444
3e5d28e6de32 8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
lfoltan
parents: 47216
diff changeset
   194
  bool is_unsafe_anonymous() {
3e5d28e6de32 8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
lfoltan
parents: 47216
diff changeset
   195
    return _is_unsafe_anonymous;
31519
bb26c50aadd0 8087218: Constant fold loads from final instance fields in VM anonymous classes
vlivanov
parents: 28933
diff changeset
   196
  }
bb26c50aadd0 8087218: Constant fold loads from final instance fields in VM anonymous classes
vlivanov
parents: 28933
diff changeset
   197
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
  ciInstanceKlass* get_canonical_holder(int offset);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
  ciField* get_field_by_offset(int field_offset, bool is_static);
4450
6d700b859b3e 6892658: C2 should optimize some stringbuilder patterns
never
parents: 670
diff changeset
   200
  ciField* get_field_by_name(ciSymbol* name, ciSymbol* signature, bool is_static);
217
c646ef2f5d58 6667620: (Escape Analysis) fix deoptimization for scalar replaced objects
kvn
parents: 1
diff changeset
   201
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
  // total number of nonstatic fields (including inherited):
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
  int nof_nonstatic_fields() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
    if (_nonstatic_fields == NULL)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
      return compute_nonstatic_fields();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
    else
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
      return _nonstatic_fields->length();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
  }
28396
7fe4347e6792 6700100: optimize inline_native_clone() for small objects with exact klass
roland
parents: 26706
diff changeset
   209
7fe4347e6792 6700100: optimize inline_native_clone() for small objects with exact klass
roland
parents: 26706
diff changeset
   210
  bool has_injected_fields() {
7fe4347e6792 6700100: optimize inline_native_clone() for small objects with exact klass
roland
parents: 26706
diff changeset
   211
    if (_has_injected_fields == -1) {
28933
a11a29cf06d5 8071821: Assert failed in UnexpectedDeoptimizationTest.java
roland
parents: 28396
diff changeset
   212
      compute_injected_fields();
28396
7fe4347e6792 6700100: optimize inline_native_clone() for small objects with exact klass
roland
parents: 26706
diff changeset
   213
    }
7fe4347e6792 6700100: optimize inline_native_clone() for small objects with exact klass
roland
parents: 26706
diff changeset
   214
    return _has_injected_fields > 0 ? true : false;
7fe4347e6792 6700100: optimize inline_native_clone() for small objects with exact klass
roland
parents: 26706
diff changeset
   215
  }
7fe4347e6792 6700100: optimize inline_native_clone() for small objects with exact klass
roland
parents: 26706
diff changeset
   216
52424
e3d79743f57d 8212243: More gc interface tweaks for arraycopy
roland
parents: 52356
diff changeset
   217
  bool has_object_fields() const;
e3d79743f57d 8212243: More gc interface tweaks for arraycopy
roland
parents: 52356
diff changeset
   218
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
  // nth nonstatic field (presented by ascending address)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
  ciField* nonstatic_field_at(int i) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
    assert(_nonstatic_fields != NULL, "");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
    return _nonstatic_fields->at(i);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   224
489c9b5090e2 Initial load
duke
parents:
diff changeset
   225
  ciInstanceKlass* unique_concrete_subklass();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
  bool has_finalizable_subclass();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
  bool contains_field_offset(int offset) {
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 217
diff changeset
   229
    return instanceOopDesc::contains_field_offset(offset, nonstatic_field_size());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
  // Get the instance of java.lang.Class corresponding to
489c9b5090e2 Initial load
duke
parents:
diff changeset
   233
  // this klass.  This instance is used for locking of
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
  // synchronized static methods of this klass.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
  ciInstance*            java_mirror();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   236
489c9b5090e2 Initial load
duke
parents:
diff changeset
   237
  // Java access flags
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
  bool is_public      () { return flags().is_public(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
  bool is_final       () { return flags().is_final(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
  bool is_super       () { return flags().is_super(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
  bool is_interface   () { return flags().is_interface(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
  bool is_abstract    () { return flags().is_abstract(); }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
  ciMethod* find_method(ciSymbol* name, ciSymbol* signature);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
  // Note:  To find a method from name and type strings, use ciSymbol::make,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
  // but consider adding to vmSymbols.hpp instead.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   247
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
  bool is_leaf_type();
12369
48fd3da4025c 7154670: The instanceKlass _implementors[] and _nof_implementors are not needed for non-interface klass.
jiangli
parents: 7397
diff changeset
   249
  ciInstanceKlass* implementor();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
57996
bf3fb5465543 8227236: assert(singleton != __null && singleton != declared_interface) failed
vlivanov
parents: 55253
diff changeset
   251
  ciInstanceKlass* unique_implementor() {
bf3fb5465543 8227236: assert(singleton != __null && singleton != declared_interface) failed
vlivanov
parents: 55253
diff changeset
   252
    assert(is_loaded(), "must be loaded");
bf3fb5465543 8227236: assert(singleton != __null && singleton != declared_interface) failed
vlivanov
parents: 55253
diff changeset
   253
    ciInstanceKlass* impl = implementor();
bf3fb5465543 8227236: assert(singleton != __null && singleton != declared_interface) failed
vlivanov
parents: 55253
diff changeset
   254
    return (impl != this ? impl : NULL);
bf3fb5465543 8227236: assert(singleton != __null && singleton != declared_interface) failed
vlivanov
parents: 55253
diff changeset
   255
  }
bf3fb5465543 8227236: assert(singleton != __null && singleton != declared_interface) failed
vlivanov
parents: 55253
diff changeset
   256
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
  // Is the defining class loader of this class the default loader?
17383
3665c0901a0d 6934604: enable parts of EliminateAutoBox by default
kvn
parents: 14477
diff changeset
   258
  bool uses_default_loader() const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
   260
  bool is_java_lang_Object() const;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
17383
3665c0901a0d 6934604: enable parts of EliminateAutoBox by default
kvn
parents: 14477
diff changeset
   262
  BasicType box_klass_type() const;
3665c0901a0d 6934604: enable parts of EliminateAutoBox by default
kvn
parents: 14477
diff changeset
   263
  bool is_box_klass() const;
3665c0901a0d 6934604: enable parts of EliminateAutoBox by default
kvn
parents: 14477
diff changeset
   264
  bool is_boxed_value_offset(int offset) const;
3665c0901a0d 6934604: enable parts of EliminateAutoBox by default
kvn
parents: 14477
diff changeset
   265
4567
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4450
diff changeset
   266
  // Is this klass in the given package?
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4450
diff changeset
   267
  bool is_in_package(const char* packagename) {
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4450
diff changeset
   268
    return is_in_package(packagename, (int) strlen(packagename));
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4450
diff changeset
   269
  }
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4450
diff changeset
   270
  bool is_in_package(const char* packagename, int len);
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4450
diff changeset
   271
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   272
  // What kind of ciObject is this?
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
   273
  bool is_instance_klass() const { return true; }
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12369
diff changeset
   274
  bool is_java_klass() const     { return true; }
14477
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 13728
diff changeset
   275
20702
bbe0fcde6e13 8023657: New type profiling points: arguments to call
roland
parents: 17383
diff changeset
   276
  virtual ciKlass* exact_klass() {
bbe0fcde6e13 8023657: New type profiling points: arguments to call
roland
parents: 17383
diff changeset
   277
    if (is_loaded() && is_final() && !is_interface()) {
bbe0fcde6e13 8023657: New type profiling points: arguments to call
roland
parents: 17383
diff changeset
   278
      return this;
bbe0fcde6e13 8023657: New type profiling points: arguments to call
roland
parents: 17383
diff changeset
   279
    }
bbe0fcde6e13 8023657: New type profiling points: arguments to call
roland
parents: 17383
diff changeset
   280
    return NULL;
bbe0fcde6e13 8023657: New type profiling points: arguments to call
roland
parents: 17383
diff changeset
   281
  }
bbe0fcde6e13 8023657: New type profiling points: arguments to call
roland
parents: 17383
diff changeset
   282
51444
3e5d28e6de32 8209301: JVM rename is_anonymous, host_klass to unsafe specific terminology ahead of Unsafe.defineAnonymousClass deprecation
lfoltan
parents: 47216
diff changeset
   283
  ciInstanceKlass* unsafe_anonymous_host();
44738
11431bbc9549 8168699: Validate special case invocations
coleenp
parents: 41669
diff changeset
   284
35567
4b293ebd9ef9 8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces
vlivanov
parents: 33602
diff changeset
   285
  bool can_be_instantiated() {
4b293ebd9ef9 8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces
vlivanov
parents: 33602
diff changeset
   286
    assert(is_loaded(), "must be loaded");
4b293ebd9ef9 8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces
vlivanov
parents: 33602
diff changeset
   287
    return !is_interface() && !is_abstract();
4b293ebd9ef9 8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces
vlivanov
parents: 33602
diff changeset
   288
  }
4b293ebd9ef9 8140001: _allocateInstance intrinsic does not throw InstantiationException for abstract classes and interfaces
vlivanov
parents: 33602
diff changeset
   289
14477
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 13728
diff changeset
   290
  // Dump the current state of this klass for compilation replay.
95e66ea71f71 6830717: replay of compilations would help with debugging
minqi
parents: 13728
diff changeset
   291
  virtual void dump_replay_data(outputStream* out);
52925
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52784
diff changeset
   292
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52784
diff changeset
   293
#ifdef ASSERT
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52784
diff changeset
   294
  bool debug_final_field_at(int offset);
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52784
diff changeset
   295
  bool debug_stable_field_at(int offset);
9c18c9d839d3 8214259: Implementation: JEP 189: Shenandoah: A Low-Pause-Time Garbage Collector (Experimental)
rkennke
parents: 52784
diff changeset
   296
#endif
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
};
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5925
diff changeset
   298
53244
9807daeb47c4 8216167: Update include guards to reflect correct directories
coleenp
parents: 52925
diff changeset
   299
#endif // SHARE_CI_CIINSTANCEKLASS_HPP