8019929: PPC64 (part 107): Extend ELF-decoder to support PPC64 function descriptor tables

Extend ELF-decoder to support PPC64 function descriptor tables

Reviewed-by: kvn, zgu
This commit is contained in:
Volker Simonis 2013-12-05 19:19:09 +01:00
parent ecca1bcc72
commit d767bd2dfd
12 changed files with 350 additions and 29 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -55,5 +55,5 @@ private:
ElfFile* _opened_elf_files;
};
#endif
#endif // !_WINDOWS && !__APPLE__
#endif // SHARE_VM_UTILITIES_DECODER_ELF_HPP