hotspot/src/share/vm/oops/cpCache.cpp
author coleenp
Wed, 28 Oct 2015 09:47:23 -0400
changeset 33611 9abd65805e19
parent 33593 60764a78fa5c
child 35900 d64cf9290fc4
child 35543 0961315f4016
permissions -rw-r--r--
8139203: Consistent naming for klass type predicates 8138923: Remove oop coupling with InstanceKlass subclasses Summary: Renamed oop_is_instance and friends, removed the functions in oop that dug down into InstanceKlass. Reviewed-by: jrose, lfoltan, stefank
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
29081
c61eb4914428 8072911: Remove includes of oop.inline.hpp from .hpp files
stefank
parents: 28019
diff changeset
     2
 * Copyright (c) 1998, 2015, 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: 5420
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 5420
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: 5420
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: 7104
diff changeset
    25
#include "precompiled.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7104
diff changeset
    26
#include "interpreter/interpreter.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7104
diff changeset
    27
#include "interpreter/rewriter.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7104
diff changeset
    28
#include "memory/universe.inline.hpp"
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
    29
#include "oops/cpCache.hpp"
29081
c61eb4914428 8072911: Remove includes of oop.inline.hpp from .hpp files
stefank
parents: 28019
diff changeset
    30
#include "oops/objArrayOop.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7104
diff changeset
    31
#include "oops/oop.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7104
diff changeset
    32
#include "prims/jvmtiRedefineClassesTrace.hpp"
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    33
#include "prims/methodHandles.hpp"
25351
7c198a690050 8044775: Improve usage of umbrella header atomic.inline.hpp.
goetz
parents: 24926
diff changeset
    34
#include "runtime/atomic.inline.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7104
diff changeset
    35
#include "runtime/handles.inline.hpp"
24351
61b33cc6d3cf 8042195: Introduce umbrella header orderAccess.inline.hpp.
goetz
parents: 23515
diff changeset
    36
#include "runtime/orderAccess.inline.hpp"
15482
470d0b0c09f1 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
jprovino
parents: 14490
diff changeset
    37
#include "utilities/macros.hpp"
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
24424
2658d7834c6e 8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents: 24351
diff changeset
    39
// Implementation of ConstantPoolCacheEntry
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    40
4429
d7eb4e2099aa 6858164: invokedynamic code needs some cleanup (post-6655638)
jrose
parents: 3261
diff changeset
    41
void ConstantPoolCacheEntry::initialize_entry(int index) {
2570
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 670
diff changeset
    42
  assert(0 < index && index < 0x10000, "sanity check");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    43
  _indices = index;
15928
f9d5c6e4107f 8003553: NPG: metaspace objects should be zeroed in constructors
coleenp
parents: 15595
diff changeset
    44
  _f1 = NULL;
f9d5c6e4107f 8003553: NPG: metaspace objects should be zeroed in constructors
coleenp
parents: 15595
diff changeset
    45
  _f2 = _flags = 0;
2570
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 670
diff changeset
    46
  assert(constant_pool_index() == index, "");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    49
int ConstantPoolCacheEntry::make_flags(TosState state,
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    50
                                       int option_bits,
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    51
                                       int field_index_or_method_params) {
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    52
  assert(state < number_of_states, "Invalid state in make_flags");
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    53
  int f = ((int)state << tos_state_shift) | option_bits | field_index_or_method_params;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
  // Preserve existing flag bit values
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    55
  // The low bits are a field offset, or else the method parameter size.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    56
#ifdef ASSERT
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    57
  TosState old_state = flag_state();
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    58
  assert(old_state == (TosState)0 || old_state == state,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
         "inconsistent cpCache flags state");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
  return (_flags | f) ;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
void ConstantPoolCacheEntry::set_bytecode_1(Bytecodes::Code code) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
#ifdef ASSERT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
  // Read once.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
  volatile Bytecodes::Code c = bytecode_1();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
  assert(c == 0 || c == code || code == 0, "update must be consistent");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
  // Need to flush pending stores here before bytecode is written.
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    71
  OrderAccess::release_store_ptr(&_indices, _indices | ((u_char)code << bytecode_1_shift));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
void ConstantPoolCacheEntry::set_bytecode_2(Bytecodes::Code code) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
#ifdef ASSERT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
  // Read once.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
  volatile Bytecodes::Code c = bytecode_2();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
  assert(c == 0 || c == code || code == 0, "update must be consistent");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
  // Need to flush pending stores here before bytecode is written.
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    81
  OrderAccess::release_store_ptr(&_indices, _indices | ((u_char)code << bytecode_2_shift));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    84
// Sets f1, ordering with previous writes.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
    85
void ConstantPoolCacheEntry::release_set_f1(Metadata* f1) {
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    86
  assert(f1 != NULL, "");
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
    87
  OrderAccess::release_store_ptr((HeapWord*) &_f1, f1);
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    88
}
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    89
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    90
// Sets flags, but only if the value was previously zero.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    91
bool ConstantPoolCacheEntry::init_flags_atomic(intptr_t flags) {
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    92
  intptr_t result = Atomic::cmpxchg_ptr(flags, &_flags, 0);
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
    93
  return (result == 0);
8316
0816329cc3ee 7012339: JSR 292 crash in G1SATBCardTableModRefBS::write_ref_field_pre_work()
twisti
parents: 7397
diff changeset
    94
}
7104
0c8b519af363 6990192: VM crashes in ciTypeFlow::get_block_for()
twisti
parents: 6064
diff changeset
    95
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
// Note that concurrent update of both bytecodes can leave one of them
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
// reset to zero.  This is harmless; the interpreter will simply re-resolve
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
// the damaged entry.  More seriously, the memory synchronization is needed
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
// to flush other fields (f1, f2) completely to memory before the bytecodes
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
// are updated, lest other processors see a non-zero bytecode but zero f1/f2.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   101
void ConstantPoolCacheEntry::set_field(Bytecodes::Code get_code,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
                                       Bytecodes::Code put_code,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
                                       KlassHandle field_holder,
10546
e79347eebbc5 7086585: make Java field injection more flexible
never
parents: 10008
diff changeset
   104
                                       int field_index,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
                                       int field_offset,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
                                       TosState field_type,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
                                       bool is_final,
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   108
                                       bool is_volatile,
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   109
                                       Klass* root_klass) {
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   110
  set_f1(field_holder());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
  set_f2(field_offset);
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   112
  assert((field_index & field_index_mask) == field_index,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
         "field index does not fit in low flag bits");
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   114
  set_field_flags(field_type,
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   115
                  ((is_volatile ? 1 : 0) << is_volatile_shift) |
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   116
                  ((is_final    ? 1 : 0) << is_final_shift),
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   117
                  field_index);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
  set_bytecode_1(get_code);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
  set_bytecode_2(put_code);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
  NOT_PRODUCT(verify(tty));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   123
void ConstantPoolCacheEntry::set_parameter_size(int value) {
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   124
  // This routine is called only in corner cases where the CPCE is not yet initialized.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   125
  // See AbstractInterpreter::deopt_continue_after_entry.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   126
  assert(_flags == 0 || parameter_size() == 0 || parameter_size() == value,
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 31592
diff changeset
   127
         "size must not change: parameter_size=%d, value=%d", parameter_size(), value);
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   128
  // Setting the parameter size by itself is only safe if the
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   129
  // current value of _flags is 0, otherwise another thread may have
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   130
  // updated it and we don't want to overwrite that value.  Don't
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   131
  // bother trying to update it once it's nonzero but always make
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   132
  // sure that the final parameter size agrees with what was passed.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   133
  if (_flags == 0) {
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   134
    Atomic::cmpxchg_ptr((value & parameter_size_mask), &_flags, 0);
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   135
  }
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   136
  guarantee(parameter_size() == value,
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 31592
diff changeset
   137
            "size must not change: parameter_size=%d, value=%d", parameter_size(), value);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
20017
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   140
void ConstantPoolCacheEntry::set_direct_or_vtable_call(Bytecodes::Code invoke_code,
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   141
                                                       methodHandle method,
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   142
                                                       int vtable_index) {
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   143
  bool is_vtable_call = (vtable_index >= 0);  // FIXME: split this method on this boolean
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
  assert(method->interpreter_entry() != NULL, "should have been set at this point");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
  assert(!method->is_obsolete(),  "attempt to write obsolete method to cpCache");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
  int byte_no = -1;
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   148
  bool change_to_virtual = false;
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   149
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
  switch (invoke_code) {
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   151
    case Bytecodes::_invokeinterface:
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   152
      // We get here from InterpreterRuntime::resolve_invoke when an invokeinterface
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   153
      // instruction somehow links to a non-interface method (in Object).
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   154
      // In that case, the method has no itable index and must be invoked as a virtual.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   155
      // Set a flag to keep track of this corner case.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   156
      change_to_virtual = true;
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   157
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   158
      // ...and fall through as if we were handling invokevirtual:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
    case Bytecodes::_invokevirtual:
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   160
      {
20017
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   161
        if (!is_vtable_call) {
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   162
          assert(method->can_be_statically_bound(), "");
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   163
          // set_f2_as_vfinal_method checks if is_vfinal flag is true.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   164
          set_method_flags(as_TosState(method->result_type()),
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   165
                           (                             1      << is_vfinal_shift) |
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   166
                           ((method->is_final_method() ? 1 : 0) << is_final_shift)  |
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   167
                           ((change_to_virtual         ? 1 : 0) << is_forced_virtual_shift),
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   168
                           method()->size_of_parameters());
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   169
          set_f2_as_vfinal_method(method());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
        } else {
20017
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   171
          assert(!method->can_be_statically_bound(), "");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
          assert(vtable_index >= 0, "valid index");
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   173
          assert(!method->is_final_method(), "sanity");
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   174
          set_method_flags(as_TosState(method->result_type()),
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   175
                           ((change_to_virtual ? 1 : 0) << is_forced_virtual_shift),
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   176
                           method()->size_of_parameters());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   177
          set_f2(vtable_index);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   179
        byte_no = 2;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
        break;
6062
bab93afe9df7 6964498: JSR 292 invokedynamic sites need local bootstrap methods
jrose
parents: 5547
diff changeset
   181
      }
bab93afe9df7 6964498: JSR 292 invokedynamic sites need local bootstrap methods
jrose
parents: 5547
diff changeset
   182
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
    case Bytecodes::_invokespecial:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
    case Bytecodes::_invokestatic:
20017
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   185
      assert(!is_vtable_call, "");
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   186
      // Note:  Read and preserve the value of the is_vfinal flag on any
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   187
      // invokevirtual bytecode shared with this constant pool cache entry.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   188
      // It is cheap and safe to consult is_vfinal() at all times.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   189
      // Once is_vfinal is set, it must stay that way, lest we get a dangling oop.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   190
      set_method_flags(as_TosState(method->result_type()),
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   191
                       ((is_vfinal()               ? 1 : 0) << is_vfinal_shift) |
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   192
                       ((method->is_final_method() ? 1 : 0) << is_final_shift),
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   193
                       method()->size_of_parameters());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
      set_f1(method());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
      byte_no = 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
      break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
    default:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
      ShouldNotReachHere();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
      break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
  // Note:  byte_no also appears in TemplateTable::resolve.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
  if (byte_no == 1) {
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   204
    assert(invoke_code != Bytecodes::_invokevirtual &&
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   205
           invoke_code != Bytecodes::_invokeinterface, "");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
    set_bytecode_1(invoke_code);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
  } else if (byte_no == 2)  {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
    if (change_to_virtual) {
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   209
      assert(invoke_code == Bytecodes::_invokeinterface, "");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
      // NOTE: THIS IS A HACK - BE VERY CAREFUL!!!
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
      //
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
      // Workaround for the case where we encounter an invokeinterface, but we
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
      // should really have an _invokevirtual since the resolved method is a
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
      // virtual method in java.lang.Object. This is a corner case in the spec
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
      // but is presumably legal. javac does not generate this code.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
      //
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
      // We set bytecode_1() to _invokeinterface, because that is the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
      // bytecode # used by the interpreter to see if it is resolved.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
      // We set bytecode_2() to _invokevirtual.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
      // See also interpreterRuntime.cpp. (8/25/2000)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
      // Only set resolved for the invokeinterface case if method is public.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
      // Otherwise, the method needs to be reresolved with caller for each
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
      // interface call.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   224
      if (method->is_public()) set_bytecode_1(invoke_code);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   225
    } else {
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   226
      assert(invoke_code == Bytecodes::_invokevirtual, "");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
    }
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   228
    // set up for invokevirtual, even if linking for invokeinterface also:
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   229
    set_bytecode_2(Bytecodes::_invokevirtual);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
    ShouldNotReachHere();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   233
  NOT_PRODUCT(verify(tty));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
20017
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   236
void ConstantPoolCacheEntry::set_direct_call(Bytecodes::Code invoke_code, methodHandle method) {
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   237
  int index = Method::nonvirtual_vtable_index;
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   238
  // index < 0; FIXME: inline and customize set_direct_or_vtable_call
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   239
  set_direct_or_vtable_call(invoke_code, method, index);
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   240
}
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
20017
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   242
void ConstantPoolCacheEntry::set_vtable_call(Bytecodes::Code invoke_code, methodHandle method, int index) {
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   243
  // either the method is a miranda or its holder should accept the given index
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   244
  assert(method->method_holder()->is_interface() || method->method_holder()->verify_vtable_index(index), "");
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   245
  // index >= 0; FIXME: inline and customize set_direct_or_vtable_call
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   246
  set_direct_or_vtable_call(invoke_code, method, index);
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   247
}
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   248
33593
60764a78fa5c 8140274: methodHandles and constantPoolHandles should be passed as const references
coleenp
parents: 33148
diff changeset
   249
void ConstantPoolCacheEntry::set_itable_call(Bytecodes::Code invoke_code, const methodHandle& method, int index) {
20017
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   250
  assert(method->method_holder()->verify_itable_index(index), "");
81eba62e9048 8014013: CallInfo structure no longer accurately reports the result of a LinkResolver operation
drchase
parents: 17858
diff changeset
   251
  assert(invoke_code == Bytecodes::_invokeinterface, "");
14391
df0a1573d5bd 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
coleenp
parents: 13929
diff changeset
   252
  InstanceKlass* interf = method->method_holder();
df0a1573d5bd 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
coleenp
parents: 13929
diff changeset
   253
  assert(interf->is_interface(), "must be an interface");
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   254
  assert(!method->is_final_method(), "interfaces do not have final methods; cannot link to one here");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
  set_f1(interf);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
  set_f2(index);
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   257
  set_method_flags(as_TosState(method->result_type()),
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   258
                   0,  // no option bits
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   259
                   method()->size_of_parameters());
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
  set_bytecode_1(Bytecodes::_invokeinterface);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
33593
60764a78fa5c 8140274: methodHandles and constantPoolHandles should be passed as const references
coleenp
parents: 33148
diff changeset
   264
void ConstantPoolCacheEntry::set_method_handle(const constantPoolHandle& cpool, const CallInfo &call_info) {
14393
93a4dcdbebfd 8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common
twisti
parents: 13929
diff changeset
   265
  set_method_handle_common(cpool, Bytecodes::_invokehandle, call_info);
6062
bab93afe9df7 6964498: JSR 292 invokedynamic sites need local bootstrap methods
jrose
parents: 5547
diff changeset
   266
}
bab93afe9df7 6964498: JSR 292 invokedynamic sites need local bootstrap methods
jrose
parents: 5547
diff changeset
   267
33593
60764a78fa5c 8140274: methodHandles and constantPoolHandles should be passed as const references
coleenp
parents: 33148
diff changeset
   268
void ConstantPoolCacheEntry::set_dynamic_call(const constantPoolHandle& cpool, const CallInfo &call_info) {
14393
93a4dcdbebfd 8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common
twisti
parents: 13929
diff changeset
   269
  set_method_handle_common(cpool, Bytecodes::_invokedynamic, call_info);
6062
bab93afe9df7 6964498: JSR 292 invokedynamic sites need local bootstrap methods
jrose
parents: 5547
diff changeset
   270
}
bab93afe9df7 6964498: JSR 292 invokedynamic sites need local bootstrap methods
jrose
parents: 5547
diff changeset
   271
33593
60764a78fa5c 8140274: methodHandles and constantPoolHandles should be passed as const references
coleenp
parents: 33148
diff changeset
   272
void ConstantPoolCacheEntry::set_method_handle_common(const constantPoolHandle& cpool,
13740
ae6179641137 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
twisti
parents: 13728
diff changeset
   273
                                                      Bytecodes::Code invoke_code,
14393
93a4dcdbebfd 8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common
twisti
parents: 13929
diff changeset
   274
                                                      const CallInfo &call_info) {
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   275
  // NOTE: This CPCE can be the subject of data races.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   276
  // There are three words to update: flags, refs[f2], f1 (in that order).
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   277
  // Writers must store all other values before f1.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   278
  // Readers must test f1 first for non-null before reading other fields.
13740
ae6179641137 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
twisti
parents: 13728
diff changeset
   279
  // Competing writers must acquire exclusive access via a lock.
ae6179641137 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
twisti
parents: 13728
diff changeset
   280
  // A losing writer waits on the lock until the winner writes f1 and leaves
ae6179641137 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
twisti
parents: 13728
diff changeset
   281
  // the lock, so that when the losing writer returns, he can use the linked
ae6179641137 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
twisti
parents: 13728
diff changeset
   282
  // cache entry.
ae6179641137 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
twisti
parents: 13728
diff changeset
   283
28019
a6303ff71902 8066171: Out of order with Metaspace allocation lock
coleenp
parents: 25354
diff changeset
   284
  objArrayHandle resolved_references = cpool->resolved_references();
a6303ff71902 8066171: Out of order with Metaspace allocation lock
coleenp
parents: 25354
diff changeset
   285
  // Use the resolved_references() lock for this cpCache entry.
a6303ff71902 8066171: Out of order with Metaspace allocation lock
coleenp
parents: 25354
diff changeset
   286
  // resolved_references are created for all classes with Invokedynamic, MethodHandle
a6303ff71902 8066171: Out of order with Metaspace allocation lock
coleenp
parents: 25354
diff changeset
   287
  // or MethodType constant pool cache entries.
a6303ff71902 8066171: Out of order with Metaspace allocation lock
coleenp
parents: 25354
diff changeset
   288
  assert(resolved_references() != NULL,
a6303ff71902 8066171: Out of order with Metaspace allocation lock
coleenp
parents: 25354
diff changeset
   289
         "a resolved_references array should have been created for this class");
a6303ff71902 8066171: Out of order with Metaspace allocation lock
coleenp
parents: 25354
diff changeset
   290
  ObjectLocker ol(resolved_references, Thread::current());
13740
ae6179641137 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
twisti
parents: 13728
diff changeset
   291
  if (!is_f1_null()) {
ae6179641137 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
twisti
parents: 13728
diff changeset
   292
    return;
ae6179641137 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
twisti
parents: 13728
diff changeset
   293
  }
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   294
14393
93a4dcdbebfd 8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common
twisti
parents: 13929
diff changeset
   295
  const methodHandle adapter = call_info.resolved_method();
93a4dcdbebfd 8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common
twisti
parents: 13929
diff changeset
   296
  const Handle appendix      = call_info.resolved_appendix();
93a4dcdbebfd 8001658: No need to pass resolved_references as argument to ConstantPoolCacheEntry::set_method_handle_common
twisti
parents: 13929
diff changeset
   297
  const Handle method_type   = call_info.resolved_method_type();
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   298
  const bool has_appendix    = appendix.not_null();
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   299
  const bool has_method_type = method_type.not_null();
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   300
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   301
  // Write the flags.
13740
ae6179641137 7196242: vm/mlvm/indy/stress/java/loopsAndThreads crashed
twisti
parents: 13728
diff changeset
   302
  set_method_flags(as_TosState(adapter->result_type()),
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   303
                   ((has_appendix    ? 1 : 0) << has_appendix_shift   ) |
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   304
                   ((has_method_type ? 1 : 0) << has_method_type_shift) |
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   305
                   (                   1      << is_final_shift       ),
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   306
                   adapter->size_of_parameters());
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   307
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   308
  if (TraceInvokeDynamic) {
31592
43f48e165466 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
bpittore
parents: 30289
diff changeset
   309
    tty->print_cr("set_method_handle bc=%d appendix=" PTR_FORMAT "%s method_type=" PTR_FORMAT "%s method=" PTR_FORMAT " ",
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   310
                  invoke_code,
33148
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33105
diff changeset
   311
                  p2i(appendix()),    (has_appendix    ? "" : " (unused)"),
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33105
diff changeset
   312
                  p2i(method_type()), (has_method_type ? "" : " (unused)"),
68fa8b6c4340 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
david
parents: 33105
diff changeset
   313
                  p2i(adapter()));
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   314
    adapter->print();
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   315
    if (has_appendix)  appendix()->print();
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   316
  }
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   317
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   318
  // Method handle invokes and invokedynamic sites use both cp cache words.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   319
  // refs[f2], if not null, contains a value passed as a trailing argument to the adapter.
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   320
  // In the general case, this could be the call site's MethodType,
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   321
  // for use with java.lang.Invokers.checkExactType, or else a CallSite object.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   322
  // f1 contains the adapter method which manages the actual call.
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   323
  // In the general case, this is a compiled LambdaForm.
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   324
  // (The Java code is free to optimize these calls by binding other
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   325
  // sorts of methods and appendices to call sites.)
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   326
  // JVM-level linking is via f1, as if for invokespecial, and signatures are erased.
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   327
  // The appendix argument (if any) is added to the signature, and is counted in the parameter_size bits.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   328
  // Even with the appendix, the method will never take more than 255 parameter slots.
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   329
  //
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   330
  // This means that given a call site like (List)mh.invoke("foo"),
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   331
  // the f1 method has signature '(Ljl/Object;Ljl/invoke/MethodType;)Ljl/Object;',
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   332
  // not '(Ljava/lang/String;)Ljava/util/List;'.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   333
  // The fact that String and List are involved is encoded in the MethodType in refs[f2].
23515
f4872ef5df09 8031820: NPG: Fix remaining references to metadata as oops in comments
coleenp
parents: 22859
diff changeset
   334
  // This allows us to create fewer Methods, while keeping type safety.
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   335
  //
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   336
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   337
  // Store appendix, if any.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   338
  if (has_appendix) {
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   339
    const int appendix_index = f2_as_index() + _indy_resolved_references_appendix_offset;
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   340
    assert(appendix_index >= 0 && appendix_index < resolved_references->length(), "oob");
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   341
    assert(resolved_references->obj_at(appendix_index) == NULL, "init just once");
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   342
    resolved_references->obj_at_put(appendix_index, appendix());
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   343
  }
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   344
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   345
  // Store MethodType, if any.
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   346
  if (has_method_type) {
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   347
    const int method_type_index = f2_as_index() + _indy_resolved_references_method_type_offset;
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   348
    assert(method_type_index >= 0 && method_type_index < resolved_references->length(), "oob");
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   349
    assert(resolved_references->obj_at(method_type_index) == NULL, "init just once");
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   350
    resolved_references->obj_at_put(method_type_index, method_type());
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   351
  }
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   352
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   353
  release_set_f1(adapter());  // This must be the last one to set (see NOTE above)!
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   354
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   355
  // The interpreter assembly code does not check byte_2,
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   356
  // but it is used by is_resolved, method_if_resolved, etc.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   357
  set_bytecode_1(invoke_code);
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   358
  NOT_PRODUCT(verify(tty));
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   359
  if (TraceInvokeDynamic) {
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   360
    this->print(tty, 0);
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   361
  }
2570
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 670
diff changeset
   362
}
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 670
diff changeset
   363
33593
60764a78fa5c 8140274: methodHandles and constantPoolHandles should be passed as const references
coleenp
parents: 33148
diff changeset
   364
Method* ConstantPoolCacheEntry::method_if_resolved(const constantPoolHandle& cpool) {
10008
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   365
  // Decode the action of set_method and set_interface_call
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   366
  Bytecodes::Code invoke_code = bytecode_1();
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   367
  if (invoke_code != (Bytecodes::Code)0) {
22859
7b88983393b7 8029396: PPC64 (part 212): Several memory ordering fixes in C-code.
goetz
parents: 21557
diff changeset
   368
    Metadata* f1 = f1_ord();
10008
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   369
    if (f1 != NULL) {
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   370
      switch (invoke_code) {
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   371
      case Bytecodes::_invokeinterface:
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   372
        assert(f1->is_klass(), "");
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   373
        return klassItable::method_for_itable_index((Klass*)f1, f2_as_index());
10008
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   374
      case Bytecodes::_invokestatic:
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   375
      case Bytecodes::_invokespecial:
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   376
        assert(!has_appendix(), "");
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   377
      case Bytecodes::_invokehandle:
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   378
      case Bytecodes::_invokedynamic:
10008
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   379
        assert(f1->is_method(), "");
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   380
        return (Method*)f1;
10008
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   381
      }
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   382
    }
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   383
  }
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   384
  invoke_code = bytecode_2();
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   385
  if (invoke_code != (Bytecodes::Code)0) {
10008
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   386
    switch (invoke_code) {
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   387
    case Bytecodes::_invokevirtual:
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   388
      if (is_vfinal()) {
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   389
        // invokevirtual
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   390
        Method* m = f2_as_vfinal_method();
10008
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   391
        assert(m->is_method(), "");
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   392
        return m;
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   393
      } else {
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   394
        int holder_index = cpool->uncached_klass_ref_index_at(constant_pool_index());
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   395
        if (cpool->tag_at(holder_index).is_klass()) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   396
          Klass* klass = cpool->resolved_klass_at(holder_index);
33611
9abd65805e19 8139203: Consistent naming for klass type predicates
coleenp
parents: 33593
diff changeset
   397
          if (!klass->is_instance_klass())
10008
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   398
            klass = SystemDictionary::Object_klass();
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   399
          return InstanceKlass::cast(klass)->method_at_vtable(f2_as_index());
10008
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   400
        }
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   401
      }
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   402
      break;
10008
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   403
    }
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   404
  }
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   405
  return NULL;
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   406
}
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   407
d84de97ad847 7056328: JSR 292 invocation sometimes fails in adapters for types not on boot class path
jrose
parents: 9328
diff changeset
   408
33593
60764a78fa5c 8140274: methodHandles and constantPoolHandles should be passed as const references
coleenp
parents: 33148
diff changeset
   409
oop ConstantPoolCacheEntry::appendix_if_resolved(const constantPoolHandle& cpool) {
24926
5ea835dfafaa 8029381: assert(is_method_type()) failed: bad cast
drchase
parents: 24459
diff changeset
   410
  if (!has_appendix())
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   411
    return NULL;
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   412
  const int ref_index = f2_as_index() + _indy_resolved_references_appendix_offset;
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   413
  objArrayOop resolved_references = cpool->resolved_references();
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   414
  return resolved_references->obj_at(ref_index);
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   415
}
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   416
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   417
33593
60764a78fa5c 8140274: methodHandles and constantPoolHandles should be passed as const references
coleenp
parents: 33148
diff changeset
   418
oop ConstantPoolCacheEntry::method_type_if_resolved(const constantPoolHandle& cpool) {
24926
5ea835dfafaa 8029381: assert(is_method_type()) failed: bad cast
drchase
parents: 24459
diff changeset
   419
  if (!has_method_type())
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   420
    return NULL;
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   421
  const int ref_index = f2_as_index() + _indy_resolved_references_method_type_offset;
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   422
  objArrayOop resolved_references = cpool->resolved_references();
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   423
  return resolved_references->obj_at(ref_index);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   424
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   425
489c9b5090e2 Initial load
duke
parents:
diff changeset
   426
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   427
#if INCLUDE_JVMTI
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   428
// RedefineClasses() API support:
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   429
// If this ConstantPoolCacheEntry refers to old_method then update it
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   430
// to refer to new_method.
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   431
bool ConstantPoolCacheEntry::adjust_method_entry(Method* old_method,
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   432
       Method* new_method, bool * trace_name_printed) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   433
489c9b5090e2 Initial load
duke
parents:
diff changeset
   434
  if (is_vfinal()) {
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   435
    // virtual and final so _f2 contains method ptr instead of vtable index
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   436
    if (f2_as_vfinal_method() == old_method) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   437
      // match old_method so need an update
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   438
      // NOTE: can't use set_f2_as_vfinal_method as it asserts on different values
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   439
      _f2 = (intptr_t)new_method;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   440
      if (RC_TRACE_IN_RANGE(0x00100000, 0x00400000)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   441
        if (!(*trace_name_printed)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   442
          // RC_TRACE_MESG macro has an embedded ResourceMark
489c9b5090e2 Initial load
duke
parents:
diff changeset
   443
          RC_TRACE_MESG(("adjust: name=%s",
14391
df0a1573d5bd 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
coleenp
parents: 13929
diff changeset
   444
            old_method->method_holder()->external_name()));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   445
          *trace_name_printed = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   446
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   447
        // RC_TRACE macro has an embedded ResourceMark
489c9b5090e2 Initial load
duke
parents:
diff changeset
   448
        RC_TRACE(0x00400000, ("cpc vf-entry update: %s(%s)",
489c9b5090e2 Initial load
duke
parents:
diff changeset
   449
          new_method->name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   450
          new_method->signature()->as_C_string()));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   451
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   452
      return true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   453
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   454
489c9b5090e2 Initial load
duke
parents:
diff changeset
   455
    // f1() is not used with virtual entries so bail out
489c9b5090e2 Initial load
duke
parents:
diff changeset
   456
    return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   457
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   458
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   459
  if (_f1 == NULL) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   460
    // NULL f1() means this is a virtual entry so bail out
489c9b5090e2 Initial load
duke
parents:
diff changeset
   461
    // We are assuming that the vtable index does not need change.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   462
    return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   463
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   464
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   465
  if (_f1 == old_method) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   466
    _f1 = new_method;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   467
    if (RC_TRACE_IN_RANGE(0x00100000, 0x00400000)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   468
      if (!(*trace_name_printed)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   469
        // RC_TRACE_MESG macro has an embedded ResourceMark
489c9b5090e2 Initial load
duke
parents:
diff changeset
   470
        RC_TRACE_MESG(("adjust: name=%s",
14391
df0a1573d5bd 8000725: NPG: method_holder() and pool_holder() and pool_holder field should be InstanceKlass
coleenp
parents: 13929
diff changeset
   471
          old_method->method_holder()->external_name()));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   472
        *trace_name_printed = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   473
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   474
      // RC_TRACE macro has an embedded ResourceMark
489c9b5090e2 Initial load
duke
parents:
diff changeset
   475
      RC_TRACE(0x00400000, ("cpc entry update: %s(%s)",
489c9b5090e2 Initial load
duke
parents:
diff changeset
   476
        new_method->name()->as_C_string(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   477
        new_method->signature()->as_C_string()));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   478
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   479
    return true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   480
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   481
489c9b5090e2 Initial load
duke
parents:
diff changeset
   482
  return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   483
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   484
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   485
// a constant pool cache entry should never contain old or obsolete methods
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   486
bool ConstantPoolCacheEntry::check_no_old_or_obsolete_entries() {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   487
  if (is_vfinal()) {
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   488
    // virtual and final so _f2 contains method ptr instead of vtable index
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   489
    Metadata* f2 = (Metadata*)_f2;
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   490
    // Return false if _f2 refers to an old or an obsolete method.
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   491
    // _f2 == NULL || !_f2->is_method() are just as unexpected here.
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   492
    return (f2 != NULL NOT_PRODUCT(&& f2->is_valid()) && f2->is_method() &&
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   493
            !((Method*)f2)->is_old() && !((Method*)f2)->is_obsolete());
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   494
  } else if (_f1 == NULL ||
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   495
             (NOT_PRODUCT(_f1->is_valid() &&) !_f1->is_method())) {
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   496
    // _f1 == NULL || !_f1->is_method() are OK here
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   497
    return true;
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   498
  }
24459
ebd373039673 8042796: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
sspitsyn
parents: 24424
diff changeset
   499
  // return false if _f1 refers to a non-deleted old or obsolete method
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   500
  return (NOT_PRODUCT(_f1->is_valid() &&) _f1->is_method() &&
24459
ebd373039673 8042796: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
sspitsyn
parents: 24424
diff changeset
   501
          (f1_as_method()->is_deleted() ||
ebd373039673 8042796: jvmtiRedefineClasses.cpp: guarantee(false) failed: OLD and/or OBSOLETE method(s) found
sspitsyn
parents: 24424
diff changeset
   502
          (!f1_as_method()->is_old() && !f1_as_method()->is_obsolete())));
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   503
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   504
29316
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   505
Method* ConstantPoolCacheEntry::get_interesting_method_entry(Klass* k) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   506
  if (!is_method_entry()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   507
    // not a method entry so not interesting by default
29316
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   508
    return NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   509
  }
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   510
  Method* m = NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   511
  if (is_vfinal()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   512
    // virtual and final so _f2 contains method ptr instead of vtable index
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   513
    m = f2_as_vfinal_method();
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   514
  } else if (is_f1_null()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   515
    // NULL _f1 means this is a virtual entry so also not interesting
29316
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   516
    return NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   517
  } else {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   518
    if (!(_f1->is_method())) {
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   519
      // _f1 can also contain a Klass* for an interface
29316
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   520
      return NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   521
    }
13391
30245956af37 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti
parents: 11956
diff changeset
   522
    m = f1_as_method();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   523
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   524
  assert(m != NULL && m->is_method(), "sanity check");
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   525
  if (m == NULL || !m->is_method() || (k != NULL && m->method_holder() != k)) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   526
    // robustness for above sanity checks or method is not in
489c9b5090e2 Initial load
duke
parents:
diff changeset
   527
    // the interesting class
29316
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   528
    return NULL;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   529
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   530
  // the method is in the interesting class so the entry is interesting
29316
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   531
  return m;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   532
}
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   533
#endif // INCLUDE_JVMTI
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   534
489c9b5090e2 Initial load
duke
parents:
diff changeset
   535
void ConstantPoolCacheEntry::print(outputStream* st, int index) const {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   536
  // print separator
11956
c363dc1ac4b7 7148126: ConstantPoolCacheEntry::print prints to wrong stream
dholmes
parents: 10546
diff changeset
   537
  if (index == 0) st->print_cr("                 -------------");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   538
  // print entry
31592
43f48e165466 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
bpittore
parents: 30289
diff changeset
   539
  st->print("%3d  (" PTR_FORMAT ")  ", index, (intptr_t)this);
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   540
  st->print_cr("[%02x|%02x|%5d]", bytecode_2(), bytecode_1(),
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   541
               constant_pool_index());
31592
43f48e165466 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
bpittore
parents: 30289
diff changeset
   542
  st->print_cr("                 [   " PTR_FORMAT "]", (intptr_t)_f1);
43f48e165466 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
bpittore
parents: 30289
diff changeset
   543
  st->print_cr("                 [   " PTR_FORMAT "]", (intptr_t)_f2);
43f48e165466 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
bpittore
parents: 30289
diff changeset
   544
  st->print_cr("                 [   " PTR_FORMAT "]", (intptr_t)_flags);
11956
c363dc1ac4b7 7148126: ConstantPoolCacheEntry::print prints to wrong stream
dholmes
parents: 10546
diff changeset
   545
  st->print_cr("                 -------------");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   546
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   547
489c9b5090e2 Initial load
duke
parents:
diff changeset
   548
void ConstantPoolCacheEntry::verify(outputStream* st) const {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   549
  // not implemented yet
489c9b5090e2 Initial load
duke
parents:
diff changeset
   550
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   551
489c9b5090e2 Initial load
duke
parents:
diff changeset
   552
// Implementation of ConstantPoolCache
489c9b5090e2 Initial load
duke
parents:
diff changeset
   553
15928
f9d5c6e4107f 8003553: NPG: metaspace objects should be zeroed in constructors
coleenp
parents: 15595
diff changeset
   554
ConstantPoolCache* ConstantPoolCache::allocate(ClassLoaderData* loader_data,
f9d5c6e4107f 8003553: NPG: metaspace objects should be zeroed in constructors
coleenp
parents: 15595
diff changeset
   555
                                     const intStack& index_map,
21557
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   556
                                     const intStack& invokedynamic_index_map,
15928
f9d5c6e4107f 8003553: NPG: metaspace objects should be zeroed in constructors
coleenp
parents: 15595
diff changeset
   557
                                     const intStack& invokedynamic_map, TRAPS) {
21557
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   558
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   559
  const int length = index_map.length() + invokedynamic_index_map.length();
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   560
  int size = ConstantPoolCache::size(length);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   561
17858
c292f8791cca 8014912: Restore PrintSharedSpaces functionality after NPG
iklam
parents: 17078
diff changeset
   562
  return new (loader_data, size, false, MetaspaceObj::ConstantPoolCacheType, THREAD)
21557
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   563
    ConstantPoolCache(length, index_map, invokedynamic_index_map, invokedynamic_map);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   564
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   565
15928
f9d5c6e4107f 8003553: NPG: metaspace objects should be zeroed in constructors
coleenp
parents: 15595
diff changeset
   566
void ConstantPoolCache::initialize(const intArray& inverse_index_map,
21557
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   567
                                   const intArray& invokedynamic_inverse_index_map,
15928
f9d5c6e4107f 8003553: NPG: metaspace objects should be zeroed in constructors
coleenp
parents: 15595
diff changeset
   568
                                   const intArray& invokedynamic_references_map) {
21557
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   569
  for (int i = 0; i < inverse_index_map.length(); i++) {
4429
d7eb4e2099aa 6858164: invokedynamic code needs some cleanup (post-6655638)
jrose
parents: 3261
diff changeset
   570
    ConstantPoolCacheEntry* e = entry_at(i);
d7eb4e2099aa 6858164: invokedynamic code needs some cleanup (post-6655638)
jrose
parents: 3261
diff changeset
   571
    int original_index = inverse_index_map[i];
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   572
    e->initialize_entry(original_index);
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   573
    assert(entry_at(i) == e, "sanity");
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   574
  }
21557
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   575
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   576
  // Append invokedynamic entries at the end
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   577
  int invokedynamic_offset = inverse_index_map.length();
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   578
  for (int i = 0; i < invokedynamic_inverse_index_map.length(); i++) {
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   579
    int offset = i + invokedynamic_offset;
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   580
    ConstantPoolCacheEntry* e = entry_at(offset);
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   581
    int original_index = invokedynamic_inverse_index_map[i];
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   582
    e->initialize_entry(original_index);
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   583
    assert(entry_at(offset) == e, "sanity");
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   584
  }
55115e0708f1 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field change
coleenp
parents: 21079
diff changeset
   585
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   586
  for (int ref = 0; ref < invokedynamic_references_map.length(); ref++) {
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   587
    const int cpci = invokedynamic_references_map[ref];
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   588
    if (cpci >= 0) {
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   589
#ifdef ASSERT
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   590
      // invokedynamic and invokehandle have more entries; check if they
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   591
      // all point to the same constant pool cache entry.
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   592
      for (int entry = 1; entry < ConstantPoolCacheEntry::_indy_resolved_references_entries; entry++) {
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   593
        const int cpci_next = invokedynamic_references_map[ref + entry];
33105
294e48b4f704 8080775: Better argument formatting for assert() and friends
david
parents: 31592
diff changeset
   594
        assert(cpci == cpci_next, "%d == %d", cpci, cpci_next);
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   595
      }
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   596
#endif
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   597
      entry_at(cpci)->initialize_resolved_reference_index(ref);
13929
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   598
      ref += ConstantPoolCacheEntry::_indy_resolved_references_entries - 1;  // skip extra entries
8da0dc50a6e4 7200949: JSR 292: rubybench/bench/time/bench_base64.rb fails with jruby.jar not on boot class path
twisti
parents: 13740
diff changeset
   599
    }
4429
d7eb4e2099aa 6858164: invokedynamic code needs some cleanup (post-6655638)
jrose
parents: 3261
diff changeset
   600
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   601
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   602
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   603
#if INCLUDE_JVMTI
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   604
// RedefineClasses() API support:
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   605
// If any entry of this ConstantPoolCache points to any of
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   606
// old_methods, replace it with the corresponding new_method.
29316
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   607
void ConstantPoolCache::adjust_method_entries(InstanceKlass* holder, bool * trace_name_printed) {
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   608
  for (int i = 0; i < length(); i++) {
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   609
    ConstantPoolCacheEntry* entry = entry_at(i);
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   610
    Method* old_method = entry->get_interesting_method_entry(holder);
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   611
    if (old_method == NULL || !old_method->is_old()) {
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   612
      continue; // skip uninteresting entries
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   613
    }
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   614
    if (old_method->is_deleted()) {
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   615
      // clean up entries with deleted methods
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   616
      entry->initialize_entry(entry->constant_pool_index());
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   617
      continue;
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   618
    }
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   619
    Method* new_method = holder->method_with_idnum(old_method->orig_method_idnum());
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   620
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   621
    assert(new_method != NULL, "method_with_idnum() should not be NULL");
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   622
    assert(old_method != new_method, "sanity check");
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   623
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   624
    entry_at(i)->adjust_method_entry(old_method, new_method, trace_name_printed);
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   625
  }
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   626
}
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   627
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   628
// the constant pool cache should never contain old or obsolete methods
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   629
bool ConstantPoolCache::check_no_old_or_obsolete_entries() {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   630
  for (int i = 1; i < length(); i++) {
29316
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   631
    if (entry_at(i)->get_interesting_method_entry(NULL) != NULL &&
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   632
        !entry_at(i)->check_no_old_or_obsolete_entries()) {
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   633
      return false;
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   634
    }
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   635
  }
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   636
  return true;
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   637
}
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   638
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   639
void ConstantPoolCache::dump_cache() {
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   640
  for (int i = 1; i < length(); i++) {
29316
5287df8a8972 8046246: the constantPoolCacheOopDesc::adjust_method_entries() used in RedefineClasses does not scale
sspitsyn
parents: 29081
diff changeset
   641
    if (entry_at(i)->get_interesting_method_entry(NULL) != NULL) {
15591
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   642
      entry_at(i)->print(tty, i);
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   643
    }
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   644
  }
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   645
}
b8aa0577f137 7182152: Instrumentation hot swap test incorrect monitor count
dcubed
parents: 14490
diff changeset
   646
#endif // INCLUDE_JVMTI
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   647
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   648
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   649
// Printing
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   650
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   651
void ConstantPoolCache::print_on(outputStream* st) const {
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   652
  assert(is_constantPoolCache(), "obj must be constant pool cache");
24424
2658d7834c6e 8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents: 24351
diff changeset
   653
  st->print_cr("%s", internal_name());
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   654
  // print constant pool cache entries
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   655
  for (int i = 0; i < length(); i++) entry_at(i)->print(st, i);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   656
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   657
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   658
void ConstantPoolCache::print_value_on(outputStream* st) const {
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   659
  assert(is_constantPoolCache(), "obj must be constant pool cache");
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   660
  st->print("cache [%d]", length());
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   661
  print_address_on(st);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   662
  st->print(" for ");
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   663
  constant_pool()->print_value_on(st);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   664
}
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   665
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   666
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   667
// Verification
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   668
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   669
void ConstantPoolCache::verify_on(outputStream* st) {
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   670
  guarantee(is_constantPoolCache(), "obj must be constant pool cache");
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   671
  // print constant pool cache entries
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   672
  for (int i = 0; i < length(); i++) entry_at(i)->verify(st);
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13391
diff changeset
   673
}