hotspot/src/share/vm/c1/c1_FrameMap.hpp
changeset 38031 e0b822facc03
parent 29180 50369728b00e
child 40010 e32d5e545789
equal deleted inserted replaced
38030:93f24e7b3c43 38031:e0b822facc03
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2016, 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.
    34 #include "runtime/synchronizer.hpp"
    34 #include "runtime/synchronizer.hpp"
    35 #include "utilities/globalDefinitions.hpp"
    35 #include "utilities/globalDefinitions.hpp"
    36 
    36 
    37 class ciMethod;
    37 class ciMethod;
    38 class CallingConvention;
    38 class CallingConvention;
    39 class BasicTypeArray;
       
    40 class BasicTypeList;
       
    41 
    39 
    42 //--------------------------------------------------------
    40 //--------------------------------------------------------
    43 //               FrameMap
    41 //               FrameMap
    44 //--------------------------------------------------------
    42 //--------------------------------------------------------
    45 
    43