src/share/vm/opto/type.hpp

changeset 8945
3b6372514697
parent 8940
eb9e617d6f64
child 8982
8f1acbb637e3
equal deleted inserted replaced
8944:072770c9a6b9 8945:3b6372514697
880 bool _is_ptr_to_narrowklass; 880 bool _is_ptr_to_narrowklass;
881 bool _is_ptr_to_boxed_value; 881 bool _is_ptr_to_boxed_value;
882 882
883 // If not InstanceTop or InstanceBot, indicates that this is 883 // If not InstanceTop or InstanceBot, indicates that this is
884 // a particular instance of this type which is distinct. 884 // a particular instance of this type which is distinct.
885 // This is the the node index of the allocation node creating this instance. 885 // This is the node index of the allocation node creating this instance.
886 int _instance_id; 886 int _instance_id;
887 887
888 // Extra type information profiling gave us. We propagate it the 888 // Extra type information profiling gave us. We propagate it the
889 // same way the rest of the type info is propagated. If we want to 889 // same way the rest of the type info is propagated. If we want to
890 // use it, then we have to emit a guard: this part of the type is 890 // use it, then we have to emit a guard: this part of the type is

mercurial