< prev index next >

src/hotspot/share/adlc/main.cpp

Print this page
*** 215,10 ***
--- 215,11 ---
    AD.addInclude(AD._CPP_file, "memory/allocation.inline.hpp");
    AD.addInclude(AD._CPP_file, "code/codeCache.hpp");
    AD.addInclude(AD._CPP_file, "code/compiledIC.hpp");
    AD.addInclude(AD._CPP_file, "code/nativeInst.hpp");
    AD.addInclude(AD._CPP_file, "code/vmreg.inline.hpp");
+   AD.addInclude(AD._CPP_file, "code/SCCache.hpp");
    AD.addInclude(AD._CPP_file, "gc/shared/collectedHeap.inline.hpp");
    AD.addInclude(AD._CPP_file, "oops/compressedOops.hpp");
    AD.addInclude(AD._CPP_file, "oops/markWord.hpp");
    AD.addInclude(AD._CPP_file, "oops/method.hpp");
    AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");

*** 255,10 ***
--- 256,11 ---
    AD.addInclude(AD._CPP_GEN_file, "opto/rootnode.hpp");
    AD.addInclude(AD._CPP_MISC_file, "adfiles", get_basename(AD._HPP_file._name));
    AD.addInclude(AD._CPP_PEEPHOLE_file, "adfiles", get_basename(AD._HPP_file._name));
    AD.addInclude(AD._CPP_PIPELINE_file, "adfiles", get_basename(AD._HPP_file._name));
    AD.addInclude(AD._DFA_file, "adfiles", get_basename(AD._HPP_file._name));
+   AD.addInclude(AD._DFA_file, "code/SCCache.hpp");
    AD.addInclude(AD._DFA_file, "oops/compressedOops.hpp");
    AD.addInclude(AD._DFA_file, "opto/cfgnode.hpp");  // Use PROB_MAX in predicate.
    AD.addInclude(AD._DFA_file, "opto/intrinsicnode.hpp");
    AD.addInclude(AD._DFA_file, "opto/matcher.hpp");
    AD.addInclude(AD._DFA_file, "opto/narrowptrnode.hpp");
< prev index next >