hotspot/src/share/vm/opto/matcher.cpp
changeset 236 9a04268c8eea
parent 1 489c9b5090e2
child 360 21d113ecbf6a
equal deleted inserted replaced
219:ac2d788217ca 236:9a04268c8eea
  1645 
  1645 
  1646       switch( n->Opcode() ) {  // Handle some opcodes special
  1646       switch( n->Opcode() ) {  // Handle some opcodes special
  1647       case Op_Phi:             // Treat Phis as shared roots
  1647       case Op_Phi:             // Treat Phis as shared roots
  1648       case Op_Parm:
  1648       case Op_Parm:
  1649       case Op_Proj:            // All handled specially during matching
  1649       case Op_Proj:            // All handled specially during matching
       
  1650       case Op_SafePointScalarObject:
  1650         set_shared(n);
  1651         set_shared(n);
  1651         set_dontcare(n);
  1652         set_dontcare(n);
  1652         break;
  1653         break;
  1653       case Op_If:
  1654       case Op_If:
  1654       case Op_CountedLoopEnd:
  1655       case Op_CountedLoopEnd: