8256365: Clean up vtable initialization code

Reviewed-by: eosterlund, dholmes
This commit is contained in:
Coleen Phillimore 2020-11-18 14:12:48 +00:00
parent 4e5116c46e
commit fa8dce4f77
4 changed files with 93 additions and 100 deletions

View file

@ -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;