comparison src/share/vm/utilities/decoder_elf.hpp @ 14441:e7cbc95179c4

8019929: PPC64 (part 107): Extend ELF-decoder to support PPC64 function descriptor tables Summary: Extend ELF-decoder to support PPC64 function descriptor tables Reviewed-by: kvn, zgu
author simonis
date Thu, 05 Dec 2013 19:19:09 +0100
parents 3b01d0321dfa
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14440:41b780b43b74 14441: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