src/share/vm/runtime/vmStructs.hpp

changeset 4492
8b46b0196eb0
parent 4290
7c15faa95ce7
child 6876
710a3c8b516e
equal deleted inserted replaced
4491:6cf2530f7fd3 4492:8b46b0196eb0
1 /* 1 /*
2 * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2000, 2013, 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.
23 */ 23 */
24 24
25 #ifndef SHARE_VM_RUNTIME_VMSTRUCTS_HPP 25 #ifndef SHARE_VM_RUNTIME_VMSTRUCTS_HPP
26 #define SHARE_VM_RUNTIME_VMSTRUCTS_HPP 26 #define SHARE_VM_RUNTIME_VMSTRUCTS_HPP
27 27
28 #ifndef VM_STRUCTS_KERNEL
29 #include "utilities/debug.hpp" 28 #include "utilities/debug.hpp"
30 #endif
31 #ifdef COMPILER1 29 #ifdef COMPILER1
32 #include "c1/c1_Runtime1.hpp" 30 #include "c1/c1_Runtime1.hpp"
33 #endif 31 #endif
34 32
35 // This table encapsulates the debugging information required by the 33 // This table encapsulates the debugging information required by the

mercurial