src/share/vm/opto/type.hpp

changeset 8646
88235cdca8d7
parent 8422
09687c445ce1
child 8656
7ca49bca3c2a
child 8940
eb9e617d6f64
     1.1 --- a/src/share/vm/opto/type.hpp	Fri Oct 21 20:34:04 2016 +0300
     1.2 +++ b/src/share/vm/opto/type.hpp	Fri Oct 28 22:36:23 2016 +0000
     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 the node index of the allocation node creating this instance.
     1.8 +  // This is 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