hotspot/src/share/vm/opto/callGenerator.cpp
changeset 29081 c61eb4914428
parent 26945 981df0f8be4e
child 30223 82ab7b6b4927
equal deleted inserted replaced
29080:a16b0d9a08f5 29081:c61eb4914428
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 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.
    37 #include "opto/cfgnode.hpp"
    37 #include "opto/cfgnode.hpp"
    38 #include "opto/parse.hpp"
    38 #include "opto/parse.hpp"
    39 #include "opto/rootnode.hpp"
    39 #include "opto/rootnode.hpp"
    40 #include "opto/runtime.hpp"
    40 #include "opto/runtime.hpp"
    41 #include "opto/subnode.hpp"
    41 #include "opto/subnode.hpp"
    42 
    42 #include "runtime/sharedRuntime.hpp"
    43 
    43 
    44 // Utility function.
    44 // Utility function.
    45 const TypeFunc* CallGenerator::tf() const {
    45 const TypeFunc* CallGenerator::tf() const {
    46   return TypeFunc::make(method());
    46   return TypeFunc::make(method());
    47 }
    47 }