src/share/vm/opto/machnode.hpp

changeset 6490
41b780b43b74
parent 6487
15120a36272d
child 6494
492e67693373
     1.1 --- a/src/share/vm/opto/machnode.hpp	Tue Nov 26 18:38:19 2013 -0800
     1.2 +++ b/src/share/vm/opto/machnode.hpp	Wed Nov 27 16:16:21 2013 -0800
     1.3 @@ -315,6 +315,9 @@
     1.4    static const Pipeline *pipeline_class();
     1.5    virtual const Pipeline *pipeline() const;
     1.6  
     1.7 +  // Returns true if this node is a check that can be implemented with a trap.
     1.8 +  virtual bool is_TrapBasedCheckNode() const { return false; }
     1.9 +
    1.10  #ifndef PRODUCT
    1.11    virtual const char *Name() const = 0; // Machine-specific name
    1.12    virtual void dump_spec(outputStream *st) const; // Print per-node info

mercurial