src/hotspot/share/opto/matcher.cpp
changeset 48309 1a0499fd252e
parent 47537 5390057a4489
child 50525 767cdb97f103
--- a/src/hotspot/share/opto/matcher.cpp	Tue Dec 05 21:26:11 2017 +0530
+++ b/src/hotspot/share/opto/matcher.cpp	Tue Dec 05 09:49:23 2017 -0800
@@ -2267,6 +2267,7 @@
       case Op_CMoveL:
       case Op_CMoveN:
       case Op_CMoveP:
+      case Op_CMoveVF:
       case Op_CMoveVD:  {
         // Restructure into a binary tree for Matching.  It's possible that
         // we could move this code up next to the graph reshaping for IfNodes