hotspot/src/share/vm/adlc/main.cpp
changeset 29081 c61eb4914428
parent 25715 d5a8dbdc5150
child 30764 fec48bf5a827
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   218   AD.addInclude(AD._CPP_file, "gc_interface/collectedHeap.inline.hpp");
   218   AD.addInclude(AD._CPP_file, "gc_interface/collectedHeap.inline.hpp");
   219   AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
   219   AD.addInclude(AD._CPP_file, "oops/compiledICHolder.hpp");
   220   AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
   220   AD.addInclude(AD._CPP_file, "oops/markOop.hpp");
   221   AD.addInclude(AD._CPP_file, "oops/method.hpp");
   221   AD.addInclude(AD._CPP_file, "oops/method.hpp");
   222   AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
   222   AD.addInclude(AD._CPP_file, "oops/oop.inline.hpp");
   223   AD.addInclude(AD._CPP_file, "oops/oop.inline2.hpp");
       
   224   AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp");
   223   AD.addInclude(AD._CPP_file, "opto/cfgnode.hpp");
   225   AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
   224   AD.addInclude(AD._CPP_file, "opto/locknode.hpp");
   226   AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
   225   AD.addInclude(AD._CPP_file, "opto/opcodes.hpp");
   227   AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
   226   AD.addInclude(AD._CPP_file, "opto/regalloc.hpp");
   228   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");
   227   AD.addInclude(AD._CPP_file, "opto/regmask.hpp");