src/share/vm/opto/graphKit.hpp

changeset 6377
b8413a9cbb84
parent 6198
55fb97c4c58d
child 6425
9ab9f254cfe2
     1.1 --- a/src/share/vm/opto/graphKit.hpp	Mon Jan 27 13:14:53 2014 +0100
     1.2 +++ b/src/share/vm/opto/graphKit.hpp	Tue Feb 25 18:16:24 2014 +0100
     1.3 @@ -406,7 +406,7 @@
     1.4    // Use the type profile to narrow an object type.
     1.5    Node* maybe_cast_profiled_receiver(Node* not_null_obj,
     1.6                                       ciKlass* require_klass,
     1.7 -                                    ciKlass* spec,
     1.8 +                                     ciKlass* spec,
     1.9                                       bool safe_for_replace);
    1.10  
    1.11    // Cast obj to type and emit guard unless we had too many traps here already

mercurial