src/hotspot/share/opto/parse3.cpp
author vlivanov
Tue, 26 Nov 2019 16:09:21 +0300
changeset 59276 94a84abb873b
parent 58273 08a5148e7c4e
permissions -rw-r--r--
8234403: C2: Enable CallSite.target updates in constructors Reviewed-by: psandoz, kvn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
58273
08a5148e7c4e 8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
lfoltan
parents: 55110
diff changeset
     2
 * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4893
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4893
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: 4893
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: 5547
diff changeset
    25
#include "precompiled.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    26
#include "compiler/compileLog.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    27
#include "interpreter/linkResolver.hpp"
49359
59f6547e151f 8199264: Remove universe.inline.hpp to simplify include dependencies
stefank
parents: 47765
diff changeset
    28
#include "memory/universe.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    29
#include "oops/objArrayKlass.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    30
#include "opto/addnode.hpp"
23528
8f1a7f5e8066 8001532: C2 node files refactoring
morris
parents: 23190
diff changeset
    31
#include "opto/castnode.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    32
#include "opto/memnode.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    33
#include "opto/parse.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    34
#include "opto/rootnode.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    35
#include "opto/runtime.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    36
#include "opto/subnode.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    37
#include "runtime/deoptimization.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 5547
diff changeset
    38
#include "runtime/handles.inline.hpp"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    39
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
//=============================================================================
489c9b5090e2 Initial load
duke
parents:
diff changeset
    41
// Helper methods for _get* and _put* bytecodes
489c9b5090e2 Initial load
duke
parents:
diff changeset
    42
//=============================================================================
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
void Parse::do_field_access(bool is_get, bool is_field) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    44
  bool will_link;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
  ciField* field = iter().get_field(will_link);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
  assert(will_link, "getfield: typeflow responsibility");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
  ciInstanceKlass* field_holder = field->holder();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
  if (is_field == field->is_static()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
    // Interpreter will throw java_lang_IncompatibleClassChangeError
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
    // Check this before allowing <clinit> methods to access static fields
489c9b5090e2 Initial load
duke
parents:
diff changeset
    53
    uncommon_trap(Deoptimization::Reason_unhandled,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
                  Deoptimization::Action_none);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    57
59276
94a84abb873b 8234403: C2: Enable CallSite.target updates in constructors
vlivanov
parents: 58273
diff changeset
    58
  // Deoptimize on putfield writes to call site target field outside of CallSite ctor.
94a84abb873b 8234403: C2: Enable CallSite.target updates in constructors
vlivanov
parents: 58273
diff changeset
    59
  if (!is_get && field->is_call_site_target() &&
94a84abb873b 8234403: C2: Enable CallSite.target updates in constructors
vlivanov
parents: 58273
diff changeset
    60
      !(method()->holder() == field_holder && method()->is_object_initializer())) {
10265
4c869854aebd 7071653: JSR 292: call site change notification should be pushed not pulled
twisti
parents: 10028
diff changeset
    61
    uncommon_trap(Deoptimization::Reason_unhandled,
4c869854aebd 7071653: JSR 292: call site change notification should be pushed not pulled
twisti
parents: 10028
diff changeset
    62
                  Deoptimization::Action_reinterpret,
10510
ab626d1bdf53 7085404: JSR 292: VolatileCallSites should have push notification too
twisti
parents: 10265
diff changeset
    63
                  NULL, "put to call site target field");
10265
4c869854aebd 7071653: JSR 292: call site change notification should be pushed not pulled
twisti
parents: 10028
diff changeset
    64
    return;
4c869854aebd 7071653: JSR 292: call site change notification should be pushed not pulled
twisti
parents: 10028
diff changeset
    65
  }
4c869854aebd 7071653: JSR 292: call site change notification should be pushed not pulled
twisti
parents: 10028
diff changeset
    66
55110
17f85a8780d5 8223216: C2: Unify class initialization checks between new, getstatic, and putstatic
vlivanov
parents: 53632
diff changeset
    67
  if (C->needs_clinit_barrier(field, method())) {
17f85a8780d5 8223216: C2: Unify class initialization checks between new, getstatic, and putstatic
vlivanov
parents: 53632
diff changeset
    68
    clinit_barrier(field_holder, method());
17f85a8780d5 8223216: C2: Unify class initialization checks between new, getstatic, and putstatic
vlivanov
parents: 53632
diff changeset
    69
    if (stopped())  return;
17f85a8780d5 8223216: C2: Unify class initialization checks between new, getstatic, and putstatic
vlivanov
parents: 53632
diff changeset
    70
  }
17f85a8780d5 8223216: C2: Unify class initialization checks between new, getstatic, and putstatic
vlivanov
parents: 53632
diff changeset
    71
39421
a9652c919db8 8157181: Compilers accept modification of final fields outside initializer methods
zmajo
parents: 38030
diff changeset
    72
  assert(field->will_link(method(), bc()), "getfield: typeflow responsibility");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
  // Note:  We do not check for an unloaded field type here any more.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
  // Generate code for the object pointer.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
  Node* obj;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
  if (is_field) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
    int obj_depth = is_get ? 0 : field->type()->size();
14621
fd9265ab0f67 7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
twisti
parents: 13963
diff changeset
    80
    obj = null_check(peek(obj_depth));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
    // Compile-time detect of null-exception?
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
    if (stopped())  return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8676
diff changeset
    84
#ifdef ASSERT
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
    const TypeInstPtr *tjp = TypeInstPtr::make(TypePtr::NotNull, iter().get_declared_field_holder());
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
    assert(_gvn.type(obj)->higher_equal(tjp), "cast_up is no longer needed");
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8676
diff changeset
    87
#endif
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
    if (is_get) {
14621
fd9265ab0f67 7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
twisti
parents: 13963
diff changeset
    90
      (void) pop();  // pop receiver before getting
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8676
diff changeset
    91
      do_get_xxx(obj, field, is_field);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
    } else {
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8676
diff changeset
    93
      do_put_xxx(obj, field, is_field);
14621
fd9265ab0f67 7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
twisti
parents: 13963
diff changeset
    94
      (void) pop();  // pop receiver after putting
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
  } else {
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8676
diff changeset
    97
    const TypeInstPtr* tip = TypeInstPtr::make(field_holder->java_mirror());
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8676
diff changeset
    98
    obj = _gvn.makecon(tip);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
    if (is_get) {
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8676
diff changeset
   100
      do_get_xxx(obj, field, is_field);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
    } else {
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8676
diff changeset
   102
      do_put_xxx(obj, field, is_field);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8676
diff changeset
   108
void Parse::do_get_xxx(Node* obj, ciField* field, bool is_field) {
44996
072847273bae 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
roland
parents: 39421
diff changeset
   109
  BasicType bt = field->layout_type();
072847273bae 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
roland
parents: 39421
diff changeset
   110
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
  // Does this field have a constant value?  If so, just push the value.
44996
072847273bae 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
roland
parents: 39421
diff changeset
   112
  if (field->is_constant() &&
072847273bae 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
roland
parents: 39421
diff changeset
   113
      // Keep consistent with types found by ciTypeFlow: for an
072847273bae 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
roland
parents: 39421
diff changeset
   114
      // unloaded field type, ciTypeFlow::StateVector::do_getstatic()
072847273bae 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
roland
parents: 39421
diff changeset
   115
      // speculates the field is null. The code in the rest of this
072847273bae 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
roland
parents: 39421
diff changeset
   116
      // method does the same. We must not bypass it and use a non
072847273bae 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
roland
parents: 39421
diff changeset
   117
      // null constant here.
072847273bae 8179070: nashorn+octane's box2d causes c2 to crash with "Bad graph detected in compute_lca_of_uses"
roland
parents: 39421
diff changeset
   118
      (bt != T_OBJECT || field->type()->is_loaded())) {
19770
7cb9f982ea81 8001107: @Stable annotation for constant folding of lazily evaluated variables
vlivanov
parents: 18956
diff changeset
   119
    // final or stable field
38030
93f24e7b3c43 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov
parents: 34183
diff changeset
   120
    Node* con = make_constant_from_field(field, obj);
93f24e7b3c43 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov
parents: 34183
diff changeset
   121
    if (con != NULL) {
93f24e7b3c43 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov
parents: 34183
diff changeset
   122
      push_node(field->layout_type(), con);
31857
adbf29d9ca43 8078629: VM should constant fold Unsafe.get*() loads from final fields
vlivanov
parents: 31035
diff changeset
   123
      return;
4567
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4470
diff changeset
   124
    }
7fc02fbe5c7a 6893268: additional dynamic language related optimizations in C2
twisti
parents: 4470
diff changeset
   125
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
  ciType* field_klass = field->type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
  bool is_vol = field->is_volatile();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
  // Compute address and memory type.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
  int offset = field->offset_in_bytes();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
  const TypePtr* adr_type = C->alias_type(field)->adr_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
  Node *adr = basic_plus_adr(obj, obj, offset);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
  // Build the resultant type of the load
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
  const Type *type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
  bool must_assert_null = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   140
  DecoratorSet decorators = IN_HEAP;
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   141
  decorators |= is_vol ? MO_SEQ_CST : MO_UNORDERED;
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   142
58273
08a5148e7c4e 8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
lfoltan
parents: 55110
diff changeset
   143
  bool is_obj = is_reference_type(bt);
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   144
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   145
  if (is_obj) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
    if (!field->type()->is_loaded()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
      type = TypeInstPtr::BOTTOM;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
      must_assert_null = true;
38030
93f24e7b3c43 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov
parents: 34183
diff changeset
   149
    } else if (field->is_static_constant()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
      // This can happen if the constant oop is non-perm.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
      ciObject* con = field->constant_value().as_object();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
      // Do not "join" in the previous type; it doesn't add value,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
      // and may yield a vacuous result if the field is of interface type.
38030
93f24e7b3c43 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov
parents: 34183
diff changeset
   154
      if (con->is_null_object()) {
93f24e7b3c43 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov
parents: 34183
diff changeset
   155
        type = TypePtr::NULL_PTR;
93f24e7b3c43 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov
parents: 34183
diff changeset
   156
      } else {
93f24e7b3c43 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov
parents: 34183
diff changeset
   157
        type = TypeOopPtr::make_from_constant(con)->isa_oopptr();
93f24e7b3c43 8152590: C2: @Stable support doesn't always work w/ incremental inlining
vlivanov
parents: 34183
diff changeset
   158
      }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
      assert(type != NULL, "field singleton type must be consistent");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
      type = TypeOopPtr::make_from_klass(field_klass->as_klass());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
    type = Type::get_const_basic_type(bt);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
  }
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   166
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   167
  Node* ld = access_load_at(obj, adr, adr_type, type, bt, decorators);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
  // Adjust Java stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
  if (type2size[bt] == 1)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
    push(ld);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
  else
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
    push_pair(ld);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
489c9b5090e2 Initial load
duke
parents:
diff changeset
   175
  if (must_assert_null) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
    // Do not take a trap here.  It's possible that the program
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
    // will never load the field's class, and will happily see
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
    // null values in this field forever.  Don't stumble into a
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
    // trap for such a program, or we might get a long series
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
    // of useless recompilations.  (Or, we might load a class
489c9b5090e2 Initial load
duke
parents:
diff changeset
   181
    // which should not be loaded.)  If we ever see a non-null
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
    // value, we will then trap and recompile.  (The trap will
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
    // not need to mention the class index, since the class will
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
    // already have been loaded if we ever see a non-null value.)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
    // uncommon_trap(iter().get_field_signature_index());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
    if (PrintOpto && (Verbose || WizardMode)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
      method()->print_name(); tty->print_cr(" asserting nullness of field at bci: %d", bci());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
    if (C->log() != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
      C->log()->elem("assert_null reason='field' klass='%d'",
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
                     C->log()->identify(field->type()));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
    // If there is going to be a trap, put it at the next bytecode:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
    set_bci(iter().next_bci());
14621
fd9265ab0f67 7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
twisti
parents: 13963
diff changeset
   195
    null_assert(peek());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
    set_bci(iter().cur_bci()); // put it back
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
8725
8c1e3dd5fe1b 7017732: move static fields into Class to prepare for perm gen removal
never
parents: 8676
diff changeset
   200
void Parse::do_put_xxx(Node* obj, ciField* field, bool is_field) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
  bool is_vol = field->is_volatile();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
  // Compute address and memory type.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
  int offset = field->offset_in_bytes();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
  const TypePtr* adr_type = C->alias_type(field)->adr_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
  Node* adr = basic_plus_adr(obj, obj, offset);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
  BasicType bt = field->layout_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
  // Value to be stored
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
  Node* val = type2size[bt] == 1 ? pop() : pop_pair();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   211
  DecoratorSet decorators = IN_HEAP;
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   212
  decorators |= is_vol ? MO_SEQ_CST : MO_UNORDERED;
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   213
58273
08a5148e7c4e 8230505: Replace JVM type comparisons to T_OBJECT and T_ARRAY with call to is_reference_type
lfoltan
parents: 55110
diff changeset
   214
  bool is_obj = is_reference_type(bt);
22845
d8812d0ff387 8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering
goetz
parents: 19770
diff changeset
   215
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
  // Store the value.
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   217
  const Type* field_type;
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   218
  if (!field->type()->is_loaded()) {
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   219
    field_type = TypeInstPtr::BOTTOM;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
  } else {
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   221
    if (is_obj) {
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   222
      field_type = TypeOopPtr::make_from_klass(field->type()->as_klass());
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   223
    } else {
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   224
      field_type = Type::BOTTOM;
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   225
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
  }
51880
ec4c3c287ca7 8210885: Convert left over loads/stores to access api
roland
parents: 50728
diff changeset
   227
  access_store_at(obj, adr, adr_type, val, field_type, bt, decorators);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   229
  if (is_field) {
22868
7f6eb436873b 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
goetz
parents: 22845
diff changeset
   230
    // Remember we wrote a volatile field.
7f6eb436873b 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
goetz
parents: 22845
diff changeset
   231
    // For not multiple copy atomic cpu (ppc64) a barrier should be issued
7f6eb436873b 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
goetz
parents: 22845
diff changeset
   232
    // in constructors which have such stores. See do_exits() in parse1.cpp.
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   233
    if (is_vol) {
22868
7f6eb436873b 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
goetz
parents: 22845
diff changeset
   234
      set_wrote_volatile(true);
7f6eb436873b 8029101: PPC64 (part 211): ordering of Independent Reads of Independent Writes
goetz
parents: 22845
diff changeset
   235
    }
23190
e8bbf9cd711e 8031818: Experimental VM flag for enforcing safe object construction
shade
parents: 23189
diff changeset
   236
    set_wrote_fields(true);
e8bbf9cd711e 8031818: Experimental VM flag for enforcing safe object construction
shade
parents: 23189
diff changeset
   237
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   238
    // If the field is final, the rules of Java say we are in <init> or <clinit>.
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   239
    // Note the presence of writes to final non-static fields, so that we
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   240
    // can insert a memory barrier later on to keep the writes from floating
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   241
    // out of the constructor.
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   242
    // Any method can write a @Stable field; insert memory barriers after those also.
23190
e8bbf9cd711e 8031818: Experimental VM flag for enforcing safe object construction
shade
parents: 23189
diff changeset
   243
    if (field->is_final()) {
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   244
      set_wrote_final(true);
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   245
      if (AllocateNode::Ideal_allocation(obj, &_gvn) != NULL) {
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   246
        // Preserve allocation ptr to create precedent edge to it in membar
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   247
        // generated on exit from constructor.
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   248
        // Can't bind stable with its allocation, only record allocation for final field.
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   249
        set_alloc_with_final(obj);
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   250
      }
23190
e8bbf9cd711e 8031818: Experimental VM flag for enforcing safe object construction
shade
parents: 23189
diff changeset
   251
    }
e8bbf9cd711e 8031818: Experimental VM flag for enforcing safe object construction
shade
parents: 23189
diff changeset
   252
    if (field->is_stable()) {
50180
ffa644980dff 8202377: Modularize C2 GC barriers
eosterlund
parents: 49359
diff changeset
   253
      set_wrote_stable(true);
17383
3665c0901a0d 6934604: enable parts of EliminateAutoBox by default
kvn
parents: 15480
diff changeset
   254
    }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
//=============================================================================
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
void Parse::do_anewarray() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
  bool will_link;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
  ciKlass* klass = iter().get_klass(will_link);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
  // Uncommon Trap when class that array contains is not loaded
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
  // we need the loaded class for the rest of graph; do not
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
  // initialize the container class (see Java spec)!!!
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
  assert(will_link, "anewarray: typeflow responsibility");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
  ciObjArrayKlass* array_klass = ciObjArrayKlass::make(klass);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
  // Check that array_klass object is loaded
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
  if (!array_klass->is_loaded()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
    // Generate uncommon_trap for unloaded array_class
489c9b5090e2 Initial load
duke
parents:
diff changeset
   272
    uncommon_trap(Deoptimization::Reason_unloaded,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
                  Deoptimization::Action_reinterpret,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   274
                  array_klass);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   275
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   276
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   277
489c9b5090e2 Initial load
duke
parents:
diff changeset
   278
  kill_dead_locals();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   279
489c9b5090e2 Initial load
duke
parents:
diff changeset
   280
  const TypeKlassPtr* array_klass_type = TypeKlassPtr::make(array_klass);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   281
  Node* count_val = pop();
2574
1d5f85c2d755 6589834: deoptimization problem with -XX:+DeoptimizeALot
cfang
parents: 670
diff changeset
   282
  Node* obj = new_array(makecon(array_klass_type), count_val, 1);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   283
  push(obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   284
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
void Parse::do_newarray(BasicType elem_type) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
  kill_dead_locals();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
489c9b5090e2 Initial load
duke
parents:
diff changeset
   290
  Node*   count_val = pop();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   291
  const TypeKlassPtr* array_klass = TypeKlassPtr::make(ciTypeArrayKlass::make(elem_type));
2574
1d5f85c2d755 6589834: deoptimization problem with -XX:+DeoptimizeALot
cfang
parents: 670
diff changeset
   292
  Node*   obj = new_array(makecon(array_klass), count_val, 1);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   293
  // Push resultant oop onto stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
   294
  push(obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
// Expand simple expressions like new int[3][5] and new Object[2][nonConLen].
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
// Also handle the degenerate 1-dimensional case of anewarray.
2574
1d5f85c2d755 6589834: deoptimization problem with -XX:+DeoptimizeALot
cfang
parents: 670
diff changeset
   299
Node* Parse::expand_multianewarray(ciArrayKlass* array_klass, Node* *lengths, int ndimensions, int nargs) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
  Node* length = lengths[0];
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
  assert(length != NULL, "");
2574
1d5f85c2d755 6589834: deoptimization problem with -XX:+DeoptimizeALot
cfang
parents: 670
diff changeset
   302
  Node* array = new_array(makecon(TypeKlassPtr::make(array_klass)), length, nargs);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   303
  if (ndimensions > 1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   304
    jint length_con = find_int_con(length, -1);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   305
    guarantee(length_con >= 0, "non-constant multianewarray");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   306
    ciArrayKlass* array_klass_1 = array_klass->as_obj_array_klass()->element_klass()->as_array_klass();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   307
    const TypePtr* adr_type = TypeAryPtr::OOPS;
3180
c589129153a4 6856025: assert(_base >= OopPtr && _base <= KlassPtr,"Not a Java pointer")
never
parents: 3178
diff changeset
   308
    const TypeOopPtr*    elemtype = _gvn.type(array)->is_aryptr()->elem()->make_oopptr();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
    const intptr_t header   = arrayOopDesc::base_offset_in_bytes(T_OBJECT);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
    for (jint i = 0; i < length_con; i++) {
2574
1d5f85c2d755 6589834: deoptimization problem with -XX:+DeoptimizeALot
cfang
parents: 670
diff changeset
   311
      Node*    elem   = expand_multianewarray(array_klass_1, &lengths[1], ndimensions-1, nargs);
360
21d113ecbf6a 6420645: Create a vm that uses compressed oops for up to 32gb heapsizes
coleenp
parents: 353
diff changeset
   312
      intptr_t offset = header + ((intptr_t)i << LogBytesPerHeapOop);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
      Node*    eaddr  = basic_plus_adr(array, offset);
51880
ec4c3c287ca7 8210885: Convert left over loads/stores to access api
roland
parents: 50728
diff changeset
   314
      access_store_at(array, eaddr, adr_type, elem, elemtype, T_OBJECT, IN_HEAP | IS_ARRAY);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
  return array;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
void Parse::do_multianewarray() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
  int ndimensions = iter().get_dimensions();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
489c9b5090e2 Initial load
duke
parents:
diff changeset
   323
  // the m-dimensional array
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
  bool will_link;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   325
  ciArrayKlass* array_klass = iter().get_klass(will_link)->as_array_klass();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
  assert(will_link, "multianewarray: typeflow responsibility");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
489c9b5090e2 Initial load
duke
parents:
diff changeset
   328
  // Note:  Array classes are always initialized; no is_initialized check.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
  kill_dead_locals();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   331
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
  // get the lengths from the stack (first dimension is on top)
10028
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   333
  Node** length = NEW_RESOURCE_ARRAY(Node*, ndimensions + 1);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
  length[ndimensions] = NULL;  // terminating null for make_runtime_call
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
  int j;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   336
  for (j = ndimensions-1; j >= 0 ; j--) length[j] = pop();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
489c9b5090e2 Initial load
duke
parents:
diff changeset
   338
  // The original expression was of this form: new T[length0][length1]...
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
  // It is often the case that the lengths are small (except the last).
489c9b5090e2 Initial load
duke
parents:
diff changeset
   340
  // If that happens, use the fast 1-d creator a constant number of times.
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47216
diff changeset
   341
  const int expand_limit = MIN2((int)MultiArrayExpandLimit, 100);
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47216
diff changeset
   342
  int expand_count = 1;        // count of allocations in the expansion
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47216
diff changeset
   343
  int expand_fanout = 1;       // running total fanout
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   344
  for (j = 0; j < ndimensions-1; j++) {
47765
b7c7428eaab9 8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
coleenp
parents: 47216
diff changeset
   345
    int dim_con = find_int_con(length[j], -1);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   346
    expand_fanout *= dim_con;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
    expand_count  += expand_fanout; // count the level-J sub-arrays
353
346ac690301f 6663908: NegativeArraySizeException is not thrown
rasbold
parents: 1
diff changeset
   348
    if (dim_con <= 0
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
        || dim_con > expand_limit
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
        || expand_count > expand_limit) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   351
      expand_count = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   352
      break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   353
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   354
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   355
489c9b5090e2 Initial load
duke
parents:
diff changeset
   356
  // Can use multianewarray instead of [a]newarray if only one dimension,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   357
  // or if all non-final dimensions are small constants.
4893
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   358
  if (ndimensions == 1 || (1 <= expand_count && expand_count <= expand_limit)) {
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   359
    Node* obj = NULL;
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   360
    // Set the original stack and the reexecute bit for the interpreter
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   361
    // to reexecute the multianewarray bytecode if deoptimization happens.
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   362
    // Do it unconditionally even for one dimension multianewarray.
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   363
    // Note: the reexecute bit will be set in GraphKit::add_safepoint_edges()
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   364
    // when AllocateArray node for newarray is created.
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   365
    { PreserveReexecuteState preexecs(this);
14621
fd9265ab0f67 7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
twisti
parents: 13963
diff changeset
   366
      inc_sp(ndimensions);
4893
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   367
      // Pass 0 as nargs since uncommon trap code does not need to restore stack.
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   368
      obj = expand_multianewarray(array_klass, &length[0], ndimensions, 0);
fedc27b54caa 6910605: C2: NullPointerException/ClassCaseException is thrown when C2 with DeoptimizeALot is used
kvn
parents: 4567
diff changeset
   369
    } //original reexecute and sp are set back here
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   370
    push(obj);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   371
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   372
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   373
489c9b5090e2 Initial load
duke
parents:
diff changeset
   374
  address fun = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   375
  switch (ndimensions) {
10028
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   376
  case 1: ShouldNotReachHere(); break;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   377
  case 2: fun = OptoRuntime::multianewarray2_Java(); break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   378
  case 3: fun = OptoRuntime::multianewarray3_Java(); break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   379
  case 4: fun = OptoRuntime::multianewarray4_Java(); break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   380
  case 5: fun = OptoRuntime::multianewarray5_Java(); break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   381
  };
10028
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   382
  Node* c = NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   383
10028
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   384
  if (fun != NULL) {
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   385
    c = make_runtime_call(RC_NO_LEAF | RC_NO_IO,
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   386
                          OptoRuntime::multianewarray_Type(ndimensions),
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   387
                          fun, NULL, TypeRawPtr::BOTTOM,
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   388
                          makecon(TypeKlassPtr::make(array_klass)),
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   389
                          length[0], length[1], length[2],
15480
a9e84da84519 8006807: C2 crash due to out of bounds array access in Parse::do_multianewarray
drchase
parents: 14835
diff changeset
   390
                          (ndimensions > 2) ? length[3] : NULL,
a9e84da84519 8006807: C2 crash due to out of bounds array access in Parse::do_multianewarray
drchase
parents: 14835
diff changeset
   391
                          (ndimensions > 3) ? length[4] : NULL);
10028
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   392
  } else {
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   393
    // Create a java array for dimension sizes
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   394
    Node* dims = NULL;
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   395
    { PreserveReexecuteState preexecs(this);
14621
fd9265ab0f67 7172640: C2: instrinsic implementations in LibraryCallKit should use argument() instead of pop()
twisti
parents: 13963
diff changeset
   396
      inc_sp(ndimensions);
10028
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   397
      Node* dims_array_klass = makecon(TypeKlassPtr::make(ciArrayKlass::make(ciType::make(T_INT))));
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   398
      dims = new_array(dims_array_klass, intcon(ndimensions), 0);
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   399
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   400
      // Fill-in it with values
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   401
      for (j = 0; j < ndimensions; j++) {
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   402
        Node *dims_elem = array_element_address(dims, intcon(j), T_INT);
22845
d8812d0ff387 8024921: PPC64 (part 113): Extend Load and Store nodes to know about memory ordering
goetz
parents: 19770
diff changeset
   403
        store_to_memory(control(), dims_elem, length[j], T_INT, TypeAryPtr::INTS, MemNode::unordered);
10028
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   404
      }
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   405
    }
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   406
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   407
    c = make_runtime_call(RC_NO_LEAF | RC_NO_IO,
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   408
                          OptoRuntime::multianewarrayN_Type(),
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   409
                          OptoRuntime::multianewarrayN_Java(), NULL, TypeRawPtr::BOTTOM,
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   410
                          makecon(TypeKlassPtr::make(array_klass)),
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   411
                          dims);
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   412
  }
14835
70896cb93c35 8004741: Missing compiled exception handle table entry for multidimensional array allocation
kvn
parents: 14621
diff changeset
   413
  make_slow_call_ex(c, env()->Throwable_klass(), false);
10028
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   414
24923
9631f7d691dc 8034812: remove IDX_INIT macro hack in Node class
thartmann
parents: 23528
diff changeset
   415
  Node* res = _gvn.transform(new ProjNode(c, TypeFunc::Parms));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   416
489c9b5090e2 Initial load
duke
parents:
diff changeset
   417
  const Type* type = TypeOopPtr::make_from_klass_raw(array_klass);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   418
489c9b5090e2 Initial load
duke
parents:
diff changeset
   419
  // Improve the type:  We know it's not null, exact, and of a given length.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   420
  type = type->is_ptr()->cast_to_ptr_type(TypePtr::NotNull);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   421
  type = type->is_aryptr()->cast_to_exactness(true);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   422
489c9b5090e2 Initial load
duke
parents:
diff changeset
   423
  const TypeInt* ltype = _gvn.find_int_type(length[0]);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   424
  if (ltype != NULL)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   425
    type = type->is_aryptr()->cast_to_size(ltype);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   426
10028
035159a868a1 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
iveresov
parents: 8725
diff changeset
   427
    // We cannot sharpen the nested sub-arrays, since the top level is mutable.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   428
24923
9631f7d691dc 8034812: remove IDX_INIT macro hack in Node class
thartmann
parents: 23528
diff changeset
   429
  Node* cast = _gvn.transform( new CheckCastPPNode(control(), res, type) );
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   430
  push(cast);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   431
489c9b5090e2 Initial load
duke
parents:
diff changeset
   432
  // Possible improvements:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   433
  // - Make a fast path for small multi-arrays.  (W/ implicit init. loops.)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   434
  // - Issue CastII against length[*] values, to TypeInt::POS.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   435
}