hotspot/src/share/vm/oops/arrayKlass.cpp
author jprovino
Mon, 04 Apr 2016 12:57:48 -0400
changeset 37248 11a660dbbb8e
parent 36508 5f9eee6b383b
child 42636 aafc434ba580
permissions -rw-r--r--
8132524: Missing includes to resourceArea.hpp Summary: Files that use ResourceMark are missing the include of resourceArea.hpp Reviewed-by: tschatzl, jwilhelm
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
35847
990c61a50f24 8143608: Don't 64-bit align start of InstanceKlass vtable, itable, and nonstatic_oopmap on 32-bit systems
cjplummer
parents: 34666
diff changeset
     2
 * Copyright (c) 1997, 2016, 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: 4571
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4571
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: 4571
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: 6176
diff changeset
    25
#include "precompiled.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    26
#include "classfile/javaClasses.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    27
#include "classfile/systemDictionary.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    28
#include "classfile/vmSymbols.hpp"
30764
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 28731
diff changeset
    29
#include "gc/shared/collectedHeap.inline.hpp"
fec48bf5a827 8079792: GC directory structure cleanup
pliden
parents: 28731
diff changeset
    30
#include "gc/shared/gcLocker.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    31
#include "jvmtifiles/jvmti.h"
37248
11a660dbbb8e 8132524: Missing includes to resourceArea.hpp
jprovino
parents: 36508
diff changeset
    32
#include "memory/resourceArea.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    33
#include "memory/universe.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    34
#include "oops/arrayKlass.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    35
#include "oops/arrayOop.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    36
#include "oops/instanceKlass.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    37
#include "oops/objArrayOop.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 6176
diff changeset
    38
#include "oops/oop.inline.hpp"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
    40
int ArrayKlass::static_size(int header_size) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
  // size of an array klass object
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
    42
  assert(header_size <= InstanceKlass::header_size(), "bad header size");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
  // If this assert fails, see comments in base_create_array_klass.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
    44
  header_size = InstanceKlass::header_size();
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
    45
  int vtable_len = Universe::base_vtable_size();
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
    46
  int size = header_size + vtable_len;
35898
ddc274f0052f 8145628: hotspot metadata classes shouldn't use HeapWordSize or heap related macros like align_object_size
coleenp
parents: 35847
diff changeset
    47
  return align_metadata_size(size);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
    51
Klass* ArrayKlass::java_super() const {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
  if (super() == NULL)  return NULL;  // bootstrap case
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
  // Array klasses have primary supertypes which are not reported to Java.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
  // Example super chain:  String[][] -> Object[][] -> Object[] -> Object
4571
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 3795
diff changeset
    55
  return SystemDictionary::Object_klass();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
    59
oop ArrayKlass::multi_allocate(int rank, jint* sizes, TRAPS) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
  ShouldNotReachHere();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
  return NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
27020
a7c8010446c2 8036805: Correct linker method lookup.
lfoltan
parents: 26927
diff changeset
    64
// find field according to JVM spec 5.4.3.2, returns the klass in which the field is defined
a7c8010446c2 8036805: Correct linker method lookup.
lfoltan
parents: 26927
diff changeset
    65
Klass* ArrayKlass::find_field(Symbol* name, Symbol* sig, fieldDescriptor* fd) const {
a7c8010446c2 8036805: Correct linker method lookup.
lfoltan
parents: 26927
diff changeset
    66
  // There are no fields in an array klass but look to the super class (Object)
a7c8010446c2 8036805: Correct linker method lookup.
lfoltan
parents: 26927
diff changeset
    67
  assert(super(), "super klass must be present");
a7c8010446c2 8036805: Correct linker method lookup.
lfoltan
parents: 26927
diff changeset
    68
  return super()->find_field(name, sig, fd);
a7c8010446c2 8036805: Correct linker method lookup.
lfoltan
parents: 26927
diff changeset
    69
}
a7c8010446c2 8036805: Correct linker method lookup.
lfoltan
parents: 26927
diff changeset
    70
34666
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 30764
diff changeset
    71
Method* ArrayKlass::uncached_lookup_method(const Symbol* name,
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 30764
diff changeset
    72
                                           const Symbol* signature,
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 30764
diff changeset
    73
                                           OverpassLookupMode overpass_mode) const {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
  // There are no methods in an array klass but the super class (Object) has some
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
  assert(super(), "super klass must be present");
28731
f7339cba0a6a 8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest.
lfoltan
parents: 27020
diff changeset
    76
  // Always ignore overpass methods in superclasses, although technically the
f7339cba0a6a 8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest.
lfoltan
parents: 27020
diff changeset
    77
  // super klass of an array, (j.l.Object) should not have
f7339cba0a6a 8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest.
lfoltan
parents: 27020
diff changeset
    78
  // any overpass methods present.
f7339cba0a6a 8067480: Crash in klassItable::initialize_itable_for_interface when running vm.runtime.defmeth.StaticMethodsTest.
lfoltan
parents: 27020
diff changeset
    79
  return super()->uncached_lookup_method(name, signature, Klass::skip_overpass);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
34666
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 30764
diff changeset
    82
ArrayKlass::ArrayKlass(Symbol* name) :
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 30764
diff changeset
    83
  _dimension(1),
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 30764
diff changeset
    84
  _higher_dimension(NULL),
35899
0dbc821628fc 8148047: Move the vtable length field to Klass
mgerdin
parents: 35898
diff changeset
    85
  _lower_dimension(NULL) {
0dbc821628fc 8148047: Move the vtable length field to Klass
mgerdin
parents: 35898
diff changeset
    86
    // Arrays don't add any new methods, so their vtable is the same size as
0dbc821628fc 8148047: Move the vtable length field to Klass
mgerdin
parents: 35898
diff changeset
    87
    // the vtable of klass Object.
0dbc821628fc 8148047: Move the vtable length field to Klass
mgerdin
parents: 35898
diff changeset
    88
    set_vtable_length(Universe::base_vtable_size());
34666
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 30764
diff changeset
    89
    set_name(name);
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 30764
diff changeset
    90
    set_super(Universe::is_bootstrapping() ? (Klass*)NULL : SystemDictionary::Object_klass());
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 30764
diff changeset
    91
    set_layout_helper(Klass::_lh_neutral_value);
1c7168ea0034 8140485: Class load and creation cleanup
mgronlun
parents: 30764
diff changeset
    92
    set_is_cloneable(); // All arrays are considered to be cloneable (See JLS 20.1.5)
36384
b0b41336a9a8 8143226: Minor updates to Event Based tracing
mgronlun
parents: 35900
diff changeset
    93
    TRACE_INIT_KLASS_ID(this);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
// Initialization of vtables and mirror object is done separatly from base_create_array_klass,
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
    98
// since a GC can happen. At this point all instance variables of the ArrayKlass must be setup.
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36384
diff changeset
    99
void ArrayKlass::complete_create_array_klass(ArrayKlass* k, KlassHandle super_klass, ModuleEntry* module_entry, TRAPS) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
  ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
  k->initialize_supers(super_klass(), CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
  k->vtable()->initialize_vtable(false, CHECK);
36508
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36384
diff changeset
   103
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36384
diff changeset
   104
  // During bootstrapping, before java.base is defined, the module_entry may not be present yet.
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36384
diff changeset
   105
  // These classes will be put on a fixup list and their module fields will be patched once
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36384
diff changeset
   106
  // java.base is defined.
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36384
diff changeset
   107
  assert((module_entry != NULL) || ((module_entry == NULL) && !ModuleEntryTable::javabase_defined()),
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36384
diff changeset
   108
         "module entry not available post java.base definition");
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36384
diff changeset
   109
  oop module = (module_entry != NULL) ? JNIHandles::resolve(module_entry->module()) : (oop)NULL;
5f9eee6b383b 8142968: Module System implementation
alanb
parents: 36384
diff changeset
   110
  java_lang_Class::create_mirror(k, Handle(THREAD, k->class_loader()), Handle(THREAD, module), Handle(NULL), CHECK);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   113
GrowableArray<Klass*>* ArrayKlass::compute_secondary_supers(int num_extra_slots) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   114
  // interfaces = { cloneable_klass, serializable_klass };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
  assert(num_extra_slots == 0, "sanity of primitive array type");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
  // Must share this for correct bootstrapping!
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   117
  set_secondary_supers(Universe::the_array_interfaces_array());
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   118
  return NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   121
bool ArrayKlass::compute_is_subtype_of(Klass* k) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
  // An array is a subtype of Serializable, Clonable, and Object
4571
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 3795
diff changeset
   123
  return    k == SystemDictionary::Object_klass()
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 3795
diff changeset
   124
         || k == SystemDictionary::Cloneable_klass()
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 3795
diff changeset
   125
         || k == SystemDictionary::Serializable_klass();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   128
objArrayOop ArrayKlass::allocate_arrayArray(int n, int length, TRAPS) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
  if (length < 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
    THROW_0(vmSymbols::java_lang_NegativeArraySizeException());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
  if (length > arrayOopDesc::max_array_length(T_ARRAY)) {
3576
4ceec8fb3e18 6850957: Honor -XX:OnOutOfMemoryError when array size exceeds VM limit
martin
parents: 1
diff changeset
   133
    report_java_out_of_memory("Requested array size exceeds VM limit");
12114
9a825a536095 7123170: JCK vm/jvmti/ResourceExhausted/resexh001/resexh00101/ tests fails since 7u4 b02
sspitsyn
parents: 8921
diff changeset
   134
    JvmtiExport::post_array_size_exhausted();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
    THROW_OOP_0(Universe::out_of_memory_error_array_size());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
  int size = objArrayOopDesc::object_size(length);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   138
  Klass* k = array_klass(n+dimension(), CHECK_0);
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   139
  ArrayKlass* ak = ArrayKlass::cast(k);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
  objArrayOop o =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
    (objArrayOop)CollectedHeap::array_allocate(ak, size, length, CHECK_0);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
  // initialization to NULL not necessary, area already cleared
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
  return o;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   146
void ArrayKlass::array_klasses_do(void f(Klass* k, TRAPS), TRAPS) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   147
  Klass* k = this;
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   148
  // Iterate over this array klass and all higher dimensions
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   149
  while (k != NULL) {
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   150
    f(k, CHECK);
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   151
    k = ArrayKlass::cast(k)->higher_dimension();
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   152
  }
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   153
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   155
void ArrayKlass::array_klasses_do(void f(Klass* k)) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   156
  Klass* k = this;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
  // Iterate over this array klass and all higher dimensions
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
  while (k != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
    f(k);
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   160
    k = ArrayKlass::cast(k)->higher_dimension();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
// JVM support
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   166
jint ArrayKlass::compute_modifier_flags(TRAPS) const {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
  return JVM_ACC_ABSTRACT | JVM_ACC_FINAL | JVM_ACC_PUBLIC;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
// JVMTI support
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   172
jint ArrayKlass::jvmti_class_status() const {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
  return JVMTI_CLASS_STATUS_ARRAY;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   176
void ArrayKlass::remove_unshareable_info() {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   177
  Klass::remove_unshareable_info();
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   178
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   179
26135
82b516c550f7 8046070: Class Data Sharing clean up and refactoring
iklam
parents: 25326
diff changeset
   180
void ArrayKlass::restore_unshareable_info(ClassLoaderData* loader_data, Handle protection_domain, TRAPS) {
82b516c550f7 8046070: Class Data Sharing clean up and refactoring
iklam
parents: 25326
diff changeset
   181
  assert(loader_data == ClassLoaderData::the_null_class_loader_data(), "array classes belong to null loader");
82b516c550f7 8046070: Class Data Sharing clean up and refactoring
iklam
parents: 25326
diff changeset
   182
  Klass::restore_unshareable_info(loader_data, protection_domain, CHECK);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   183
  // Klass recreates the component mirror also
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   184
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   185
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
// Printing
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   188
void ArrayKlass::print_on(outputStream* st) const {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   189
  assert(is_klass(), "must be klass");
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   190
  Klass::print_on(st);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   191
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   192
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   193
void ArrayKlass::print_value_on(outputStream* st) const {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   194
  assert(is_klass(), "must be klass");
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   195
  for(int index = 0; index < dimension(); index++) {
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   196
    st->print("[]");
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   197
  }
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   198
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   199
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   200
void ArrayKlass::oop_print_on(oop obj, outputStream* st) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
  assert(obj->is_array(), "must be array");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
  Klass::oop_print_on(obj, st);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
  st->print_cr(" - length: %d", arrayOop(obj)->length());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   206
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
// Verification
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
22794
f1c014ad3754 8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
coleenp
parents: 22234
diff changeset
   209
void ArrayKlass::verify_on(outputStream* st) {
f1c014ad3754 8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
coleenp
parents: 22234
diff changeset
   210
  Klass::verify_on(st);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   211
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 12114
diff changeset
   212
13952
e3cf184080bc 8000213: NPG: Should have renamed arrayKlass and typeArrayKlass
coleenp
parents: 13728
diff changeset
   213
void ArrayKlass::oop_verify_on(oop obj, outputStream* st) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
  guarantee(obj->is_array(), "must be array");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
  arrayOop a = arrayOop(obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
  guarantee(a->length() >= 0, "array with negative length?");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
}