mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 06:14:49 +02:00
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:
parent
ecca1bcc72
commit
d767bd2dfd
12 changed files with 350 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue