src/share/vm/opto/type.hpp

changeset 8940
eb9e617d6f64
parent 8646
88235cdca8d7
child 8945
3b6372514697
     1.1 --- a/src/share/vm/opto/type.hpp	Wed Jan 25 09:56:19 2017 -0800
     1.2 +++ b/src/share/vm/opto/type.hpp	Tue Jan 31 16:31:09 2017 +0300
     1.3 @@ -882,7 +882,7 @@
     1.4  
     1.5    // If not InstanceTop or InstanceBot, indicates that this is
     1.6    // a particular instance of this type which is distinct.
     1.7 -  // This is the node index of the allocation node creating this instance.
     1.8 +  // This is the the node index of the allocation node creating this instance.
     1.9    int           _instance_id;
    1.10  
    1.11    // Extra type information profiling gave us. We propagate it the

mercurial