hotspot/src/share/vm/adlc/main.cpp
changeset 22856 03ad2cf18166
parent 22838 82c7497fbad4
child 22865 3b8857d7b3cc
--- a/hotspot/src/share/vm/adlc/main.cpp	Tue Nov 26 18:38:19 2013 -0800
+++ b/hotspot/src/share/vm/adlc/main.cpp	Wed Nov 27 16:16:21 2013 -0800
@@ -272,6 +272,7 @@
   AD.addInclude(AD._CPP_PIPELINE_file, "adfiles", get_basename(AD._HPP_file._name));
   AD.addInclude(AD._DFA_file, "precompiled.hpp");
   AD.addInclude(AD._DFA_file, "adfiles", get_basename(AD._HPP_file._name));
+  AD.addInclude(AD._DFA_file, "opto/cfgnode.hpp");  // Use PROB_MAX in predicate.
   AD.addInclude(AD._DFA_file, "opto/matcher.hpp");
   AD.addInclude(AD._DFA_file, "opto/opcodes.hpp");
   // Make sure each .cpp file starts with include lines: