hotspot/src/share/vm/classfile/verifier.cpp
author stefank
Tue, 23 Nov 2010 13:22:55 -0800
changeset 7397 5b173b4ca846
parent 7382 e1ed8c9e12e5
child 7405 e6fc8d3926f8
permissions -rw-r--r--
6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
5702
jrose
parents: 5685 5693
diff changeset
     2
 * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4571
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4571
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 4571
diff changeset
    21
 * questions.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    22
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    23
 */
489c9b5090e2 Initial load
duke
parents:
diff changeset
    24
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    25
#include "precompiled.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    26
#include "classfile/classFileStream.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    27
#include "classfile/javaClasses.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    28
#include "classfile/stackMapTable.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    29
#include "classfile/systemDictionary.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    30
#include "classfile/verifier.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    31
#include "classfile/vmSymbols.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    32
#include "interpreter/bytecodeStream.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    33
#include "memory/oopFactory.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    34
#include "memory/resourceArea.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    35
#include "oops/instanceKlass.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    36
#include "oops/oop.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    37
#include "oops/typeArrayOop.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    38
#include "prims/jvm.h"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    39
#include "runtime/fieldDescriptor.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    40
#include "runtime/handles.inline.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    41
#include "runtime/hpi.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    42
#include "runtime/interfaceSupport.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    43
#include "runtime/javaCalls.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    44
#include "runtime/orderAccess.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    45
#include "runtime/os.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    46
#ifdef TARGET_ARCH_x86
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    47
# include "bytes_x86.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    48
#endif
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    49
#ifdef TARGET_ARCH_sparc
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    50
# include "bytes_sparc.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    51
#endif
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    52
#ifdef TARGET_ARCH_zero
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    53
# include "bytes_zero.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7382
diff changeset
    54
#endif
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    55
5683
116fea597b5d 6911922: JVM must throw VerifyError for jsr or jsr_w opcodes in class file v.51+
kamg
parents: 4571
diff changeset
    56
#define NOFAILOVER_MAJOR_VERSION 51
116fea597b5d 6911922: JVM must throw VerifyError for jsr or jsr_w opcodes in class file v.51+
kamg
parents: 4571
diff changeset
    57
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    58
// Access to external entry for VerifyClassCodes - old byte code verifier
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
extern "C" {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
  typedef jboolean (*verify_byte_codes_fn_t)(JNIEnv *, jclass, char *, jint);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
  typedef jboolean (*verify_byte_codes_fn_new_t)(JNIEnv *, jclass, char *, jint, jint);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    64
489c9b5090e2 Initial load
duke
parents:
diff changeset
    65
static void* volatile _verify_byte_codes_fn = NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
static volatile jint _is_new_verify_byte_codes_fn = (jint) true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
static void* verify_byte_codes_fn() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
  if (_verify_byte_codes_fn == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
    void *lib_handle = os::native_java_library();
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
    void *func = hpi::dll_lookup(lib_handle, "VerifyClassCodesForMajorVersion");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
    OrderAccess::release_store_ptr(&_verify_byte_codes_fn, func);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
    if (func == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    75
      OrderAccess::release_store(&_is_new_verify_byte_codes_fn, false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    76
      func = hpi::dll_lookup(lib_handle, "VerifyClassCodes");
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
      OrderAccess::release_store_ptr(&_verify_byte_codes_fn, func);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
  return (void*)_verify_byte_codes_fn;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
// Methods in Verifier
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 3261
diff changeset
    86
bool Verifier::should_verify_for(oop class_loader, bool should_verify_class) {
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 3261
diff changeset
    87
  return (class_loader == NULL || !should_verify_class) ?
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
    BytecodeVerificationLocal : BytecodeVerificationRemote;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
    90
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
bool Verifier::relax_verify_for(oop loader) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    92
  bool trusted = java_lang_ClassLoader::is_trusted_loader(loader);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
  bool need_verify =
489c9b5090e2 Initial load
duke
parents:
diff changeset
    94
    // verifyAll
489c9b5090e2 Initial load
duke
parents:
diff changeset
    95
    (BytecodeVerificationLocal && BytecodeVerificationRemote) ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
    96
    // verifyRemote
489c9b5090e2 Initial load
duke
parents:
diff changeset
    97
    (!BytecodeVerificationLocal && BytecodeVerificationRemote && !trusted);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    98
  return !need_verify;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    99
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   100
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 3261
diff changeset
   101
bool Verifier::verify(instanceKlassHandle klass, Verifier::Mode mode, bool should_verify_class, TRAPS) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   102
  ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   103
  HandleMark hm;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   104
489c9b5090e2 Initial load
duke
parents:
diff changeset
   105
  symbolHandle exception_name;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   106
  const size_t message_buffer_len = klass->name()->utf8_length() + 1024;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   107
  char* message_buffer = NEW_RESOURCE_ARRAY(char, message_buffer_len);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   108
489c9b5090e2 Initial load
duke
parents:
diff changeset
   109
  const char* klassName = klass->external_name();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   110
489c9b5090e2 Initial load
duke
parents:
diff changeset
   111
  // If the class should be verified, first see if we can use the split
489c9b5090e2 Initial load
duke
parents:
diff changeset
   112
  // verifier.  If not, or if verification fails and FailOverToOldVerifier
489c9b5090e2 Initial load
duke
parents:
diff changeset
   113
  // is set, then call the inference verifier.
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 3261
diff changeset
   114
  if (is_eligible_for_verification(klass, should_verify_class)) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   115
    if (TraceClassInitialization) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   116
      tty->print_cr("Start class verification for: %s", klassName);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   117
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   118
    if (UseSplitVerifier &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   119
        klass->major_version() >= STACKMAP_ATTRIBUTE_MAJOR_VERSION) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   120
        ClassVerifier split_verifier(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   121
          klass, message_buffer, message_buffer_len, THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   122
        split_verifier.verify_class(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   123
        exception_name = split_verifier.result();
5683
116fea597b5d 6911922: JVM must throw VerifyError for jsr or jsr_w opcodes in class file v.51+
kamg
parents: 4571
diff changeset
   124
      if (klass->major_version() < NOFAILOVER_MAJOR_VERSION &&
116fea597b5d 6911922: JVM must throw VerifyError for jsr or jsr_w opcodes in class file v.51+
kamg
parents: 4571
diff changeset
   125
          FailOverToOldVerifier && !HAS_PENDING_EXCEPTION &&
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   126
          (exception_name == vmSymbols::java_lang_VerifyError() ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
   127
           exception_name == vmSymbols::java_lang_ClassFormatError())) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   128
        if (TraceClassInitialization) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   129
          tty->print_cr(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   130
            "Fail over class verification to old verifier for: %s", klassName);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   131
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   132
        exception_name = inference_verify(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   133
          klass, message_buffer, message_buffer_len, THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   134
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   135
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   136
      exception_name = inference_verify(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   137
          klass, message_buffer, message_buffer_len, THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   138
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   139
489c9b5090e2 Initial load
duke
parents:
diff changeset
   140
    if (TraceClassInitialization) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   141
      if (HAS_PENDING_EXCEPTION) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   142
        tty->print("Verification for %s has", klassName);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   143
        tty->print_cr(" exception pending %s ",
489c9b5090e2 Initial load
duke
parents:
diff changeset
   144
          instanceKlass::cast(PENDING_EXCEPTION->klass())->external_name());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   145
      } else if (!exception_name.is_null()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   146
        tty->print_cr("Verification for %s failed", klassName);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   147
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   148
      tty->print_cr("End class verification for: %s", klassName);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   149
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   150
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   151
489c9b5090e2 Initial load
duke
parents:
diff changeset
   152
  if (HAS_PENDING_EXCEPTION) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   153
    return false; // use the existing exception
489c9b5090e2 Initial load
duke
parents:
diff changeset
   154
  } else if (exception_name.is_null()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   155
    return true; // verifcation succeeded
489c9b5090e2 Initial load
duke
parents:
diff changeset
   156
  } else { // VerifyError or ClassFormatError to be created and thrown
489c9b5090e2 Initial load
duke
parents:
diff changeset
   157
    ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   158
    instanceKlassHandle kls =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   159
      SystemDictionary::resolve_or_fail(exception_name, true, CHECK_false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   160
    while (!kls.is_null()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   161
      if (kls == klass) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   162
        // If the class being verified is the exception we're creating
489c9b5090e2 Initial load
duke
parents:
diff changeset
   163
        // or one of it's superclasses, we're in trouble and are going
489c9b5090e2 Initial load
duke
parents:
diff changeset
   164
        // to infinitely recurse when we try to initialize the exception.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   165
        // So bail out here by throwing the preallocated VM error.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   166
        THROW_OOP_(Universe::virtual_machine_error_instance(), false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   167
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   168
      kls = kls->super();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   169
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   170
    message_buffer[message_buffer_len - 1] = '\0'; // just to be sure
489c9b5090e2 Initial load
duke
parents:
diff changeset
   171
    THROW_MSG_(exception_name, message_buffer, false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   172
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   173
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   174
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 3261
diff changeset
   175
bool Verifier::is_eligible_for_verification(instanceKlassHandle klass, bool should_verify_class) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   176
  symbolOop name = klass->name();
4571
80b553bddc26 6914300: ciEnv should export all well known classes
never
parents: 4429
diff changeset
   177
  klassOop refl_magic_klass = SystemDictionary::reflect_MagicAccessorImpl_klass();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   178
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 3261
diff changeset
   179
  return (should_verify_for(klass->class_loader(), should_verify_class) &&
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   180
    // return if the class is a bootstrapping class
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 3261
diff changeset
   181
    // or defineClass specified not to verify by default (flags override passed arg)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   182
    // We need to skip the following four for bootstraping
489c9b5090e2 Initial load
duke
parents:
diff changeset
   183
    name != vmSymbols::java_lang_Object() &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   184
    name != vmSymbols::java_lang_Class() &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   185
    name != vmSymbols::java_lang_String() &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   186
    name != vmSymbols::java_lang_Throwable() &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   187
489c9b5090e2 Initial load
duke
parents:
diff changeset
   188
    // Can not verify the bytecodes for shared classes because they have
489c9b5090e2 Initial load
duke
parents:
diff changeset
   189
    // already been rewritten to contain constant pool cache indices,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   190
    // which the verifier can't understand.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   191
    // Shared classes shouldn't have stackmaps either.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   192
    !klass()->is_shared() &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   193
489c9b5090e2 Initial load
duke
parents:
diff changeset
   194
    // As of the fix for 4486457 we disable verification for all of the
489c9b5090e2 Initial load
duke
parents:
diff changeset
   195
    // dynamically-generated bytecodes associated with the 1.4
489c9b5090e2 Initial load
duke
parents:
diff changeset
   196
    // reflection implementation, not just those associated with
489c9b5090e2 Initial load
duke
parents:
diff changeset
   197
    // sun/reflect/SerializationConstructorAccessor.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   198
    // NOTE: this is called too early in the bootstrapping process to be
489c9b5090e2 Initial load
duke
parents:
diff changeset
   199
    // guarded by Universe::is_gte_jdk14x_version()/UseNewReflection.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   200
    (refl_magic_klass == NULL ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
   201
     !klass->is_subtype_of(refl_magic_klass) ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
   202
     VerifyReflectionBytecodes)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   203
  );
489c9b5090e2 Initial load
duke
parents:
diff changeset
   204
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   205
489c9b5090e2 Initial load
duke
parents:
diff changeset
   206
symbolHandle Verifier::inference_verify(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   207
    instanceKlassHandle klass, char* message, size_t message_len, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   208
  JavaThread* thread = (JavaThread*)THREAD;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   209
  JNIEnv *env = thread->jni_environment();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   210
489c9b5090e2 Initial load
duke
parents:
diff changeset
   211
  void* verify_func = verify_byte_codes_fn();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   212
489c9b5090e2 Initial load
duke
parents:
diff changeset
   213
  if (verify_func == NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   214
    jio_snprintf(message, message_len, "Could not link verifier");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   215
    return vmSymbols::java_lang_VerifyError();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   216
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   217
489c9b5090e2 Initial load
duke
parents:
diff changeset
   218
  ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   219
  if (ClassVerifier::_verify_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   220
    tty->print_cr("Verifying class %s with old format", klass->external_name());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   221
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   222
489c9b5090e2 Initial load
duke
parents:
diff changeset
   223
  jclass cls = (jclass) JNIHandles::make_local(env, klass->java_mirror());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   224
  jint result;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   225
489c9b5090e2 Initial load
duke
parents:
diff changeset
   226
  {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   227
    HandleMark hm(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   228
    ThreadToNativeFromVM ttn(thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   229
    // ThreadToNativeFromVM takes care of changing thread_state, so safepoint
489c9b5090e2 Initial load
duke
parents:
diff changeset
   230
    // code knows that we have left the VM
489c9b5090e2 Initial load
duke
parents:
diff changeset
   231
489c9b5090e2 Initial load
duke
parents:
diff changeset
   232
    if (_is_new_verify_byte_codes_fn) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   233
      verify_byte_codes_fn_new_t func =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   234
        CAST_TO_FN_PTR(verify_byte_codes_fn_new_t, verify_func);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   235
      result = (*func)(env, cls, message, (int)message_len,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   236
          klass->major_version());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   237
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   238
      verify_byte_codes_fn_t func =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   239
        CAST_TO_FN_PTR(verify_byte_codes_fn_t, verify_func);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   240
      result = (*func)(env, cls, message, (int)message_len);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   241
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   242
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   243
489c9b5090e2 Initial load
duke
parents:
diff changeset
   244
  JNIHandles::destroy_local(cls);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   245
489c9b5090e2 Initial load
duke
parents:
diff changeset
   246
  // These numbers are chosen so that VerifyClassCodes interface doesn't need
489c9b5090e2 Initial load
duke
parents:
diff changeset
   247
  // to be changed (still return jboolean (unsigned char)), and result is
489c9b5090e2 Initial load
duke
parents:
diff changeset
   248
  // 1 when verification is passed.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   249
  symbolHandle nh(NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   250
  if (result == 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
    return vmSymbols::java_lang_VerifyError();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
  } else if (result == 1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   253
    return nh; // verified.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
  } else if (result == 2) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   255
    THROW_MSG_(vmSymbols::java_lang_OutOfMemoryError(), message, nh);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   256
  } else if (result == 3) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   257
    return vmSymbols::java_lang_ClassFormatError();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   259
    ShouldNotReachHere();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   260
    return nh;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
489c9b5090e2 Initial load
duke
parents:
diff changeset
   264
// Methods in ClassVerifier
489c9b5090e2 Initial load
duke
parents:
diff changeset
   265
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
bool ClassVerifier::_verify_verbose = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
ClassVerifier::ClassVerifier(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
    instanceKlassHandle klass, char* msg, size_t msg_len, TRAPS)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
    : _thread(THREAD), _exception_type(symbolHandle()), _message(msg),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
      _message_buffer_len(msg_len), _klass(klass) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   272
  _this_type = VerificationType::reference_type(klass->name());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   274
489c9b5090e2 Initial load
duke
parents:
diff changeset
   275
ClassVerifier::~ClassVerifier() {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   276
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   277
7380
041cf7f1cce6 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg
parents: 6173
diff changeset
   278
VerificationType ClassVerifier::object_type() const {
041cf7f1cce6 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg
parents: 6173
diff changeset
   279
  return VerificationType::reference_type(vmSymbols::java_lang_Object());
041cf7f1cce6 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg
parents: 6173
diff changeset
   280
}
041cf7f1cce6 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg
parents: 6173
diff changeset
   281
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   282
void ClassVerifier::verify_class(TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   283
  if (_verify_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   284
    tty->print_cr("Verifying class %s with new format",
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
      _klass->external_name());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
  objArrayHandle methods(THREAD, _klass->methods());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
  int num_methods = methods->length();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   290
489c9b5090e2 Initial load
duke
parents:
diff changeset
   291
  for (int index = 0; index < num_methods; index++) {
5693
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   292
    // Check for recursive re-verification before each method.
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   293
    if (was_recursively_verified())  return;
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   294
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
    methodOop m = (methodOop)methods->obj_at(index);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
    if (m->is_native() || m->is_abstract()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
      // If m is native or abstract, skip it.  It is checked in class file
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
      // parser that methods do not override a final method.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
      continue;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   300
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
    verify_method(methodHandle(THREAD, m), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
  }
5693
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   303
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   304
  if (_verify_verbose || TraceClassInitialization) {
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   305
    if (was_recursively_verified())
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   306
      tty->print_cr("Recursive verification detected for: %s",
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   307
          _klass->external_name());
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   308
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   309
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
   310
489c9b5090e2 Initial load
duke
parents:
diff changeset
   311
void ClassVerifier::verify_method(methodHandle m, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   312
  ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   313
  _method = m;   // initialize _method
489c9b5090e2 Initial load
duke
parents:
diff changeset
   314
  if (_verify_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   315
    tty->print_cr("Verifying method %s", m->name_and_sig_as_C_string());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   316
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   317
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
  const char* bad_type_msg = "Bad type on operand stack in %s";
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
489c9b5090e2 Initial load
duke
parents:
diff changeset
   320
  int32_t max_stack = m->max_stack();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   321
  int32_t max_locals = m->max_locals();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
  constantPoolHandle cp(THREAD, m->constants());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   323
489c9b5090e2 Initial load
duke
parents:
diff changeset
   324
  if (!SignatureVerifier::is_valid_method_signature(m->signature())) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   325
    class_format_error("Invalid method signature");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   327
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   328
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
  // Initial stack map frame: offset is 0, stack is initially empty.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
  StackMapFrame current_frame(max_locals, max_stack, this);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   331
  // Set initial locals
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
  VerificationType return_type = current_frame.set_locals_from_arg(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   333
    m, current_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
  int32_t stackmap_index = 0; // index to the stackmap array
489c9b5090e2 Initial load
duke
parents:
diff changeset
   336
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
  u4 code_length = m->code_size();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   338
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
  // Scan the bytecode and map each instruction's start offset to a number.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   340
  char* code_data = generate_code_data(m, code_length, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   341
489c9b5090e2 Initial load
duke
parents:
diff changeset
   342
  int ex_min = code_length;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   343
  int ex_max = -1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   344
  // Look through each item on the exception table. Each of the fields must refer
489c9b5090e2 Initial load
duke
parents:
diff changeset
   345
  // to a legal instruction.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   346
  verify_exception_handler_table(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
    code_length, code_data, ex_min, ex_max, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
  // Look through each entry on the local variable table and make sure
489c9b5090e2 Initial load
duke
parents:
diff changeset
   350
  // its range of code array offsets is valid. (4169817)
489c9b5090e2 Initial load
duke
parents:
diff changeset
   351
  if (m->has_localvariable_table()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   352
    verify_local_variable_table(code_length, code_data, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   353
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   354
489c9b5090e2 Initial load
duke
parents:
diff changeset
   355
  typeArrayHandle stackmap_data(THREAD, m->stackmap_data());
489c9b5090e2 Initial load
duke
parents:
diff changeset
   356
  StackMapStream stream(stackmap_data);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   357
  StackMapReader reader(this, &stream, code_data, code_length, THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   358
  StackMapTable stackmap_table(&reader, &current_frame, max_locals, max_stack,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   359
                               code_data, code_length, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   360
489c9b5090e2 Initial load
duke
parents:
diff changeset
   361
  if (_verify_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   362
    stackmap_table.print();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   363
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   364
489c9b5090e2 Initial load
duke
parents:
diff changeset
   365
  RawBytecodeStream bcs(m);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   366
489c9b5090e2 Initial load
duke
parents:
diff changeset
   367
  // Scan the byte code linearly from the start to the end
489c9b5090e2 Initial load
duke
parents:
diff changeset
   368
  bool no_control_flow = false; // Set to true when there is no direct control
489c9b5090e2 Initial load
duke
parents:
diff changeset
   369
                                // flow from current instruction to the next
489c9b5090e2 Initial load
duke
parents:
diff changeset
   370
                                // instruction in sequence
489c9b5090e2 Initial load
duke
parents:
diff changeset
   371
  Bytecodes::Code opcode;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   372
  while (!bcs.is_last_bytecode()) {
5693
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   373
    // Check for recursive re-verification before each bytecode.
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   374
    if (was_recursively_verified())  return;
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
   375
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   376
    opcode = bcs.raw_next();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   377
    u2 bci = bcs.bci();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   378
489c9b5090e2 Initial load
duke
parents:
diff changeset
   379
    // Set current frame's offset to bci
489c9b5090e2 Initial load
duke
parents:
diff changeset
   380
    current_frame.set_offset(bci);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   381
489c9b5090e2 Initial load
duke
parents:
diff changeset
   382
    // Make sure every offset in stackmap table point to the beginning to
489c9b5090e2 Initial load
duke
parents:
diff changeset
   383
    // an instruction. Match current_frame to stackmap_table entry with
489c9b5090e2 Initial load
duke
parents:
diff changeset
   384
    // the same offset if exists.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   385
    stackmap_index = verify_stackmap_table(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   386
      stackmap_index, bci, &current_frame, &stackmap_table,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   387
      no_control_flow, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   388
489c9b5090e2 Initial load
duke
parents:
diff changeset
   389
    bool this_uninit = false;  // Set to true when invokespecial <init> initialized 'this'
489c9b5090e2 Initial load
duke
parents:
diff changeset
   390
489c9b5090e2 Initial load
duke
parents:
diff changeset
   391
    // Merge with the next instruction
489c9b5090e2 Initial load
duke
parents:
diff changeset
   392
    {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   393
      u2 index;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   394
      int target;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   395
      VerificationType type, type2;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   396
      VerificationType atype;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   397
489c9b5090e2 Initial load
duke
parents:
diff changeset
   398
#ifndef PRODUCT
489c9b5090e2 Initial load
duke
parents:
diff changeset
   399
      if (_verify_verbose) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   400
        current_frame.print();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   401
        tty->print_cr("offset = %d,  opcode = %s", bci, Bytecodes::name(opcode));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   402
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   403
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
   404
489c9b5090e2 Initial load
duke
parents:
diff changeset
   405
      // Make sure wide instruction is in correct format
489c9b5090e2 Initial load
duke
parents:
diff changeset
   406
      if (bcs.is_wide()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   407
        if (opcode != Bytecodes::_iinc   && opcode != Bytecodes::_iload  &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   408
            opcode != Bytecodes::_aload  && opcode != Bytecodes::_lload  &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   409
            opcode != Bytecodes::_istore && opcode != Bytecodes::_astore &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   410
            opcode != Bytecodes::_lstore && opcode != Bytecodes::_fload  &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   411
            opcode != Bytecodes::_dload  && opcode != Bytecodes::_fstore &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
   412
            opcode != Bytecodes::_dstore) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   413
          verify_error(bci, "Bad wide instruction");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   414
          return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   415
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   416
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   417
489c9b5090e2 Initial load
duke
parents:
diff changeset
   418
      switch (opcode) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   419
        case Bytecodes::_nop :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   420
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   421
        case Bytecodes::_aconst_null :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   422
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   423
            VerificationType::null_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   424
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   425
        case Bytecodes::_iconst_m1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   426
        case Bytecodes::_iconst_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   427
        case Bytecodes::_iconst_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   428
        case Bytecodes::_iconst_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   429
        case Bytecodes::_iconst_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   430
        case Bytecodes::_iconst_4 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   431
        case Bytecodes::_iconst_5 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   432
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   433
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   434
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   435
        case Bytecodes::_lconst_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   436
        case Bytecodes::_lconst_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   437
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   438
            VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   439
            VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   440
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   441
        case Bytecodes::_fconst_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   442
        case Bytecodes::_fconst_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   443
        case Bytecodes::_fconst_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   444
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   445
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   446
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   447
        case Bytecodes::_dconst_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   448
        case Bytecodes::_dconst_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   449
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   450
            VerificationType::double_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   451
            VerificationType::double2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   452
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   453
        case Bytecodes::_sipush :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   454
        case Bytecodes::_bipush :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   455
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   456
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   457
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   458
        case Bytecodes::_ldc :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   459
          verify_ldc(
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
   460
            opcode, bcs.get_index_u1(), &current_frame,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   461
            cp, bci, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   462
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   463
        case Bytecodes::_ldc_w :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   464
        case Bytecodes::_ldc2_w :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   465
          verify_ldc(
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
   466
            opcode, bcs.get_index_u2(), &current_frame,
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   467
            cp, bci, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   468
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   469
        case Bytecodes::_iload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   470
          verify_iload(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   471
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   472
        case Bytecodes::_iload_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   473
        case Bytecodes::_iload_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   474
        case Bytecodes::_iload_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   475
        case Bytecodes::_iload_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   476
          index = opcode - Bytecodes::_iload_0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   477
          verify_iload(index, &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   478
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   479
        case Bytecodes::_lload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   480
          verify_lload(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   481
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   482
        case Bytecodes::_lload_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   483
        case Bytecodes::_lload_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   484
        case Bytecodes::_lload_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   485
        case Bytecodes::_lload_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   486
          index = opcode - Bytecodes::_lload_0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   487
          verify_lload(index, &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   488
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   489
        case Bytecodes::_fload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   490
          verify_fload(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   491
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   492
        case Bytecodes::_fload_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   493
        case Bytecodes::_fload_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   494
        case Bytecodes::_fload_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   495
        case Bytecodes::_fload_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   496
          index = opcode - Bytecodes::_fload_0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   497
          verify_fload(index, &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   498
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   499
        case Bytecodes::_dload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   500
          verify_dload(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   501
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   502
        case Bytecodes::_dload_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   503
        case Bytecodes::_dload_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   504
        case Bytecodes::_dload_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   505
        case Bytecodes::_dload_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   506
          index = opcode - Bytecodes::_dload_0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   507
          verify_dload(index, &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   508
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   509
        case Bytecodes::_aload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   510
          verify_aload(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   511
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   512
        case Bytecodes::_aload_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   513
        case Bytecodes::_aload_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   514
        case Bytecodes::_aload_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   515
        case Bytecodes::_aload_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   516
          index = opcode - Bytecodes::_aload_0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   517
          verify_aload(index, &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   518
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   519
        case Bytecodes::_iaload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   520
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   521
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   522
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   523
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   524
          if (!atype.is_int_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   525
            verify_error(bci, bad_type_msg, "iaload");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   526
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   527
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   528
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   529
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   530
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   531
        case Bytecodes::_baload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   532
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   533
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   534
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   535
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   536
          if (!atype.is_bool_array() && !atype.is_byte_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   537
            verify_error(bci, bad_type_msg, "baload");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   538
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   539
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   540
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   541
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   542
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   543
        case Bytecodes::_caload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   544
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   545
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   546
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   547
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   548
          if (!atype.is_char_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   549
            verify_error(bci, bad_type_msg, "caload");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   550
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   551
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   552
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   553
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   554
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   555
        case Bytecodes::_saload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   556
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   557
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   558
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   559
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   560
          if (!atype.is_short_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   561
            verify_error(bci, bad_type_msg, "saload");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   562
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   563
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   564
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   565
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   566
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   567
        case Bytecodes::_laload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   568
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   569
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   570
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   571
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   572
          if (!atype.is_long_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   573
            verify_error(bci, bad_type_msg, "laload");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   574
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   575
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   576
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   577
            VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   578
            VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   579
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   580
        case Bytecodes::_faload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   581
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   582
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   583
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   584
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   585
          if (!atype.is_float_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   586
            verify_error(bci, bad_type_msg, "faload");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   587
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   588
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   589
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   590
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   591
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   592
        case Bytecodes::_daload :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   593
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   594
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   595
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   596
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   597
          if (!atype.is_double_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   598
            verify_error(bci, bad_type_msg, "daload");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   599
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   600
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   601
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   602
            VerificationType::double_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   603
            VerificationType::double2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   604
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   605
        case Bytecodes::_aaload : {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   606
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   607
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   608
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   609
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   610
          if (!atype.is_reference_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   611
            verify_error(bci, bad_type_msg, "aaload");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   612
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   613
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   614
          if (atype.is_null()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   615
            current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   616
              VerificationType::null_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   617
          } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   618
            VerificationType component =
489c9b5090e2 Initial load
duke
parents:
diff changeset
   619
              atype.get_component(CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   620
            current_frame.push_stack(component, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   621
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   622
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   623
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   624
        case Bytecodes::_istore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   625
          verify_istore(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   626
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   627
        case Bytecodes::_istore_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   628
        case Bytecodes::_istore_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   629
        case Bytecodes::_istore_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   630
        case Bytecodes::_istore_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   631
          index = opcode - Bytecodes::_istore_0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   632
          verify_istore(index, &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   633
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   634
        case Bytecodes::_lstore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   635
          verify_lstore(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   636
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   637
        case Bytecodes::_lstore_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   638
        case Bytecodes::_lstore_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   639
        case Bytecodes::_lstore_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   640
        case Bytecodes::_lstore_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   641
          index = opcode - Bytecodes::_lstore_0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   642
          verify_lstore(index, &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   643
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   644
        case Bytecodes::_fstore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   645
          verify_fstore(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   646
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   647
        case Bytecodes::_fstore_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   648
        case Bytecodes::_fstore_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   649
        case Bytecodes::_fstore_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   650
        case Bytecodes::_fstore_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   651
          index = opcode - Bytecodes::_fstore_0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   652
          verify_fstore(index, &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   653
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   654
        case Bytecodes::_dstore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   655
          verify_dstore(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   656
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   657
        case Bytecodes::_dstore_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   658
        case Bytecodes::_dstore_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   659
        case Bytecodes::_dstore_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   660
        case Bytecodes::_dstore_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   661
          index = opcode - Bytecodes::_dstore_0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   662
          verify_dstore(index, &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   663
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   664
        case Bytecodes::_astore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   665
          verify_astore(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   666
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   667
        case Bytecodes::_astore_0 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   668
        case Bytecodes::_astore_1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   669
        case Bytecodes::_astore_2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   670
        case Bytecodes::_astore_3 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   671
          index = opcode - Bytecodes::_astore_0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   672
          verify_astore(index, &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   673
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   674
        case Bytecodes::_iastore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   675
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   676
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   677
          type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   678
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   679
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   680
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   681
          if (!atype.is_int_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   682
            verify_error(bci, bad_type_msg, "iastore");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   683
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   684
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   685
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   686
        case Bytecodes::_bastore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   687
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   688
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   689
          type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   690
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   691
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   692
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   693
          if (!atype.is_bool_array() && !atype.is_byte_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   694
            verify_error(bci, bad_type_msg, "bastore");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   695
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   696
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   697
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   698
        case Bytecodes::_castore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   699
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   700
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   701
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   702
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   703
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   704
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   705
          if (!atype.is_char_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   706
            verify_error(bci, bad_type_msg, "castore");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   707
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   708
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   709
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   710
        case Bytecodes::_sastore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   711
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   712
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   713
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   714
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   715
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   716
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   717
          if (!atype.is_short_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   718
            verify_error(bci, bad_type_msg, "sastore");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   719
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   720
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   721
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   722
        case Bytecodes::_lastore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   723
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   724
            VerificationType::long2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   725
            VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   726
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   727
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   728
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   729
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   730
          if (!atype.is_long_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   731
            verify_error(bci, bad_type_msg, "lastore");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   732
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   733
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   734
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   735
        case Bytecodes::_fastore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   736
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   737
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   738
          current_frame.pop_stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
   739
            (VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   740
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   741
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   742
          if (!atype.is_float_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   743
            verify_error(bci, bad_type_msg, "fastore");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   744
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   745
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   746
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   747
        case Bytecodes::_dastore :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   748
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   749
            VerificationType::double2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   750
            VerificationType::double_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   751
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   752
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   753
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   754
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   755
          if (!atype.is_double_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   756
            verify_error(bci, bad_type_msg, "dastore");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   757
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   758
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   759
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   760
        case Bytecodes::_aastore :
7380
041cf7f1cce6 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg
parents: 6173
diff changeset
   761
          type = current_frame.pop_stack(object_type(), CHECK_VERIFY(this));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   762
          type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   763
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   764
          atype = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   765
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   766
          // more type-checking is done at runtime
489c9b5090e2 Initial load
duke
parents:
diff changeset
   767
          if (!atype.is_reference_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   768
            verify_error(bci, bad_type_msg, "aastore");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   769
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   770
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   771
          // 4938384: relaxed constraint in JVMS 3nd edition.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   772
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   773
        case Bytecodes::_pop :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   774
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   775
            VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   776
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   777
        case Bytecodes::_pop2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   778
          type = current_frame.pop_stack(CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   779
          if (type.is_category1()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   780
            current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   781
              VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   782
          } else if (type.is_category2_2nd()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   783
            current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   784
              VerificationType::category2_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   785
          } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   786
            verify_error(bci, bad_type_msg, "pop2");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   787
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   788
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   789
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   790
        case Bytecodes::_dup :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   791
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   792
            VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   793
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   794
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   795
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   796
        case Bytecodes::_dup_x1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   797
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   798
            VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   799
          type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   800
            VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   801
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   802
          current_frame.push_stack(type2, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   803
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   804
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   805
        case Bytecodes::_dup_x2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   806
        {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   807
          VerificationType type3;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   808
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   809
            VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   810
          type2 = current_frame.pop_stack(CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   811
          if (type2.is_category1()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   812
            type3 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   813
              VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   814
          } else if (type2.is_category2_2nd()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   815
            type3 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   816
              VerificationType::category2_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   817
          } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   818
            verify_error(bci, bad_type_msg, "dup_x2");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   819
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   820
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   821
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   822
          current_frame.push_stack(type3, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   823
          current_frame.push_stack(type2, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   824
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   825
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   826
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   827
        case Bytecodes::_dup2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   828
          type = current_frame.pop_stack(CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   829
          if (type.is_category1()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   830
            type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   831
              VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   832
          } else if (type.is_category2_2nd()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   833
            type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   834
              VerificationType::category2_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   835
          } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   836
            verify_error(bci, bad_type_msg, "dup2");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   837
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   838
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   839
          current_frame.push_stack(type2, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   840
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   841
          current_frame.push_stack(type2, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   842
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   843
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   844
        case Bytecodes::_dup2_x1 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   845
        {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   846
          VerificationType type3;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   847
          type = current_frame.pop_stack(CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   848
          if (type.is_category1()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   849
            type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   850
              VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   851
          } else if(type.is_category2_2nd()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   852
            type2 = current_frame.pop_stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
   853
              (VerificationType::category2_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   854
          } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   855
            verify_error(bci, bad_type_msg, "dup2_x1");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   856
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   857
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   858
          type3 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   859
            VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   860
          current_frame.push_stack(type2, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   861
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   862
          current_frame.push_stack(type3, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   863
          current_frame.push_stack(type2, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   864
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   865
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   866
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   867
        case Bytecodes::_dup2_x2 :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   868
        {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   869
          VerificationType type3, type4;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   870
          type = current_frame.pop_stack(CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   871
          if (type.is_category1()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   872
            type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   873
              VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   874
          } else if (type.is_category2_2nd()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   875
            type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   876
              VerificationType::category2_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   877
          } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   878
            verify_error(bci, bad_type_msg, "dup2_x2");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   879
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   880
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   881
          type3 = current_frame.pop_stack(CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   882
          if (type3.is_category1()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   883
            type4 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   884
              VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   885
          } else if (type3.is_category2_2nd()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   886
            type4 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   887
              VerificationType::category2_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   888
          } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   889
            verify_error(bci, bad_type_msg, "dup2_x2");
489c9b5090e2 Initial load
duke
parents:
diff changeset
   890
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   891
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   892
          current_frame.push_stack(type2, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   893
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   894
          current_frame.push_stack(type4, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   895
          current_frame.push_stack(type3, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   896
          current_frame.push_stack(type2, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   897
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   898
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   899
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   900
        case Bytecodes::_swap :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   901
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   902
            VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   903
          type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   904
            VerificationType::category1_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   905
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   906
          current_frame.push_stack(type2, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   907
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   908
        case Bytecodes::_iadd :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   909
        case Bytecodes::_isub :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   910
        case Bytecodes::_imul :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   911
        case Bytecodes::_idiv :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   912
        case Bytecodes::_irem :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   913
        case Bytecodes::_ishl :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   914
        case Bytecodes::_ishr :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   915
        case Bytecodes::_iushr :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   916
        case Bytecodes::_ior :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   917
        case Bytecodes::_ixor :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   918
        case Bytecodes::_iand :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   919
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   920
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   921
          // fall through
489c9b5090e2 Initial load
duke
parents:
diff changeset
   922
        case Bytecodes::_ineg :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   923
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   924
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   925
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   926
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   927
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   928
        case Bytecodes::_ladd :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   929
        case Bytecodes::_lsub :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   930
        case Bytecodes::_lmul :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   931
        case Bytecodes::_ldiv :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   932
        case Bytecodes::_lrem :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   933
        case Bytecodes::_land :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   934
        case Bytecodes::_lor :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   935
        case Bytecodes::_lxor :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   936
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   937
            VerificationType::long2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   938
            VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   939
          // fall through
489c9b5090e2 Initial load
duke
parents:
diff changeset
   940
        case Bytecodes::_lneg :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   941
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   942
            VerificationType::long2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   943
            VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   944
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   945
            VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   946
            VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   947
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   948
        case Bytecodes::_lshl :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   949
        case Bytecodes::_lshr :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   950
        case Bytecodes::_lushr :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   951
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   952
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   953
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   954
            VerificationType::long2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   955
            VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   956
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   957
            VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   958
            VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   959
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   960
        case Bytecodes::_fadd :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   961
        case Bytecodes::_fsub :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   962
        case Bytecodes::_fmul :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   963
        case Bytecodes::_fdiv :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   964
        case Bytecodes::_frem :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   965
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   966
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   967
          // fall through
489c9b5090e2 Initial load
duke
parents:
diff changeset
   968
        case Bytecodes::_fneg :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   969
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   970
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   971
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   972
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   973
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   974
        case Bytecodes::_dadd :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   975
        case Bytecodes::_dsub :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   976
        case Bytecodes::_dmul :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   977
        case Bytecodes::_ddiv :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   978
        case Bytecodes::_drem :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   979
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   980
            VerificationType::double2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   981
            VerificationType::double_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   982
          // fall through
489c9b5090e2 Initial load
duke
parents:
diff changeset
   983
        case Bytecodes::_dneg :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   984
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   985
            VerificationType::double2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   986
            VerificationType::double_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   987
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   988
            VerificationType::double_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   989
            VerificationType::double2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   990
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   991
        case Bytecodes::_iinc :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   992
          verify_iinc(bcs.get_index(), &current_frame, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   993
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   994
        case Bytecodes::_i2l :
489c9b5090e2 Initial load
duke
parents:
diff changeset
   995
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   996
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
   997
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   998
            VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
   999
            VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1000
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1001
       case Bytecodes::_l2i :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1002
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1003
            VerificationType::long2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1004
            VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1005
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1006
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1007
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1008
        case Bytecodes::_i2f :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1009
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1010
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1011
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1012
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1013
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1014
        case Bytecodes::_i2d :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1015
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1016
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1017
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1018
            VerificationType::double_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1019
            VerificationType::double2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1020
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1021
        case Bytecodes::_l2f :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1022
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1023
            VerificationType::long2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1024
            VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1025
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1026
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1027
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1028
        case Bytecodes::_l2d :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1029
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1030
            VerificationType::long2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1031
            VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1032
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1033
            VerificationType::double_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1034
            VerificationType::double2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1035
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1036
        case Bytecodes::_f2i :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1037
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1038
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1039
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1040
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1041
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1042
        case Bytecodes::_f2l :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1043
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1044
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1045
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1046
            VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1047
            VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1048
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1049
        case Bytecodes::_f2d :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1050
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1051
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1052
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1053
            VerificationType::double_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1054
            VerificationType::double2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1055
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1056
        case Bytecodes::_d2i :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1057
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1058
            VerificationType::double2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1059
            VerificationType::double_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1060
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1061
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1062
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1063
        case Bytecodes::_d2l :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1064
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1065
            VerificationType::double2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1066
            VerificationType::double_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1067
          current_frame.push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1068
            VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1069
            VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1070
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1071
        case Bytecodes::_d2f :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1072
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1073
            VerificationType::double2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1074
            VerificationType::double_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1075
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1076
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1077
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1078
        case Bytecodes::_i2b :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1079
        case Bytecodes::_i2c :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1080
        case Bytecodes::_i2s :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1081
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1082
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1083
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1084
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1085
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1086
        case Bytecodes::_lcmp :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1087
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1088
            VerificationType::long2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1089
            VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1090
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1091
            VerificationType::long2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1092
            VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1093
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1094
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1095
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1096
        case Bytecodes::_fcmpl :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1097
        case Bytecodes::_fcmpg :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1098
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1099
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1100
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1101
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1102
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1103
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1104
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1105
        case Bytecodes::_dcmpl :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1106
        case Bytecodes::_dcmpg :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1107
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1108
            VerificationType::double2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1109
            VerificationType::double_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1110
          current_frame.pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1111
            VerificationType::double2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1112
            VerificationType::double_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1113
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1114
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1115
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1116
        case Bytecodes::_if_icmpeq:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1117
        case Bytecodes::_if_icmpne:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1118
        case Bytecodes::_if_icmplt:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1119
        case Bytecodes::_if_icmpge:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1120
        case Bytecodes::_if_icmpgt:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1121
        case Bytecodes::_if_icmple:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1122
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1123
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1124
          // fall through
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1125
        case Bytecodes::_ifeq:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1126
        case Bytecodes::_ifne:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1127
        case Bytecodes::_iflt:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1128
        case Bytecodes::_ifge:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1129
        case Bytecodes::_ifgt:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1130
        case Bytecodes::_ifle:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1131
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1132
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1133
          target = bcs.dest();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1134
          stackmap_table.check_jump_target(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1135
            &current_frame, target, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1136
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1137
        case Bytecodes::_if_acmpeq :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1138
        case Bytecodes::_if_acmpne :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1139
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1140
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1141
          // fall through
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1142
        case Bytecodes::_ifnull :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1143
        case Bytecodes::_ifnonnull :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1144
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1145
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1146
          target = bcs.dest();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1147
          stackmap_table.check_jump_target
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1148
            (&current_frame, target, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1149
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1150
        case Bytecodes::_goto :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1151
          target = bcs.dest();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1152
          stackmap_table.check_jump_target(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1153
            &current_frame, target, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1154
          no_control_flow = true; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1155
        case Bytecodes::_goto_w :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1156
          target = bcs.dest_w();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1157
          stackmap_table.check_jump_target(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1158
            &current_frame, target, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1159
          no_control_flow = true; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1160
        case Bytecodes::_tableswitch :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1161
        case Bytecodes::_lookupswitch :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1162
          verify_switch(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1163
            &bcs, code_length, code_data, &current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1164
            &stackmap_table, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1165
          no_control_flow = true; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1166
        case Bytecodes::_ireturn :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1167
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1168
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1169
          verify_return_value(return_type, type, bci, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1170
          no_control_flow = true; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1171
        case Bytecodes::_lreturn :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1172
          type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1173
            VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1174
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1175
            VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1176
          verify_return_value(return_type, type, bci, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1177
          no_control_flow = true; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1178
        case Bytecodes::_freturn :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1179
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1180
            VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1181
          verify_return_value(return_type, type, bci, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1182
          no_control_flow = true; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1183
        case Bytecodes::_dreturn :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1184
          type2 = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1185
            VerificationType::double2_type(),  CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1186
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1187
            VerificationType::double_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1188
          verify_return_value(return_type, type, bci, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1189
          no_control_flow = true; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1190
        case Bytecodes::_areturn :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1191
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1192
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1193
          verify_return_value(return_type, type, bci, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1194
          no_control_flow = true; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1195
        case Bytecodes::_return :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1196
          if (return_type != VerificationType::bogus_type()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1197
            verify_error(bci, "Method expects no return value");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1198
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1199
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1200
          // Make sure "this" has been initialized if current method is an
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1201
          // <init>
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1202
          if (_method->name() == vmSymbols::object_initializer_name() &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1203
              current_frame.flag_this_uninit()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1204
            verify_error(bci,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1205
              "Constructor must call super() or this() before return");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1206
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1207
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1208
          no_control_flow = true; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1209
        case Bytecodes::_getstatic :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1210
        case Bytecodes::_putstatic :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1211
        case Bytecodes::_getfield :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1212
        case Bytecodes::_putfield :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1213
          verify_field_instructions(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1214
            &bcs, &current_frame, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1215
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1216
        case Bytecodes::_invokevirtual :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1217
        case Bytecodes::_invokespecial :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1218
        case Bytecodes::_invokestatic :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1219
          verify_invoke_instructions(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1220
            &bcs, code_length, &current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1221
            &this_uninit, return_type, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1222
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1223
        case Bytecodes::_invokeinterface :
2570
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1224
        case Bytecodes::_invokedynamic :
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1225
          verify_invoke_instructions(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1226
            &bcs, code_length, &current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1227
            &this_uninit, return_type, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1228
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1229
        case Bytecodes::_new :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1230
        {
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1231
          index = bcs.get_index_u2();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1232
          verify_cp_class_type(index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1233
          VerificationType new_class_type =
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1234
            cp_index_to_type(index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1235
          if (!new_class_type.is_object()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1236
            verify_error(bci, "Illegal new instruction");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1237
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1238
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1239
          type = VerificationType::uninitialized_type(bci);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1240
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1241
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1242
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1243
        case Bytecodes::_newarray :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1244
          type = get_newarray_type(bcs.get_index(), bci, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1245
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1246
            VerificationType::integer_type(),  CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1247
          current_frame.push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1248
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1249
        case Bytecodes::_anewarray :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1250
          verify_anewarray(
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1251
            bcs.get_index_u2(), cp, &current_frame, CHECK_VERIFY(this));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1252
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1253
        case Bytecodes::_arraylength :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1254
          type = current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1255
            VerificationType::reference_check(), CHECK_VERIFY(this));
381
e7275780f686 6692246: Regression : JDK 6u4 b01 fails two JCK tests when fallback is switched off
kamg
parents: 1
diff changeset
  1256
          if (!(type.is_null() || type.is_array())) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1257
            verify_error(bci, bad_type_msg, "arraylength");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1258
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1259
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1260
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1261
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1262
        case Bytecodes::_checkcast :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1263
        {
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1264
          index = bcs.get_index_u2();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1265
          verify_cp_class_type(index, cp, CHECK_VERIFY(this));
7380
041cf7f1cce6 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg
parents: 6173
diff changeset
  1266
          current_frame.pop_stack(object_type(), CHECK_VERIFY(this));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1267
          VerificationType klass_type = cp_index_to_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1268
            index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1269
          current_frame.push_stack(klass_type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1270
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1271
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1272
        case Bytecodes::_instanceof : {
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1273
          index = bcs.get_index_u2();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1274
          verify_cp_class_type(index, cp, CHECK_VERIFY(this));
7380
041cf7f1cce6 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg
parents: 6173
diff changeset
  1275
          current_frame.pop_stack(object_type(), CHECK_VERIFY(this));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1276
          current_frame.push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1277
            VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1278
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1279
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1280
        case Bytecodes::_monitorenter :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1281
        case Bytecodes::_monitorexit :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1282
          current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1283
            VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1284
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1285
        case Bytecodes::_multianewarray :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1286
        {
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1287
          index = bcs.get_index_u2();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1288
          u2 dim = *(bcs.bcp()+3);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1289
          verify_cp_class_type(index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1290
          VerificationType new_array_type =
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1291
            cp_index_to_type(index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1292
          if (!new_array_type.is_array()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1293
            verify_error(bci,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1294
              "Illegal constant pool index in multianewarray instruction");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1295
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1296
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1297
          if (dim < 1 || new_array_type.dimensions() < dim) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1298
            verify_error(bci,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1299
              "Illegal dimension in multianewarray instruction");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1300
            return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1301
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1302
          for (int i = 0; i < dim; i++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1303
            current_frame.pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1304
              VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1305
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1306
          current_frame.push_stack(new_array_type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1307
          no_control_flow = false; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1308
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1309
        case Bytecodes::_athrow :
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1310
          type = VerificationType::reference_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1311
            vmSymbols::java_lang_Throwable());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1312
          current_frame.pop_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1313
          no_control_flow = true; break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1314
        default:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1315
          // We only need to check the valid bytecodes in class file.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1316
          // And jsr and ret are not in the new class file format in JDK1.5.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1317
          verify_error(bci, "Bad instruction");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1318
          no_control_flow = false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1319
          return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1320
      }  // end switch
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1321
    }  // end Merge with the next instruction
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1322
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1323
    // Look for possible jump target in exception handlers and see if it
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1324
    // matches current_frame
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1325
    if (bci >= ex_min && bci < ex_max) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1326
      verify_exception_handler_targets(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1327
        bci, this_uninit, &current_frame, &stackmap_table, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1328
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1329
  } // end while
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1330
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1331
  // Make sure that control flow does not fall through end of the method
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1332
  if (!no_control_flow) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1333
    verify_error(code_length, "Control flow falls through code end");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1334
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1335
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1336
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1337
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1338
char* ClassVerifier::generate_code_data(methodHandle m, u4 code_length, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1339
  char* code_data = NEW_RESOURCE_ARRAY(char, code_length);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1340
  memset(code_data, 0, sizeof(char) * code_length);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1341
  RawBytecodeStream bcs(m);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1342
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1343
  while (!bcs.is_last_bytecode()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1344
    if (bcs.raw_next() != Bytecodes::_illegal) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1345
      int bci = bcs.bci();
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1346
      if (bcs.raw_code() == Bytecodes::_new) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1347
        code_data[bci] = NEW_OFFSET;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1348
      } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1349
        code_data[bci] = BYTECODE_OFFSET;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1350
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1351
    } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1352
      verify_error(bcs.bci(), "Bad instruction");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1353
      return NULL;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1354
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1355
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1356
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1357
  return code_data;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1358
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1359
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1360
void ClassVerifier::verify_exception_handler_table(u4 code_length, char* code_data, int& min, int& max, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1361
  typeArrayHandle exhandlers (THREAD, _method->exception_table());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1362
  constantPoolHandle cp (THREAD, _method->constants());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1363
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1364
  if (exhandlers() != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1365
    for(int i = 0; i < exhandlers->length();) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1366
      u2 start_pc = exhandlers->int_at(i++);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1367
      u2 end_pc = exhandlers->int_at(i++);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1368
      u2 handler_pc = exhandlers->int_at(i++);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1369
      if (start_pc >= code_length || code_data[start_pc] == 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1370
        class_format_error("Illegal exception table start_pc %d", start_pc);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1371
        return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1372
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1373
      if (end_pc != code_length) {   // special case: end_pc == code_length
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1374
        if (end_pc > code_length || code_data[end_pc] == 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1375
          class_format_error("Illegal exception table end_pc %d", end_pc);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1376
          return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1377
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1378
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1379
      if (handler_pc >= code_length || code_data[handler_pc] == 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1380
        class_format_error("Illegal exception table handler_pc %d", handler_pc);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1381
        return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1382
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1383
      int catch_type_index = exhandlers->int_at(i++);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1384
      if (catch_type_index != 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1385
        VerificationType catch_type = cp_index_to_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1386
          catch_type_index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1387
        VerificationType throwable =
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1388
          VerificationType::reference_type(vmSymbols::java_lang_Throwable());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1389
        bool is_subclass = throwable.is_assignable_from(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1390
          catch_type, current_class(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1391
        if (!is_subclass) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1392
          // 4286534: should throw VerifyError according to recent spec change
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1393
          verify_error(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1394
            "Catch type is not a subclass of Throwable in handler %d",
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1395
            handler_pc);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1396
          return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1397
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1398
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1399
      if (start_pc < min) min = start_pc;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1400
      if (end_pc > max) max = end_pc;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1401
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1402
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1403
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1404
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1405
void ClassVerifier::verify_local_variable_table(u4 code_length, char* code_data, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1406
  int localvariable_table_length = _method()->localvariable_table_length();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1407
  if (localvariable_table_length > 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1408
    LocalVariableTableElement* table = _method()->localvariable_table_start();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1409
    for (int i = 0; i < localvariable_table_length; i++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1410
      u2 start_bci = table[i].start_bci;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1411
      u2 length = table[i].length;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1412
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1413
      if (start_bci >= code_length || code_data[start_bci] == 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1414
        class_format_error(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1415
          "Illegal local variable table start_pc %d", start_bci);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1416
        return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1417
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1418
      u4 end_bci = (u4)(start_bci + length);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1419
      if (end_bci != code_length) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1420
        if (end_bci >= code_length || code_data[end_bci] == 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1421
          class_format_error( "Illegal local variable table length %d", length);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1422
          return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1423
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1424
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1425
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1426
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1427
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1428
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1429
u2 ClassVerifier::verify_stackmap_table(u2 stackmap_index, u2 bci,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1430
                                        StackMapFrame* current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1431
                                        StackMapTable* stackmap_table,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1432
                                        bool no_control_flow, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1433
  if (stackmap_index < stackmap_table->get_frame_count()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1434
    u2 this_offset = stackmap_table->get_offset(stackmap_index);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1435
    if (no_control_flow && this_offset > bci) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1436
      verify_error(bci, "Expecting a stack map frame");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1437
      return 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1438
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1439
    if (this_offset == bci) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1440
      // See if current stack map can be assigned to the frame in table.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1441
      // current_frame is the stackmap frame got from the last instruction.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1442
      // If matched, current_frame will be updated by this method.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1443
      bool match = stackmap_table->match_stackmap(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1444
        current_frame, this_offset, stackmap_index,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1445
        !no_control_flow, true, CHECK_VERIFY_(this, 0));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1446
      if (!match) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1447
        // report type error
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1448
        verify_error(bci, "Instruction type does not match stack map");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1449
        return 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1450
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1451
      stackmap_index++;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1452
    } else if (this_offset < bci) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1453
      // current_offset should have met this_offset.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1454
      class_format_error("Bad stack map offset %d", this_offset);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1455
      return 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1456
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1457
  } else if (no_control_flow) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1458
    verify_error(bci, "Expecting a stack map frame");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1459
    return 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1460
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1461
  return stackmap_index;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1462
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1463
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1464
void ClassVerifier::verify_exception_handler_targets(u2 bci, bool this_uninit, StackMapFrame* current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1465
                                                     StackMapTable* stackmap_table, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1466
  constantPoolHandle cp (THREAD, _method->constants());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1467
  typeArrayHandle exhandlers (THREAD, _method->exception_table());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1468
  if (exhandlers() != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1469
    for(int i = 0; i < exhandlers->length();) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1470
      u2 start_pc = exhandlers->int_at(i++);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1471
      u2 end_pc = exhandlers->int_at(i++);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1472
      u2 handler_pc = exhandlers->int_at(i++);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1473
      int catch_type_index = exhandlers->int_at(i++);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1474
      if(bci >= start_pc && bci < end_pc) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1475
        u1 flags = current_frame->flags();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1476
        if (this_uninit) {  flags |= FLAG_THIS_UNINIT; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1477
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1478
        ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1479
        StackMapFrame* new_frame = current_frame->frame_in_exception_handler(flags);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1480
        if (catch_type_index != 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1481
          // We know that this index refers to a subclass of Throwable
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1482
          VerificationType catch_type = cp_index_to_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1483
            catch_type_index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1484
          new_frame->push_stack(catch_type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1485
        } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1486
          VerificationType throwable =
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1487
            VerificationType::reference_type(vmSymbols::java_lang_Throwable());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1488
          new_frame->push_stack(throwable, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1489
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1490
        bool match = stackmap_table->match_stackmap(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1491
          new_frame, handler_pc, true, false, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1492
        if (!match) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1493
          verify_error(bci,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1494
            "Stack map does not match the one at exception handler %d",
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1495
            handler_pc);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1496
          return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1497
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1498
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1499
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1500
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1501
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1502
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1503
void ClassVerifier::verify_cp_index(constantPoolHandle cp, int index, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1504
  int nconstants = cp->length();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1505
  if ((index <= 0) || (index >= nconstants)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1506
    verify_error("Illegal constant pool index %d in class %s",
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1507
      index, instanceKlass::cast(cp->pool_holder())->external_name());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1508
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1509
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1510
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1511
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1512
void ClassVerifier::verify_cp_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1513
    int index, constantPoolHandle cp, unsigned int types, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1514
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1515
  // In some situations, bytecode rewriting may occur while we're verifying.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1516
  // In this case, a constant pool cache exists and some indices refer to that
5693
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
  1517
  // instead.  Be sure we don't pick up such indices by accident.
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
  1518
  // We must check was_recursively_verified() before we get here.
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 5688
diff changeset
  1519
  guarantee(cp->cache() == NULL, "not rewritten yet");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1520
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1521
  verify_cp_index(cp, index, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1522
  unsigned int tag = cp->tag_at(index).value();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1523
  if ((types & (1 << tag)) == 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1524
    verify_error(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1525
      "Illegal type at constant pool entry %d in class %s",
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1526
      index, instanceKlass::cast(cp->pool_holder())->external_name());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1527
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1528
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1529
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1530
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1531
void ClassVerifier::verify_cp_class_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1532
    int index, constantPoolHandle cp, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1533
  verify_cp_index(cp, index, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1534
  constantTag tag = cp->tag_at(index);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1535
  if (!tag.is_klass() && !tag.is_unresolved_klass()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1536
    verify_error("Illegal type at constant pool entry %d in class %s",
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1537
      index, instanceKlass::cast(cp->pool_holder())->external_name());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1538
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1539
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1540
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1541
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1542
void ClassVerifier::format_error_message(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1543
    const char* fmt, int offset, va_list va) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1544
  ResourceMark rm(_thread);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1545
  stringStream message(_message, _message_buffer_len);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1546
  message.vprint(fmt, va);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1547
  if (!_method.is_null()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1548
    message.print(" in method %s", _method->name_and_sig_as_C_string());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1549
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1550
  if (offset != -1) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1551
    message.print(" at offset %d", offset);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1552
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1553
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1554
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1555
void ClassVerifier::verify_error(u2 offset, const char* fmt, ...) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1556
  _exception_type = vmSymbols::java_lang_VerifyError();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1557
  va_list va;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1558
  va_start(va, fmt);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1559
  format_error_message(fmt, offset, va);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1560
  va_end(va);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1561
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1562
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1563
void ClassVerifier::verify_error(const char* fmt, ...) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1564
  _exception_type = vmSymbols::java_lang_VerifyError();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1565
  va_list va;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1566
  va_start(va, fmt);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1567
  format_error_message(fmt, -1, va);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1568
  va_end(va);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1569
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1570
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1571
void ClassVerifier::class_format_error(const char* msg, ...) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1572
  _exception_type = vmSymbols::java_lang_ClassFormatError();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1573
  va_list va;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1574
  va_start(va, msg);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1575
  format_error_message(msg, -1, va);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1576
  va_end(va);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1577
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1578
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1579
klassOop ClassVerifier::load_class(symbolHandle name, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1580
  // Get current loader and protection domain first.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1581
  oop loader = current_class()->class_loader();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1582
  oop protection_domain = current_class()->protection_domain();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1583
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1584
  return SystemDictionary::resolve_or_fail(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1585
    name, Handle(THREAD, loader), Handle(THREAD, protection_domain),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1586
    true, CHECK_NULL);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1587
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1588
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1589
bool ClassVerifier::is_protected_access(instanceKlassHandle this_class,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1590
                                        klassOop target_class,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1591
                                        symbolOop field_name,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1592
                                        symbolOop field_sig,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1593
                                        bool is_method) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1594
  No_Safepoint_Verifier nosafepoint;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1595
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1596
  // If target class isn't a super class of this class, we don't worry about this case
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1597
  if (!this_class->is_subclass_of(target_class)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1598
    return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1599
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1600
  // Check if the specified method or field is protected
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1601
  instanceKlass* target_instance = instanceKlass::cast(target_class);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1602
  fieldDescriptor fd;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1603
  if (is_method) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1604
    methodOop m = target_instance->uncached_lookup_method(field_name, field_sig);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1605
    if (m != NULL && m->is_protected()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1606
      if (!this_class->is_same_class_package(m->method_holder())) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1607
        return true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1608
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1609
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1610
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1611
    klassOop member_klass = target_instance->find_field(field_name, field_sig, &fd);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1612
    if(member_klass != NULL && fd.is_protected()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1613
      if (!this_class->is_same_class_package(member_klass)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1614
        return true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1615
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1616
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1617
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1618
  return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1619
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1620
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1621
void ClassVerifier::verify_ldc(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1622
    int opcode, u2 index, StackMapFrame *current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1623
     constantPoolHandle cp, u2 bci, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1624
  verify_cp_index(cp, index, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1625
  constantTag tag = cp->tag_at(index);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1626
  unsigned int types;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1627
  if (opcode == Bytecodes::_ldc || opcode == Bytecodes::_ldc_w) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1628
    if (!tag.is_unresolved_string() && !tag.is_unresolved_klass()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1629
      types = (1 << JVM_CONSTANT_Integer) | (1 << JVM_CONSTANT_Float)
5882
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1630
            | (1 << JVM_CONSTANT_String)  | (1 << JVM_CONSTANT_Class)
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1631
            | (1 << JVM_CONSTANT_MethodHandle) | (1 << JVM_CONSTANT_MethodType);
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1632
      // Note:  The class file parser already verified the legality of
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1633
      // MethodHandle and MethodType constants.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1634
      verify_cp_type(index, cp, types, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1635
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1636
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1637
    assert(opcode == Bytecodes::_ldc2_w, "must be ldc2_w");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1638
    types = (1 << JVM_CONSTANT_Double) | (1 << JVM_CONSTANT_Long);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1639
    verify_cp_type(index, cp, types, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1640
  }
1550
be2fc37a817f 6653858: dynamic languages need to be able to load anonymous classes
jrose
parents: 670
diff changeset
  1641
  if (tag.is_string() && cp->is_pseudo_string_at(index)) {
7380
041cf7f1cce6 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg
parents: 6173
diff changeset
  1642
    current_frame->push_stack(object_type(), CHECK_VERIFY(this));
1550
be2fc37a817f 6653858: dynamic languages need to be able to load anonymous classes
jrose
parents: 670
diff changeset
  1643
  } else if (tag.is_string() || tag.is_unresolved_string()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1644
    current_frame->push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1645
      VerificationType::reference_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1646
        vmSymbols::java_lang_String()), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1647
  } else if (tag.is_klass() || tag.is_unresolved_klass()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1648
    current_frame->push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1649
      VerificationType::reference_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1650
        vmSymbols::java_lang_Class()), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1651
  } else if (tag.is_int()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1652
    current_frame->push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1653
      VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1654
  } else if (tag.is_float()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1655
    current_frame->push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1656
      VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1657
  } else if (tag.is_double()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1658
    current_frame->push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1659
      VerificationType::double_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1660
      VerificationType::double2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1661
  } else if (tag.is_long()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1662
    current_frame->push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1663
      VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1664
      VerificationType::long2_type(), CHECK_VERIFY(this));
5882
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1665
  } else if (tag.is_method_handle()) {
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1666
    current_frame->push_stack(
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1667
      VerificationType::reference_type(
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1668
        vmSymbols::java_dyn_MethodHandle()), CHECK_VERIFY(this));
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1669
  } else if (tag.is_method_type()) {
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1670
    current_frame->push_stack(
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1671
      VerificationType::reference_type(
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1672
        vmSymbols::java_dyn_MethodType()), CHECK_VERIFY(this));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1673
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1674
    verify_error(bci, "Invalid index in ldc");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1675
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1676
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1677
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1678
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1679
void ClassVerifier::verify_switch(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1680
    RawBytecodeStream* bcs, u4 code_length, char* code_data,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1681
    StackMapFrame* current_frame, StackMapTable* stackmap_table, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1682
  int bci = bcs->bci();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1683
  address bcp = bcs->bcp();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1684
  address aligned_bcp = (address) round_to((intptr_t)(bcp + 1), jintSize);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1685
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1686
  // 4639449 & 4647081: padding bytes must be 0
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1687
  u2 padding_offset = 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1688
  while ((bcp + padding_offset) < aligned_bcp) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1689
    if(*(bcp + padding_offset) != 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1690
      verify_error(bci, "Nonzero padding byte in lookswitch or tableswitch");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1691
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1692
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1693
    padding_offset++;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1694
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1695
  int default_offset = (int) Bytes::get_Java_u4(aligned_bcp);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1696
  int keys, delta;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1697
  current_frame->pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1698
    VerificationType::integer_type(), CHECK_VERIFY(this));
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1699
  if (bcs->raw_code() == Bytecodes::_tableswitch) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1700
    jint low = (jint)Bytes::get_Java_u4(aligned_bcp + jintSize);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1701
    jint high = (jint)Bytes::get_Java_u4(aligned_bcp + 2*jintSize);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1702
    if (low > high) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1703
      verify_error(bci,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1704
        "low must be less than or equal to high in tableswitch");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1705
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1706
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1707
    keys = high - low + 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1708
    if (keys < 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1709
      verify_error(bci, "too many keys in tableswitch");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1710
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1711
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1712
    delta = 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1713
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1714
    keys = (int)Bytes::get_Java_u4(aligned_bcp + jintSize);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1715
    if (keys < 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1716
      verify_error(bci, "number of keys in lookupswitch less than 0");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1717
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1718
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1719
    delta = 2;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1720
    // Make sure that the lookupswitch items are sorted
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1721
    for (int i = 0; i < (keys - 1); i++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1722
      jint this_key = Bytes::get_Java_u4(aligned_bcp + (2+2*i)*jintSize);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1723
      jint next_key = Bytes::get_Java_u4(aligned_bcp + (2+2*i+2)*jintSize);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1724
      if (this_key >= next_key) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1725
        verify_error(bci, "Bad lookupswitch instruction");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1726
        return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1727
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1728
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1729
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1730
  int target = bci + default_offset;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1731
  stackmap_table->check_jump_target(current_frame, target, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1732
  for (int i = 0; i < keys; i++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1733
    target = bci + (jint)Bytes::get_Java_u4(aligned_bcp+(3+i*delta)*jintSize);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1734
    stackmap_table->check_jump_target(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1735
      current_frame, target, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1736
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1737
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1738
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1739
bool ClassVerifier::name_in_supers(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1740
    symbolOop ref_name, instanceKlassHandle current) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1741
  klassOop super = current->super();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1742
  while (super != NULL) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1743
    if (super->klass_part()->name() == ref_name) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1744
      return true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1745
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1746
    super = super->klass_part()->super();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1747
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1748
  return false;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1749
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1750
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1751
void ClassVerifier::verify_field_instructions(RawBytecodeStream* bcs,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1752
                                              StackMapFrame* current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1753
                                              constantPoolHandle cp,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1754
                                              TRAPS) {
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1755
  u2 index = bcs->get_index_u2();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1756
  verify_cp_type(index, cp, 1 << JVM_CONSTANT_Fieldref, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1757
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1758
  // Get field name and signature
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1759
  symbolHandle field_name = symbolHandle(THREAD, cp->name_ref_at(index));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1760
  symbolHandle field_sig = symbolHandle(THREAD, cp->signature_ref_at(index));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1761
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1762
  if (!SignatureVerifier::is_valid_type_signature(field_sig)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1763
    class_format_error(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1764
      "Invalid signature for field in class %s referenced "
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1765
      "from constant pool index %d", _klass->external_name(), index);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1766
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1767
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1768
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1769
  // Get referenced class type
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1770
  VerificationType ref_class_type = cp_ref_index_to_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1771
    index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1772
  if (!ref_class_type.is_object()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1773
    verify_error(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1774
      "Expecting reference to class in class %s at constant pool index %d",
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1775
      _klass->external_name(), index);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1776
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1777
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1778
  VerificationType target_class_type = ref_class_type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1779
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1780
  assert(sizeof(VerificationType) == sizeof(uintptr_t),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1781
        "buffer type must match VerificationType size");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1782
  uintptr_t field_type_buffer[2];
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1783
  VerificationType* field_type = (VerificationType*)field_type_buffer;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1784
  // If we make a VerificationType[2] array directly, the compiler calls
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1785
  // to the c-runtime library to do the allocation instead of just
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1786
  // stack allocating it.  Plus it would run constructors.  This shows up
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1787
  // in performance profiles.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1788
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1789
  SignatureStream sig_stream(field_sig, false);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1790
  VerificationType stack_object_type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1791
  int n = change_sig_to_verificationType(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1792
    &sig_stream, field_type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1793
  u2 bci = bcs->bci();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1794
  bool is_assignable;
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1795
  switch (bcs->raw_code()) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1796
    case Bytecodes::_getstatic: {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1797
      for (int i = 0; i < n; i++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1798
        current_frame->push_stack(field_type[i], CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1799
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1800
      break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1801
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1802
    case Bytecodes::_putstatic: {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1803
      for (int i = n - 1; i >= 0; i--) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1804
        current_frame->pop_stack(field_type[i], CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1805
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1806
      break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1807
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1808
    case Bytecodes::_getfield: {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1809
      stack_object_type = current_frame->pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1810
        target_class_type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1811
      for (int i = 0; i < n; i++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1812
        current_frame->push_stack(field_type[i], CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1813
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1814
      goto check_protected;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1815
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1816
    case Bytecodes::_putfield: {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1817
      for (int i = n - 1; i >= 0; i--) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1818
        current_frame->pop_stack(field_type[i], CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1819
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1820
      stack_object_type = current_frame->pop_stack(CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1821
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1822
      // The JVMS 2nd edition allows field initialization before the superclass
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1823
      // initializer, if the field is defined within the current class.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1824
      fieldDescriptor fd;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1825
      if (stack_object_type == VerificationType::uninitialized_this_type() &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1826
          target_class_type.equals(current_type()) &&
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1827
          _klass->find_local_field(field_name(), field_sig(), &fd)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1828
        stack_object_type = current_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1829
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1830
      is_assignable = target_class_type.is_assignable_from(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1831
        stack_object_type, current_class(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1832
      if (!is_assignable) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1833
        verify_error(bci, "Bad type on operand stack in putfield");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1834
        return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1835
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1836
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1837
    check_protected: {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1838
      if (_this_type == stack_object_type)
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1839
        break; // stack_object_type must be assignable to _current_class_type
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1840
      symbolHandle ref_class_name = symbolHandle(THREAD,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1841
        cp->klass_name_at(cp->klass_ref_index_at(index)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1842
      if (!name_in_supers(ref_class_name(), current_class()))
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1843
        // stack_object_type must be assignable to _current_class_type since:
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1844
        // 1. stack_object_type must be assignable to ref_class.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1845
        // 2. ref_class must be _current_class or a subclass of it. It can't
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1846
        //    be a superclass of it. See revised JVMS 5.4.4.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1847
        break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1848
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1849
      klassOop ref_class_oop = load_class(ref_class_name, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1850
      if (is_protected_access(current_class(), ref_class_oop, field_name(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1851
                              field_sig(), false)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1852
        // It's protected access, check if stack object is assignable to
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1853
        // current class.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1854
        is_assignable = current_type().is_assignable_from(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1855
          stack_object_type, current_class(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1856
        if (!is_assignable) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1857
          verify_error(bci, "Bad access to protected data in getfield");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1858
          return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1859
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1860
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1861
      break;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1862
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1863
    default: ShouldNotReachHere();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1864
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1865
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1866
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1867
void ClassVerifier::verify_invoke_init(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1868
    RawBytecodeStream* bcs, VerificationType ref_class_type,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1869
    StackMapFrame* current_frame, u4 code_length, bool *this_uninit,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1870
    constantPoolHandle cp, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1871
  u2 bci = bcs->bci();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1872
  VerificationType type = current_frame->pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1873
    VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1874
  if (type == VerificationType::uninitialized_this_type()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1875
    // The method must be an <init> method of either this class, or one of its
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1876
    // superclasses
6172
e1d9c632fa3c 6964170: Verifier crashes
apangin
parents: 5882
diff changeset
  1877
    if (ref_class_type.name() != current_class()->name() &&
e1d9c632fa3c 6964170: Verifier crashes
apangin
parents: 5882
diff changeset
  1878
        !name_in_supers(ref_class_type.name(), current_class())) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1879
      verify_error(bci, "Bad <init> method call");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1880
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1881
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1882
    current_frame->initialize_object(type, current_type());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1883
    *this_uninit = true;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1884
  } else if (type.is_uninitialized()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1885
    u2 new_offset = type.bci();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1886
    address new_bcp = bcs->bcp() - bci + new_offset;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1887
    if (new_offset > (code_length - 3) || (*new_bcp) != Bytecodes::_new) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1888
      verify_error(new_offset, "Expecting new instruction");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1889
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1890
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1891
    u2 new_class_index = Bytes::get_Java_u2(new_bcp + 1);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1892
    verify_cp_class_type(new_class_index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1893
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1894
    // The method must be an <init> method of the indicated class
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1895
    VerificationType new_class_type = cp_index_to_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1896
      new_class_index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1897
    if (!new_class_type.equals(ref_class_type)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1898
      verify_error(bci, "Call to wrong <init> method");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1899
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1900
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1901
    // According to the VM spec, if the referent class is a superclass of the
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1902
    // current class, and is in a different runtime package, and the method is
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1903
    // protected, then the objectref must be the current class or a subclass
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1904
    // of the current class.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1905
    VerificationType objectref_type = new_class_type;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1906
    if (name_in_supers(ref_class_type.name(), current_class())) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1907
      klassOop ref_klass = load_class(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1908
        ref_class_type.name(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1909
      methodOop m = instanceKlass::cast(ref_klass)->uncached_lookup_method(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1910
        vmSymbols::object_initializer_name(),
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1911
        cp->signature_ref_at(bcs->get_index_u2()));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1912
      instanceKlassHandle mh(THREAD, m->method_holder());
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1913
      if (m->is_protected() && !mh->is_same_class_package(_klass())) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1914
        bool assignable = current_type().is_assignable_from(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1915
          objectref_type, current_class(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1916
        if (!assignable) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1917
          verify_error(bci, "Bad access to protected <init> method");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1918
          return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1919
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1920
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1921
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1922
    current_frame->initialize_object(type, new_class_type);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1923
  } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1924
    verify_error(bci, "Bad operand type when invoking <init>");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1925
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1926
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1927
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1928
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1929
void ClassVerifier::verify_invoke_instructions(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1930
    RawBytecodeStream* bcs, u4 code_length, StackMapFrame* current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1931
    bool *this_uninit, VerificationType return_type,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1932
    constantPoolHandle cp, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1933
  // Make sure the constant pool item is the right type
5688
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1934
  u2 index = bcs->get_index_u2();
9052dc91ea67 6939207: refactor constant pool index processing
jrose
parents: 4571
diff changeset
  1935
  Bytecodes::Code opcode = bcs->raw_code();
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1936
  unsigned int types = (opcode == Bytecodes::_invokeinterface
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1937
                                ? 1 << JVM_CONSTANT_InterfaceMethodref
2570
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1938
                      : opcode == Bytecodes::_invokedynamic
7114
65d21c4c6337 6984311: JSR 292 needs optional bootstrap method parameters
jrose
parents: 6173
diff changeset
  1939
                                ? ((AllowTransitionalJSR292 ? 1 << JVM_CONSTANT_NameAndType : 0)
6062
bab93afe9df7 6964498: JSR 292 invokedynamic sites need local bootstrap methods
jrose
parents: 5882
diff changeset
  1940
                                  |1 << JVM_CONSTANT_InvokeDynamic)
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1941
                                : 1 << JVM_CONSTANT_Methodref);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1942
  verify_cp_type(index, cp, types, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1943
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1944
  // Get method name and signature
4429
d7eb4e2099aa 6858164: invokedynamic code needs some cleanup (post-6655638)
jrose
parents: 3820
diff changeset
  1945
  symbolHandle method_name(THREAD, cp->name_ref_at(index));
d7eb4e2099aa 6858164: invokedynamic code needs some cleanup (post-6655638)
jrose
parents: 3820
diff changeset
  1946
  symbolHandle method_sig(THREAD, cp->signature_ref_at(index));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1947
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1948
  if (!SignatureVerifier::is_valid_method_signature(method_sig)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1949
    class_format_error(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1950
      "Invalid method signature in class %s referenced "
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1951
      "from constant pool index %d", _klass->external_name(), index);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1952
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1953
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1954
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1955
  // Get referenced class type
2570
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1956
  VerificationType ref_class_type;
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1957
  if (opcode == Bytecodes::_invokedynamic) {
5882
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1958
    if (!EnableInvokeDynamic ||
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1959
        _klass->major_version() < Verifier::INVOKEDYNAMIC_MAJOR_VERSION) {
2570
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1960
      class_format_error(
5882
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1961
        (!EnableInvokeDynamic ?
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1962
         "invokedynamic instructions not enabled in this JVM" :
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
  1963
         "invokedynamic instructions not supported by this class file version"),
2570
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1964
        _klass->external_name());
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1965
      return;
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1966
    }
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1967
  } else {
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1968
    ref_class_type = cp_ref_index_to_type(index, cp, CHECK_VERIFY(this));
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  1969
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1970
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1971
  // For a small signature length, we just allocate 128 bytes instead
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1972
  // of parsing the signature once to find its size.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1973
  // -3 is for '(', ')' and return descriptor; multiply by 2 is for
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1974
  // longs/doubles to be consertive.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1975
  assert(sizeof(VerificationType) == sizeof(uintptr_t),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1976
        "buffer type must match VerificationType size");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1977
  uintptr_t on_stack_sig_types_buffer[128];
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1978
  // If we make a VerificationType[128] array directly, the compiler calls
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1979
  // to the c-runtime library to do the allocation instead of just
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1980
  // stack allocating it.  Plus it would run constructors.  This shows up
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1981
  // in performance profiles.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1982
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1983
  VerificationType* sig_types;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1984
  int size = (method_sig->utf8_length() - 3) * 2;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1985
  if (size > 128) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1986
    // Long and double occupies two slots here.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1987
    ArgumentSizeComputer size_it(method_sig);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1988
    size = size_it.size();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1989
    sig_types = NEW_RESOURCE_ARRAY_IN_THREAD(THREAD, VerificationType, size);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1990
  } else{
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1991
    sig_types = (VerificationType*)on_stack_sig_types_buffer;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1992
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1993
  SignatureStream sig_stream(method_sig);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1994
  int sig_i = 0;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1995
  while (!sig_stream.at_return_type()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1996
    sig_i += change_sig_to_verificationType(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1997
      &sig_stream, &sig_types[sig_i], CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1998
    sig_stream.next();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  1999
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2000
  int nargs = sig_i;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2001
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2002
#ifdef ASSERT
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2003
  {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2004
    ArgumentSizeComputer size_it(method_sig);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2005
    assert(nargs == size_it.size(), "Argument sizes do not match");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2006
    assert(nargs <= (method_sig->utf8_length() - 3) * 2, "estimate of max size isn't conservative enough");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2007
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2008
#endif
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2009
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2010
  // Check instruction operands
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2011
  u2 bci = bcs->bci();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2012
  if (opcode == Bytecodes::_invokeinterface) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2013
    address bcp = bcs->bcp();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2014
    // 4905268: count operand in invokeinterface should be nargs+1, not nargs.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2015
    // JSR202 spec: The count operand of an invokeinterface instruction is valid if it is
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2016
    // the difference between the size of the operand stack before and after the instruction
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2017
    // executes.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2018
    if (*(bcp+3) != (nargs+1)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2019
      verify_error(bci, "Inconsistent args count operand in invokeinterface");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2020
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2021
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2022
    if (*(bcp+4) != 0) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2023
      verify_error(bci, "Fourth operand byte of invokeinterface must be zero");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2024
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2025
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2026
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2027
2570
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  2028
  if (opcode == Bytecodes::_invokedynamic) {
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  2029
    address bcp = bcs->bcp();
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  2030
    if (*(bcp+3) != 0 || *(bcp+4) != 0) {
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  2031
      verify_error(bci, "Third and fourth operand bytes of invokedynamic must be zero");
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  2032
      return;
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  2033
    }
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  2034
  }
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  2035
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2036
  if (method_name->byte_at(0) == '<') {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2037
    // Make sure <init> can only be invoked by invokespecial
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2038
    if (opcode != Bytecodes::_invokespecial ||
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2039
        method_name() != vmSymbols::object_initializer_name()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2040
      verify_error(bci, "Illegal call to internal method");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2041
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2042
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2043
  } else if (opcode == Bytecodes::_invokespecial
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2044
             && !ref_class_type.equals(current_type())
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2045
             && !ref_class_type.equals(VerificationType::reference_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2046
                  current_class()->super()->klass_part()->name()))) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2047
    bool subtype = ref_class_type.is_assignable_from(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2048
      current_type(), current_class(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2049
    if (!subtype) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2050
      verify_error(bci, "Bad invokespecial instruction: "
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2051
          "current class isn't assignable to reference class.");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2052
       return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2053
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2054
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2055
  // Match method descriptor with operand stack
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2056
  for (int i = nargs - 1; i >= 0; i--) {  // Run backwards
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2057
    current_frame->pop_stack(sig_types[i], CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2058
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2059
  // Check objectref on operand stack
2570
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  2060
  if (opcode != Bytecodes::_invokestatic &&
ecc7862946d4 6655646: dynamic languages need dynamically linked call sites
jrose
parents: 1550
diff changeset
  2061
      opcode != Bytecodes::_invokedynamic) {
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2062
    if (method_name() == vmSymbols::object_initializer_name()) {  // <init> method
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2063
      verify_invoke_init(bcs, ref_class_type, current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2064
        code_length, this_uninit, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2065
    } else {   // other methods
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2066
      // Ensures that target class is assignable to method class.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2067
      if (opcode == Bytecodes::_invokespecial) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2068
        current_frame->pop_stack(current_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2069
      } else if (opcode == Bytecodes::_invokevirtual) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2070
        VerificationType stack_object_type =
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2071
          current_frame->pop_stack(ref_class_type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2072
        if (current_type() != stack_object_type) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2073
          assert(cp->cache() == NULL, "not rewritten yet");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2074
          symbolHandle ref_class_name = symbolHandle(THREAD,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2075
            cp->klass_name_at(cp->klass_ref_index_at(index)));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2076
          // See the comments in verify_field_instructions() for
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2077
          // the rationale behind this.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2078
          if (name_in_supers(ref_class_name(), current_class())) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2079
            klassOop ref_class = load_class(ref_class_name, CHECK);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2080
            if (is_protected_access(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2081
                  _klass, ref_class, method_name(), method_sig(), true)) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2082
              // It's protected access, check if stack object is
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2083
              // assignable to current class.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2084
              bool is_assignable = current_type().is_assignable_from(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2085
                stack_object_type, current_class(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2086
              if (!is_assignable) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2087
                if (ref_class_type.name() == vmSymbols::java_lang_Object()
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2088
                    && stack_object_type.is_array()
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2089
                    && method_name() == vmSymbols::clone_name()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2090
                  // Special case: arrays pretend to implement public Object
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2091
                  // clone().
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2092
                } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2093
                  verify_error(bci,
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2094
                    "Bad access to protected data in invokevirtual");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2095
                  return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2096
                }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2097
              }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2098
            }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2099
          }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2100
        }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2101
      } else {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2102
        assert(opcode == Bytecodes::_invokeinterface, "Unexpected opcode encountered");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2103
        current_frame->pop_stack(ref_class_type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2104
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2105
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2106
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2107
  // Push the result type.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2108
  if (sig_stream.type() != T_VOID) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2109
    if (method_name() == vmSymbols::object_initializer_name()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2110
      // <init> method must have a void return type
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2111
      verify_error(bci, "Return type must be void in <init> method");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2112
      return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2113
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2114
    VerificationType return_type[2];
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2115
    int n = change_sig_to_verificationType(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2116
      &sig_stream, return_type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2117
    for (int i = 0; i < n; i++) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2118
      current_frame->push_stack(return_type[i], CHECK_VERIFY(this)); // push types backwards
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2119
    }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2120
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2121
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2122
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2123
VerificationType ClassVerifier::get_newarray_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2124
    u2 index, u2 bci, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2125
  const char* from_bt[] = {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2126
    NULL, NULL, NULL, NULL, "[Z", "[C", "[F", "[D", "[B", "[S", "[I", "[J",
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2127
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2128
  if (index < T_BOOLEAN || index > T_LONG) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2129
    verify_error(bci, "Illegal newarray instruction");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2130
    return VerificationType::bogus_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2131
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2132
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2133
  // from_bt[index] contains the array signature which has a length of 2
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2134
  symbolHandle sig = oopFactory::new_symbol_handle(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2135
    from_bt[index], 2, CHECK_(VerificationType::bogus_type()));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2136
  return VerificationType::reference_type(sig);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2137
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2138
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2139
void ClassVerifier::verify_anewarray(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2140
    u2 index, constantPoolHandle cp, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2141
  verify_cp_class_type(index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2142
  current_frame->pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2143
    VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2144
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2145
  VerificationType component_type =
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2146
    cp_index_to_type(index, cp, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2147
  ResourceMark rm(THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2148
  int length;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2149
  char* arr_sig_str;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2150
  if (component_type.is_array()) {     // it's an array
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2151
    const char* component_name = component_type.name()->as_utf8();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2152
    // add one dimension to component
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2153
    length = (int)strlen(component_name) + 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2154
    arr_sig_str = NEW_RESOURCE_ARRAY_IN_THREAD(THREAD, char, length);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2155
    arr_sig_str[0] = '[';
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2156
    strncpy(&arr_sig_str[1], component_name, length - 1);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2157
  } else {         // it's an object or interface
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2158
    const char* component_name = component_type.name()->as_utf8();
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2159
    // add one dimension to component with 'L' prepended and ';' postpended.
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2160
    length = (int)strlen(component_name) + 3;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2161
    arr_sig_str = NEW_RESOURCE_ARRAY_IN_THREAD(THREAD, char, length);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2162
    arr_sig_str[0] = '[';
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2163
    arr_sig_str[1] = 'L';
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2164
    strncpy(&arr_sig_str[2], component_name, length - 2);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2165
    arr_sig_str[length - 1] = ';';
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2166
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2167
  symbolHandle arr_sig = oopFactory::new_symbol_handle(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2168
    arr_sig_str, length, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2169
  VerificationType new_array_type = VerificationType::reference_type(arr_sig);
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2170
  current_frame->push_stack(new_array_type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2171
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2172
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2173
void ClassVerifier::verify_iload(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2174
  current_frame->get_local(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2175
    index, VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2176
  current_frame->push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2177
    VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2178
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2179
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2180
void ClassVerifier::verify_lload(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2181
  current_frame->get_local_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2182
    index, VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2183
    VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2184
  current_frame->push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2185
    VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2186
    VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2187
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2188
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2189
void ClassVerifier::verify_fload(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2190
  current_frame->get_local(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2191
    index, VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2192
  current_frame->push_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2193
    VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2194
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2195
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2196
void ClassVerifier::verify_dload(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2197
  current_frame->get_local_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2198
    index, VerificationType::double_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2199
    VerificationType::double2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2200
  current_frame->push_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2201
    VerificationType::double_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2202
    VerificationType::double2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2203
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2204
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2205
void ClassVerifier::verify_aload(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2206
  VerificationType type = current_frame->get_local(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2207
    index, VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2208
  current_frame->push_stack(type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2209
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2210
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2211
void ClassVerifier::verify_istore(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2212
  current_frame->pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2213
    VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2214
  current_frame->set_local(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2215
    index, VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2216
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2217
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2218
void ClassVerifier::verify_lstore(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2219
  current_frame->pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2220
    VerificationType::long2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2221
    VerificationType::long_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2222
  current_frame->set_local_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2223
    index, VerificationType::long_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2224
    VerificationType::long2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2225
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2226
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2227
void ClassVerifier::verify_fstore(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2228
  current_frame->pop_stack(VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2229
  current_frame->set_local(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2230
    index, VerificationType::float_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2231
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2232
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2233
void ClassVerifier::verify_dstore(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2234
  current_frame->pop_stack_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2235
    VerificationType::double2_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2236
    VerificationType::double_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2237
  current_frame->set_local_2(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2238
    index, VerificationType::double_type(),
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2239
    VerificationType::double2_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2240
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2241
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2242
void ClassVerifier::verify_astore(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2243
  VerificationType type = current_frame->pop_stack(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2244
    VerificationType::reference_check(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2245
  current_frame->set_local(index, type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2246
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2247
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2248
void ClassVerifier::verify_iinc(u2 index, StackMapFrame* current_frame, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2249
  VerificationType type = current_frame->get_local(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2250
    index, VerificationType::integer_type(), CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2251
  current_frame->set_local(index, type, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2252
}
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2253
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2254
void ClassVerifier::verify_return_value(
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2255
    VerificationType return_type, VerificationType type, u2 bci, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2256
  if (return_type == VerificationType::bogus_type()) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2257
    verify_error(bci, "Method expects a return value");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2258
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2259
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2260
  bool match = return_type.is_assignable_from(type, _klass, CHECK_VERIFY(this));
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2261
  if (!match) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2262
    verify_error(bci, "Bad return type");
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2263
    return;
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2264
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
  2265
}