< prev index next >

src/share/vm/opto/subnode.hpp

Print this page
rev 10800 : JDK8u-only: Use WB-based acmp barrier

@@ -164,13 +164,10 @@
 };
 
 //------------------------------CmpPNode---------------------------------------
 // Compare 2 pointer values, returning condition codes (-1, 0 or 1).
 class CmpPNode : public CmpNode {
-private:
-  bool shenandoah_optimize_java_mirror_cmp(PhaseGVN *phase, bool can_reshape);
-
 public:
   CmpPNode( Node *in1, Node *in2 ) : CmpNode(in1,in2) {}
   virtual int Opcode() const;
   virtual Node *Ideal(PhaseGVN *phase, bool can_reshape);
   virtual const Type *sub( const Type *, const Type * ) const;
< prev index next >