src/share/vm/utilities/decoder_elf.hpp

changeset 6491
e7cbc95179c4
parent 3961
3b01d0321dfa
child 6876
710a3c8b516e
equal deleted inserted replaced
6490:41b780b43b74 6491:e7cbc95179c4
1 /* 1 /*
2 * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2011, 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.
53 53
54 private: 54 private:
55 ElfFile* _opened_elf_files; 55 ElfFile* _opened_elf_files;
56 }; 56 };
57 57
58 #endif 58 #endif // !_WINDOWS && !__APPLE__
59 #endif // SHARE_VM_UTILITIES_DECODER_ELF_HPP 59 #endif // SHARE_VM_UTILITIES_DECODER_ELF_HPP

mercurial