src/share/vm/oops/method.hpp

changeset 8997
f8a45a60bc6b
parent 8717
77d9c9da7188
child 9041
95a08233f46c
child 9184
fbcbfd2753b5
child 9291
a2c8195708cc
     1.1 --- a/src/share/vm/oops/method.hpp	Tue Aug 08 12:02:01 2017 +0100
     1.2 +++ b/src/share/vm/oops/method.hpp	Fri Sep 29 14:30:05 2017 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -661,6 +661,7 @@
    1.11    static ByteSize from_interpreted_offset()      { return byte_offset_of(Method, _from_interpreted_entry ); }
    1.12    static ByteSize interpreter_entry_offset()     { return byte_offset_of(Method, _i2i_entry ); }
    1.13    static ByteSize signature_handler_offset()     { return in_ByteSize(sizeof(Method) + wordSize);      }
    1.14 +  static ByteSize itable_index_offset()          { return byte_offset_of(Method, _vtable_index ); }
    1.15  
    1.16    // for code generation
    1.17    static int method_data_offset_in_bytes()       { return offset_of(Method, _method_data); }

mercurial