hotspot/src/share/vm/ci/ciCallSite.hpp
changeset 8676 9098d4e927e1
parent 7397 5b173b4ca846
child 10265 4c869854aebd
equal deleted inserted replaced
8675:e9fef2a9bef7 8676:9098d4e927e1
     1 /*
     1 /*
     2  * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2009, 2011, 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.
    27 
    27 
    28 #include "ci/ciInstance.hpp"
    28 #include "ci/ciInstance.hpp"
    29 
    29 
    30 // ciCallSite
    30 // ciCallSite
    31 //
    31 //
    32 // The class represents a java.dyn.CallSite object.
    32 // The class represents a java.lang.invoke.CallSite object.
    33 class ciCallSite : public ciInstance {
    33 class ciCallSite : public ciInstance {
    34 public:
    34 public:
    35   ciCallSite(instanceHandle h_i) : ciInstance(h_i) {}
    35   ciCallSite(instanceHandle h_i) : ciInstance(h_i) {}
    36 
    36 
    37   // What kind of ciObject is this?
    37   // What kind of ciObject is this?