mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8173070: Remove ValueObj class for allocation subclassing for runtime code
Reviewed-by: stefank, tschatzl, stuefe
This commit is contained in:
parent
fb1ec3eb27
commit
7557d78b35
98 changed files with 225 additions and 271 deletions
|
@ -76,7 +76,7 @@ class ElfSymbolTable;
|
|||
class ElfFuncDescTable;
|
||||
|
||||
// ELF section, may or may not have cached data
|
||||
class ElfSection VALUE_OBJ_CLASS_SPEC {
|
||||
class ElfSection {
|
||||
private:
|
||||
Elf_Shdr _section_hdr;
|
||||
void* _section_data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue