src/share/vm/code/compiledIC.hpp

changeset 8997
f8a45a60bc6b
parent 8427
c3d0bd36ab28
child 9041
95a08233f46c
     1.1 --- a/src/share/vm/code/compiledIC.hpp	Tue Aug 08 12:02:01 2017 +0100
     1.2 +++ b/src/share/vm/code/compiledIC.hpp	Fri Sep 29 14:30:05 2017 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2013, 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 @@ -59,11 +59,11 @@
    1.11  //          \                        /   \     /
    1.12  //       [4] \                      / [4] \->-/
    1.13  //            \->-  Megamorphic -<-/
    1.14 -//                  (Method*)
    1.15 +//              (CompiledICHolder*)
    1.16  //
    1.17 -// The text in paranteses () refere to the value of the inline cache receiver (mov instruction)
    1.18 +// The text in parentheses () refers to the value of the inline cache receiver (mov instruction)
    1.19  //
    1.20 -// The numbers in square brackets refere to the kind of transition:
    1.21 +// The numbers in square brackets refer to the kind of transition:
    1.22  // [1]: Initial fixup. Receiver it found from debug information
    1.23  // [2]: Compilation of a method
    1.24  // [3]: Recompilation of a method (note: only entry is changed. The Klass* must stay the same)

mercurial