src/share/vm/adlc/formssel.hpp

changeset 3040
c7b60b601eb4
parent 2350
2f644f85485d
child 3316
f03a3c8bd5e5
     1.1 --- a/src/share/vm/adlc/formssel.hpp	Wed Jul 27 15:06:35 2011 -0700
     1.2 +++ b/src/share/vm/adlc/formssel.hpp	Wed Jul 27 17:28:36 2011 -0700
     1.3 @@ -145,8 +145,6 @@
     1.4    virtual int         is_empty_encoding() const; // _size=0 and/or _insencode empty
     1.5    virtual int         is_tls_instruction() const; // tlsLoadP rule or ideal ThreadLocal
     1.6    virtual int         is_ideal_copy() const;    // node matches ideal 'Copy*'
     1.7 -  virtual bool        is_ideal_unlock() const;  // node matches ideal 'Unlock'
     1.8 -  virtual bool        is_ideal_call_leaf() const; // node matches ideal 'CallLeaf'
     1.9    virtual bool        is_ideal_if()   const;    // node matches ideal 'If'
    1.10    virtual bool        is_ideal_fastlock() const; // node matches 'FastLock'
    1.11    virtual bool        is_ideal_membar() const;  // node matches ideal 'MemBarXXX'
    1.12 @@ -857,7 +855,6 @@
    1.13    int  type() { return id;}        // return this object's "id"
    1.14  
    1.15    static const char* _ins_cost;        // "ins_cost"
    1.16 -  static const char* _ins_pc_relative; // "ins_pc_relative"
    1.17    static const char* _op_cost;         // "op_cost"
    1.18  
    1.19    void dump();                     // Debug printer
    1.20 @@ -1002,8 +999,6 @@
    1.21    bool       is_chain_rule(FormDict &globals) const;
    1.22    int        is_ideal_copy() const;
    1.23    int        is_expensive() const;     // node matches ideal 'CosD'
    1.24 -  bool       is_ideal_unlock() const;
    1.25 -  bool       is_ideal_call_leaf() const;
    1.26    bool       is_ideal_if()   const;    // node matches ideal 'If'
    1.27    bool       is_ideal_fastlock() const; // node matches ideal 'FastLock'
    1.28    bool       is_ideal_jump()   const;  // node matches ideal 'Jump'

mercurial