mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8256365: Clean up vtable initialization code
Reviewed-by: eosterlund, dholmes
This commit is contained in:
parent
4e5116c46e
commit
fa8dce4f77
4 changed files with 93 additions and 100 deletions
|
@ -512,9 +512,6 @@ public:
|
|||
enclosing_method_attribute_size = 2
|
||||
};
|
||||
|
||||
// method override check
|
||||
bool is_override(const methodHandle& super_method, Handle targetclassloader, Symbol* targetclassname, TRAPS);
|
||||
|
||||
// package
|
||||
PackageEntry* package() const { return _package_entry; }
|
||||
ModuleEntry* module() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue