hotspot/src/share/vm/classfile/verifier.hpp
author amurillo
Thu, 22 Jan 2015 22:42:31 -0800
changeset 28652 645506f523d0
parent 28512 968fe01e1f82
parent 28612 164db20ecb94
child 30102 d932845db0fe
permissions -rw-r--r--
Merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     1
/*
28612
164db20ecb94 8055146: Split Verifier incorrectly throws VerifyError for getstatic of an array field
hseigel
parents: 26928
diff changeset
     2
 * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     4
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
489c9b5090e2 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
489c9b5090e2 Initial load
duke
parents:
diff changeset
     7
 * published by the Free Software Foundation.
489c9b5090e2 Initial load
duke
parents:
diff changeset
     8
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
489c9b5090e2 Initial load
duke
parents:
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
489c9b5090e2 Initial load
duke
parents:
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
489c9b5090e2 Initial load
duke
parents:
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
489c9b5090e2 Initial load
duke
parents:
diff changeset
    13
 * accompanied this code).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    14
 *
489c9b5090e2 Initial load
duke
parents:
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
489c9b5090e2 Initial load
duke
parents:
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
489c9b5090e2 Initial load
duke
parents:
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    18
 *
5547
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3820
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
f4b087cbb361 6941466: Oracle rebranding changes for Hotspot repositories
trims
parents: 3820
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: 3820
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: 7380
diff changeset
    25
#ifndef SHARE_VM_CLASSFILE_VERIFIER_HPP
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7380
diff changeset
    26
#define SHARE_VM_CLASSFILE_VERIFIER_HPP
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7380
diff changeset
    27
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7380
diff changeset
    28
#include "classfile/verificationType.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7380
diff changeset
    29
#include "memory/gcLocker.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7380
diff changeset
    30
#include "oops/klass.hpp"
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13476
diff changeset
    31
#include "oops/method.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7380
diff changeset
    32
#include "runtime/handles.hpp"
25955
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
    33
#include "utilities/growableArray.hpp"
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7380
diff changeset
    34
#include "utilities/exceptions.hpp"
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7380
diff changeset
    35
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    36
// The verifier class
489c9b5090e2 Initial load
duke
parents:
diff changeset
    37
class Verifier : AllStatic {
489c9b5090e2 Initial load
duke
parents:
diff changeset
    38
 public:
5882
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
    39
  enum {
17863
d77007cf03c1 8015385: Remove RelaxAccessControlCheck for JDK 8 bytecodes
hseigel
parents: 17370
diff changeset
    40
    STRICTER_ACCESS_CTRL_CHECK_VERSION  = 49,
5882
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
    41
    STACKMAP_ATTRIBUTE_MAJOR_VERSION    = 50,
17863
d77007cf03c1 8015385: Remove RelaxAccessControlCheck for JDK 8 bytecodes
hseigel
parents: 17370
diff changeset
    42
    INVOKEDYNAMIC_MAJOR_VERSION         = 51,
d77007cf03c1 8015385: Remove RelaxAccessControlCheck for JDK 8 bytecodes
hseigel
parents: 17370
diff changeset
    43
    NO_RELAX_ACCESS_CTRL_CHECK_VERSION  = 52
5882
6b2aecc4f7d8 6939203: JSR 292 needs method handle constants
jrose
parents: 5702
diff changeset
    44
  };
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    45
  typedef enum { ThrowException, NoException } Mode;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    46
489c9b5090e2 Initial load
duke
parents:
diff changeset
    47
  /**
489c9b5090e2 Initial load
duke
parents:
diff changeset
    48
   * Verify the bytecodes for a class.  If 'throw_exception' is true
489c9b5090e2 Initial load
duke
parents:
diff changeset
    49
   * then the appropriate VerifyError or ClassFormatError will be thrown.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    50
   * Otherwise, no exception is thrown and the return indicates the
489c9b5090e2 Initial load
duke
parents:
diff changeset
    51
   * error.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    52
   */
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 1
diff changeset
    53
  static bool verify(instanceKlassHandle klass, Mode mode, bool should_verify_class, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    54
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 1
diff changeset
    55
  // Return false if the class is loaded by the bootstrap loader,
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 1
diff changeset
    56
  // or if defineClass was called requesting skipping verification
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 1
diff changeset
    57
  // -Xverify:all/none override this value
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 1
diff changeset
    58
  static bool should_verify_for(oop class_loader, bool should_verify_class);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    59
489c9b5090e2 Initial load
duke
parents:
diff changeset
    60
  // Relax certain verifier checks to enable some broken 1.1 apps to run on 1.2.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    61
  static bool relax_verify_for(oop class_loader);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    62
489c9b5090e2 Initial load
duke
parents:
diff changeset
    63
 private:
3820
0a8fbbe180db 6830542: Performance: JVM_DefineClass already verified.
acorn
parents: 1
diff changeset
    64
  static bool is_eligible_for_verification(instanceKlassHandle klass, bool should_verify_class);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
    65
  static Symbol* inference_verify(
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    66
    instanceKlassHandle klass, char* msg, size_t msg_len, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
    67
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
    68
489c9b5090e2 Initial load
duke
parents:
diff changeset
    69
class RawBytecodeStream;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    70
class StackMapFrame;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    71
class StackMapTable;
489c9b5090e2 Initial load
duke
parents:
diff changeset
    72
489c9b5090e2 Initial load
duke
parents:
diff changeset
    73
// Summary of verifier's memory usage:
489c9b5090e2 Initial load
duke
parents:
diff changeset
    74
// StackMapTable is stack allocated.
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
    75
// StackMapFrame are resource allocated. There is only one ResourceMark
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
    76
// for each class verification, which is created at the top level.
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    77
// There is one mutable StackMapFrame (current_frame) which is updated
489c9b5090e2 Initial load
duke
parents:
diff changeset
    78
// by abstract bytecode interpretation. frame_in_exception_handler() returns
489c9b5090e2 Initial load
duke
parents:
diff changeset
    79
// a frame that has a mutable one-item stack (ready for pushing the
489c9b5090e2 Initial load
duke
parents:
diff changeset
    80
// catch type exception object). All the other StackMapFrame's
489c9b5090e2 Initial load
duke
parents:
diff changeset
    81
// are immutable (including their locals and stack arrays) after
489c9b5090e2 Initial load
duke
parents:
diff changeset
    82
// their constructions.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    83
// locals/stack arrays in StackMapFrame are resource allocated.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    84
// locals/stack arrays can be shared between StackMapFrame's, except
489c9b5090e2 Initial load
duke
parents:
diff changeset
    85
// the mutable StackMapFrame (current_frame).
489c9b5090e2 Initial load
duke
parents:
diff changeset
    86
489c9b5090e2 Initial load
duke
parents:
diff changeset
    87
// These macros are used similarly to CHECK macros but also check
489c9b5090e2 Initial load
duke
parents:
diff changeset
    88
// the status of the verifier and return if that has an error.
489c9b5090e2 Initial load
duke
parents:
diff changeset
    89
#define CHECK_VERIFY(verifier) \
18073
f02460441ddc 8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux
ccheung
parents: 17863
diff changeset
    90
  CHECK); if ((verifier)->has_error()) return; ((void)0
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    91
#define CHECK_VERIFY_(verifier, result) \
18073
f02460441ddc 8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux
ccheung
parents: 17863
diff changeset
    92
  CHECK_(result)); if ((verifier)->has_error()) return (result); ((void)0
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
    93
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
    94
class TypeOrigin VALUE_OBJ_CLASS_SPEC {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
    95
 private:
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
    96
  typedef enum {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
    97
    CF_LOCALS,  // Comes from the current frame locals
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
    98
    CF_STACK,   // Comes from the current frame expression stack
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
    99
    SM_LOCALS,  // Comes from stackmap locals
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   100
    SM_STACK,   // Comes from stackmap expression stack
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   101
    CONST_POOL, // Comes from the constant pool
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   102
    SIG,        // Comes from method signature
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   103
    IMPLICIT,   // Comes implicitly from code or context
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   104
    BAD_INDEX,  // No type, but the index is bad
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   105
    FRAME_ONLY, // No type, context just contains the frame
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   106
    NONE
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   107
  } Origin;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   108
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   109
  Origin _origin;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   110
  u2 _index;              // local, stack, or constant pool index
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   111
  StackMapFrame* _frame;  // source frame if CF or SM
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   112
  VerificationType _type; // The actual type
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   113
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   114
  TypeOrigin(
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   115
      Origin origin, u2 index, StackMapFrame* frame, VerificationType type)
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   116
      : _origin(origin), _index(index), _frame(frame), _type(type) {}
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   117
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   118
 public:
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   119
  TypeOrigin() : _origin(NONE), _index(0), _frame(NULL) {}
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   120
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   121
  static TypeOrigin null();
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   122
  static TypeOrigin local(u2 index, StackMapFrame* frame);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   123
  static TypeOrigin stack(u2 index, StackMapFrame* frame);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   124
  static TypeOrigin sm_local(u2 index, StackMapFrame* frame);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   125
  static TypeOrigin sm_stack(u2 index, StackMapFrame* frame);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   126
  static TypeOrigin cp(u2 index, VerificationType vt);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   127
  static TypeOrigin signature(VerificationType vt);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   128
  static TypeOrigin bad_index(u2 index);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   129
  static TypeOrigin implicit(VerificationType t);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   130
  static TypeOrigin frame(StackMapFrame* frame);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   131
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   132
  void reset_frame();
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   133
  void details(outputStream* ss) const;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   134
  void print_frame(outputStream* ss) const;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   135
  const StackMapFrame* frame() const { return _frame; }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   136
  bool is_valid() const { return _origin != NONE; }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   137
  u2 index() const { return _index; }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   138
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   139
#ifdef ASSERT
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   140
  void print_on(outputStream* str) const;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   141
#endif
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   142
};
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   143
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   144
class ErrorContext VALUE_OBJ_CLASS_SPEC {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   145
 private:
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   146
  typedef enum {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   147
    INVALID_BYTECODE,     // There was a problem with the bytecode
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   148
    WRONG_TYPE,           // Type value was not as expected
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   149
    FLAGS_MISMATCH,       // Frame flags are not assignable
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   150
    BAD_CP_INDEX,         // Invalid constant pool index
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   151
    BAD_LOCAL_INDEX,      // Invalid local index
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   152
    LOCALS_SIZE_MISMATCH, // Frames have differing local counts
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   153
    STACK_SIZE_MISMATCH,  // Frames have different stack sizes
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   154
    STACK_OVERFLOW,       // Attempt to push onto a full expression stack
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   155
    STACK_UNDERFLOW,      // Attempt to pop and empty expression stack
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   156
    MISSING_STACKMAP,     // No stackmap for this location and there should be
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   157
    BAD_STACKMAP,         // Format error in stackmap
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   158
    NO_FAULT,             // No error
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   159
    UNKNOWN
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   160
  } FaultType;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   161
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   162
  int _bci;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   163
  FaultType _fault;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   164
  TypeOrigin _type;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   165
  TypeOrigin _expected;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   166
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   167
  ErrorContext(int bci, FaultType fault) :
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   168
      _bci(bci), _fault(fault)  {}
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   169
  ErrorContext(int bci, FaultType fault, TypeOrigin type) :
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   170
      _bci(bci), _fault(fault), _type(type)  {}
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   171
  ErrorContext(int bci, FaultType fault, TypeOrigin type, TypeOrigin exp) :
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   172
      _bci(bci), _fault(fault), _type(type), _expected(exp)  {}
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   173
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   174
 public:
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   175
  ErrorContext() : _bci(-1), _fault(NO_FAULT) {}
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   176
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   177
  static ErrorContext bad_code(u2 bci) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   178
    return ErrorContext(bci, INVALID_BYTECODE);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   179
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   180
  static ErrorContext bad_type(u2 bci, TypeOrigin type) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   181
    return ErrorContext(bci, WRONG_TYPE, type);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   182
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   183
  static ErrorContext bad_type(u2 bci, TypeOrigin type, TypeOrigin exp) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   184
    return ErrorContext(bci, WRONG_TYPE, type, exp);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   185
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   186
  static ErrorContext bad_flags(u2 bci, StackMapFrame* frame) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   187
    return ErrorContext(bci, FLAGS_MISMATCH, TypeOrigin::frame(frame));
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   188
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   189
  static ErrorContext bad_flags(u2 bci, StackMapFrame* cur, StackMapFrame* sm) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   190
    return ErrorContext(bci, FLAGS_MISMATCH,
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   191
                        TypeOrigin::frame(cur), TypeOrigin::frame(sm));
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   192
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   193
  static ErrorContext bad_cp_index(u2 bci, u2 index) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   194
    return ErrorContext(bci, BAD_CP_INDEX, TypeOrigin::bad_index(index));
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   195
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   196
  static ErrorContext bad_local_index(u2 bci, u2 index) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   197
    return ErrorContext(bci, BAD_LOCAL_INDEX, TypeOrigin::bad_index(index));
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   198
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   199
  static ErrorContext locals_size_mismatch(
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   200
      u2 bci, StackMapFrame* frame0, StackMapFrame* frame1) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   201
    return ErrorContext(bci, LOCALS_SIZE_MISMATCH,
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   202
        TypeOrigin::frame(frame0), TypeOrigin::frame(frame1));
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   203
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   204
  static ErrorContext stack_size_mismatch(
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   205
      u2 bci, StackMapFrame* frame0, StackMapFrame* frame1) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   206
    return ErrorContext(bci, STACK_SIZE_MISMATCH,
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   207
        TypeOrigin::frame(frame0), TypeOrigin::frame(frame1));
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   208
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   209
  static ErrorContext stack_overflow(u2 bci, StackMapFrame* frame) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   210
    return ErrorContext(bci, STACK_OVERFLOW, TypeOrigin::frame(frame));
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   211
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   212
  static ErrorContext stack_underflow(u2 bci, StackMapFrame* frame) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   213
    return ErrorContext(bci, STACK_UNDERFLOW, TypeOrigin::frame(frame));
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   214
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   215
  static ErrorContext missing_stackmap(u2 bci) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   216
    return ErrorContext(bci, MISSING_STACKMAP);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   217
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   218
  static ErrorContext bad_stackmap(int index, StackMapFrame* frame) {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   219
    return ErrorContext(0, BAD_STACKMAP, TypeOrigin::frame(frame));
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   220
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   221
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   222
  bool is_valid() const { return _fault != NO_FAULT; }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   223
  int bci() const { return _bci; }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   224
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   225
  void reset_frames() {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   226
    _type.reset_frame();
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   227
    _expected.reset_frame();
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   228
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   229
17370
59a0620561fa 8003557: NPG: Klass* const k should be const Klass* k.
minqi
parents: 13728
diff changeset
   230
  void details(outputStream* ss, const Method* method) const;
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   231
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   232
#ifdef ASSERT
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   233
  void print_on(outputStream* str) const {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   234
    str->print("error_context(%d, %d,", _bci, _fault);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   235
    _type.print_on(str);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   236
    str->print(",");
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   237
    _expected.print_on(str);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   238
    str->print(")");
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   239
  }
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   240
#endif
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   241
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   242
 private:
17370
59a0620561fa 8003557: NPG: Klass* const k should be const Klass* k.
minqi
parents: 13728
diff changeset
   243
  void location_details(outputStream* ss, const Method* method) const;
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   244
  void reason_details(outputStream* ss) const;
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   245
  void frame_details(outputStream* ss) const;
17370
59a0620561fa 8003557: NPG: Klass* const k should be const Klass* k.
minqi
parents: 13728
diff changeset
   246
  void bytecode_details(outputStream* ss, const Method* method) const;
59a0620561fa 8003557: NPG: Klass* const k should be const Klass* k.
minqi
parents: 13728
diff changeset
   247
  void handler_details(outputStream* ss, const Method* method) const;
59a0620561fa 8003557: NPG: Klass* const k should be const Klass* k.
minqi
parents: 13728
diff changeset
   248
  void stackmap_details(outputStream* ss, const Method* method) const;
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   249
};
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   250
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   251
// A new instance of this class is created for each class being verified
489c9b5090e2 Initial load
duke
parents:
diff changeset
   252
class ClassVerifier : public StackObj {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   253
 private:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   254
  Thread* _thread;
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   255
  GrowableArray<Symbol*>* _symbols;  // keep a list of symbols created
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   256
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   257
  Symbol* _exception_type;
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   258
  char* _message;
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   259
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   260
  ErrorContext _error_context;  // contains information about an error
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   261
489c9b5090e2 Initial load
duke
parents:
diff changeset
   262
  void verify_method(methodHandle method, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   263
  char* generate_code_data(methodHandle m, u4 code_length, TRAPS);
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   264
  void verify_exception_handler_table(u4 code_length, char* code_data,
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   265
                                      int& min, int& max, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   266
  void verify_local_variable_table(u4 code_length, char* code_data, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   267
489c9b5090e2 Initial load
duke
parents:
diff changeset
   268
  VerificationType cp_ref_index_to_type(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   269
      int index, constantPoolHandle cp, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   270
    return cp_index_to_type(cp->klass_ref_index_at(index), cp, THREAD);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   271
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   272
489c9b5090e2 Initial load
duke
parents:
diff changeset
   273
  bool is_protected_access(
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13476
diff changeset
   274
    instanceKlassHandle this_class, Klass* target_class,
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   275
    Symbol* field_name, Symbol* field_sig, bool is_method);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   276
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   277
  void verify_cp_index(u2 bci, constantPoolHandle cp, int index, TRAPS);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   278
  void verify_cp_type(u2 bci, int index, constantPoolHandle cp,
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   279
      unsigned int types, TRAPS);
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   280
  void verify_cp_class_type(u2 bci, int index, constantPoolHandle cp, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   281
489c9b5090e2 Initial load
duke
parents:
diff changeset
   282
  u2 verify_stackmap_table(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   283
    u2 stackmap_index, u2 bci, StackMapFrame* current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   284
    StackMapTable* stackmap_table, bool no_control_flow, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   285
489c9b5090e2 Initial load
duke
parents:
diff changeset
   286
  void verify_exception_handler_targets(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   287
    u2 bci, bool this_uninit, StackMapFrame* current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   288
    StackMapTable* stackmap_table, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   289
489c9b5090e2 Initial load
duke
parents:
diff changeset
   290
  void verify_ldc(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   291
    int opcode, u2 index, StackMapFrame *current_frame,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   292
    constantPoolHandle cp, u2 bci, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   293
489c9b5090e2 Initial load
duke
parents:
diff changeset
   294
  void verify_switch(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   295
    RawBytecodeStream* bcs, u4 code_length, char* code_data,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   296
    StackMapFrame* current_frame, StackMapTable* stackmap_table, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   297
489c9b5090e2 Initial load
duke
parents:
diff changeset
   298
  void verify_field_instructions(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   299
    RawBytecodeStream* bcs, StackMapFrame* current_frame,
28612
164db20ecb94 8055146: Split Verifier incorrectly throws VerifyError for getstatic of an array field
hseigel
parents: 26928
diff changeset
   300
    constantPoolHandle cp, bool allow_arrays, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   301
489c9b5090e2 Initial load
duke
parents:
diff changeset
   302
  void verify_invoke_init(
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   303
    RawBytecodeStream* bcs, u2 ref_index, VerificationType ref_class_type,
28512
968fe01e1f82 8058982: Better verification of an exceptional invokespecial
hseigel
parents: 26928
diff changeset
   304
    StackMapFrame* current_frame, u4 code_length, bool in_try_block,
968fe01e1f82 8058982: Better verification of an exceptional invokespecial
hseigel
parents: 26928
diff changeset
   305
    bool* this_uninit, constantPoolHandle cp, StackMapTable* stackmap_table,
968fe01e1f82 8058982: Better verification of an exceptional invokespecial
hseigel
parents: 26928
diff changeset
   306
    TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   307
25955
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
   308
  // Used by ends_in_athrow() to push all handlers that contain bci onto
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
   309
  // the handler_stack, if the handler is not already on the stack.
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
   310
  void push_handlers(ExceptionTable* exhandlers,
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
   311
                     GrowableArray<u4>* handler_stack,
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
   312
                     u4 bci);
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
   313
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
   314
  // Returns true if all paths starting with start_bc_offset end in athrow
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
   315
  // bytecode or loop.
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
   316
  bool ends_in_athrow(u4 start_bc_offset);
8ccc2eddcf22 8050485: super() in a try block in a ctor causes VerifyError
hseigel
parents: 25899
diff changeset
   317
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   318
  void verify_invoke_instructions(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   319
    RawBytecodeStream* bcs, u4 code_length, StackMapFrame* current_frame,
28512
968fe01e1f82 8058982: Better verification of an exceptional invokespecial
hseigel
parents: 26928
diff changeset
   320
    bool in_try_block, bool* this_uninit, VerificationType return_type,
968fe01e1f82 8058982: Better verification of an exceptional invokespecial
hseigel
parents: 26928
diff changeset
   321
    constantPoolHandle cp, StackMapTable* stackmap_table, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   322
489c9b5090e2 Initial load
duke
parents:
diff changeset
   323
  VerificationType get_newarray_type(u2 index, u2 bci, TRAPS);
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   324
  void verify_anewarray(u2 bci, u2 index, constantPoolHandle cp,
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   325
      StackMapFrame* current_frame, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   326
  void verify_return_value(
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   327
      VerificationType return_type, VerificationType type, u2 offset,
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   328
      StackMapFrame* current_frame, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   329
489c9b5090e2 Initial load
duke
parents:
diff changeset
   330
  void verify_iload (u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   331
  void verify_lload (u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   332
  void verify_fload (u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   333
  void verify_dload (u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   334
  void verify_aload (u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   335
  void verify_istore(u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   336
  void verify_lstore(u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   337
  void verify_fstore(u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   338
  void verify_dstore(u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   339
  void verify_astore(u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   340
  void verify_iinc  (u2 index, StackMapFrame* current_frame, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   341
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   342
  bool name_in_supers(Symbol* ref_name, instanceKlassHandle current);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   343
7380
041cf7f1cce6 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg
parents: 5882
diff changeset
   344
  VerificationType object_type() const;
041cf7f1cce6 6865028: Illegal instructions passing verification prior to 'invokespecial Object.<init>'
kamg
parents: 5882
diff changeset
   345
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   346
  instanceKlassHandle _klass;  // the class being verified
489c9b5090e2 Initial load
duke
parents:
diff changeset
   347
  methodHandle        _method; // current method being verified
489c9b5090e2 Initial load
duke
parents:
diff changeset
   348
  VerificationType    _this_type; // the verification type of the current class
489c9b5090e2 Initial load
duke
parents:
diff changeset
   349
5693
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 3820
diff changeset
   350
  // Some recursive calls from the verifier to the name resolver
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 3820
diff changeset
   351
  // can cause the current class to be re-verified and rewritten.
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 3820
diff changeset
   352
  // If this happens, the original verification should not continue,
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 3820
diff changeset
   353
  // because constant pool indexes will have changed.
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 3820
diff changeset
   354
  // The rewriter is preceded by the verifier.  If the verifier throws
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 3820
diff changeset
   355
  // an error, rewriting is prevented.  Also, rewriting always precedes
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 3820
diff changeset
   356
  // bytecode execution or compilation.  Thus, is_rewritten implies
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 3820
diff changeset
   357
  // that a class has been verified and prepared for execution.
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 3820
diff changeset
   358
  bool was_recursively_verified() { return _klass->is_rewritten(); }
3015c564fcbc 6956164: nightly regressions from 6939207
jrose
parents: 3820
diff changeset
   359
21768
b7dba4cde1c6 8026065: InterfaceMethodref for invokespecial must name a direct superinterface
hseigel
parents: 18073
diff changeset
   360
  bool is_same_or_direct_interface(instanceKlassHandle klass,
b7dba4cde1c6 8026065: InterfaceMethodref for invokespecial must name a direct superinterface
hseigel
parents: 18073
diff changeset
   361
    VerificationType klass_type, VerificationType ref_class_type);
b7dba4cde1c6 8026065: InterfaceMethodref for invokespecial must name a direct superinterface
hseigel
parents: 18073
diff changeset
   362
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   363
 public:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   364
  enum {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   365
    BYTECODE_OFFSET = 1,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   366
    NEW_OFFSET = 2
489c9b5090e2 Initial load
duke
parents:
diff changeset
   367
  };
489c9b5090e2 Initial load
duke
parents:
diff changeset
   368
489c9b5090e2 Initial load
duke
parents:
diff changeset
   369
  // constructor
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   370
  ClassVerifier(instanceKlassHandle klass, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   371
489c9b5090e2 Initial load
duke
parents:
diff changeset
   372
  // destructor
489c9b5090e2 Initial load
duke
parents:
diff changeset
   373
  ~ClassVerifier();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   374
489c9b5090e2 Initial load
duke
parents:
diff changeset
   375
  Thread* thread()             { return _thread; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   376
  methodHandle method()        { return _method; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   377
  instanceKlassHandle current_class() const { return _klass; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   378
  VerificationType current_type() const { return _this_type; }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   379
489c9b5090e2 Initial load
duke
parents:
diff changeset
   380
  // Verifies the class.  If a verify or class file format error occurs,
489c9b5090e2 Initial load
duke
parents:
diff changeset
   381
  // the '_exception_name' symbols will set to the exception name and
489c9b5090e2 Initial load
duke
parents:
diff changeset
   382
  // the message_buffer will be filled in with the exception message.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   383
  void verify_class(TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   384
489c9b5090e2 Initial load
duke
parents:
diff changeset
   385
  // Return status modes
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   386
  Symbol* result() const { return _exception_type; }
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   387
  bool has_error() const { return result() != NULL; }
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   388
  char* exception_message() {
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   389
    stringStream ss;
24424
2658d7834c6e 8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents: 21768
diff changeset
   390
    ss.print("%s", _message);
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   391
    _error_context.details(&ss, _method());
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   392
    return ss.as_string();
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   393
  }
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   394
489c9b5090e2 Initial load
duke
parents:
diff changeset
   395
  // Called when verify or class format errors are encountered.
489c9b5090e2 Initial load
duke
parents:
diff changeset
   396
  // May throw an exception based upon the mode.
24424
2658d7834c6e 8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents: 21768
diff changeset
   397
  void verify_error(ErrorContext ctx, const char* fmt, ...) ATTRIBUTE_PRINTF(3, 4);
2658d7834c6e 8037816: Fix for 8036122 breaks build with Xcode5/clang
drchase
parents: 21768
diff changeset
   398
  void class_format_error(const char* fmt, ...) ATTRIBUTE_PRINTF(2, 3);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   399
13728
882756847a04 6964458: Reimplement class meta-data storage to use native memory
coleenp
parents: 13476
diff changeset
   400
  Klass* load_class(Symbol* name, TRAPS);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   401
489c9b5090e2 Initial load
duke
parents:
diff changeset
   402
  int change_sig_to_verificationType(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   403
    SignatureStream* sig_type, VerificationType* inference_type, TRAPS);
489c9b5090e2 Initial load
duke
parents:
diff changeset
   404
489c9b5090e2 Initial load
duke
parents:
diff changeset
   405
  VerificationType cp_index_to_type(int index, constantPoolHandle cp, TRAPS) {
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   406
    return VerificationType::reference_type(cp->klass_name_at(index));
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   407
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   408
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   409
  // Keep a list of temporary symbols created during verification because
26928
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   410
  // their reference counts need to be decremented when the verifier object
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   411
  // goes out of scope.  Since these symbols escape the scope in which they're
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   412
  // created, we can't use a TempNewSymbol.
26928
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   413
  Symbol* create_temporary_symbol(const Symbol* s, int begin, int end, TRAPS);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   414
  Symbol* create_temporary_symbol(const char *s, int length, TRAPS);
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   415
26928
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   416
  Symbol* create_temporary_symbol(Symbol* s) {
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   417
    // This version just updates the reference count and saves the symbol to be
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   418
    // dereferenced later.
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   419
    s->increment_refcount();
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   420
    _symbols->push(s);
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   421
    return s;
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   422
  }
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   423
13476
471200fb94fd 7116786: RFE: Detailed information on VerifyErrors
kamg
parents: 8921
diff changeset
   424
  TypeOrigin ref_ctx(const char* str, TRAPS);
25505
9bd829aeb960 8035119: Fix exceptions to bytecode verification
hseigel
parents: 24424
diff changeset
   425
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   426
};
489c9b5090e2 Initial load
duke
parents:
diff changeset
   427
489c9b5090e2 Initial load
duke
parents:
diff changeset
   428
inline int ClassVerifier::change_sig_to_verificationType(
489c9b5090e2 Initial load
duke
parents:
diff changeset
   429
    SignatureStream* sig_type, VerificationType* inference_type, TRAPS) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   430
  BasicType bt = sig_type->type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   431
  switch (bt) {
489c9b5090e2 Initial load
duke
parents:
diff changeset
   432
    case T_OBJECT:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   433
    case T_ARRAY:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   434
      {
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   435
        Symbol* name = sig_type->as_symbol(CHECK_0);
26928
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   436
        // Create another symbol to save as signature stream unreferences this symbol.
744b310d4fdd 8057846: ClassVerifier::change_sig_to_verificationType temporary symbol creation code is hot
coleenp
parents: 25955
diff changeset
   437
        Symbol* name_copy = create_temporary_symbol(name);
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   438
        assert(name_copy == name, "symbols don't match");
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   439
        *inference_type =
8076
96d498ec7ae1 6990754: Use native memory and reference counting to implement SymbolTable
coleenp
parents: 7397
diff changeset
   440
          VerificationType::reference_type(name_copy);
1
489c9b5090e2 Initial load
duke
parents:
diff changeset
   441
        return 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   442
      }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   443
    case T_LONG:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   444
      *inference_type = VerificationType::long_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   445
      *++inference_type = VerificationType::long2_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   446
      return 2;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   447
    case T_DOUBLE:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   448
      *inference_type = VerificationType::double_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   449
      *++inference_type = VerificationType::double2_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   450
      return 2;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   451
    case T_INT:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   452
    case T_BOOLEAN:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   453
    case T_BYTE:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   454
    case T_CHAR:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   455
    case T_SHORT:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   456
      *inference_type = VerificationType::integer_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   457
      return 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   458
    case T_FLOAT:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   459
      *inference_type = VerificationType::float_type();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   460
      return 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   461
    default:
489c9b5090e2 Initial load
duke
parents:
diff changeset
   462
      ShouldNotReachHere();
489c9b5090e2 Initial load
duke
parents:
diff changeset
   463
      return 1;
489c9b5090e2 Initial load
duke
parents:
diff changeset
   464
  }
489c9b5090e2 Initial load
duke
parents:
diff changeset
   465
}
7397
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7380
diff changeset
   466
5b173b4ca846 6989984: Use standard include model for Hospot
stefank
parents: 7380
diff changeset
   467
#endif // SHARE_VM_CLASSFILE_VERIFIER_HPP