mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8210470: Remove unused Verifier::verify() Verifier::Mode argument
Remove the unused argument. Reviewed-by: coleenp, jiangli
This commit is contained in:
parent
edef78fbe1
commit
18bbeb53e6
5 changed files with 17 additions and 25 deletions
|
@ -1285,8 +1285,8 @@ public:
|
|||
private:
|
||||
void fence_and_clear_init_lock();
|
||||
|
||||
bool link_class_impl (bool throw_verifyerror, TRAPS);
|
||||
bool verify_code (bool throw_verifyerror, TRAPS);
|
||||
bool link_class_impl (TRAPS);
|
||||
bool verify_code (TRAPS);
|
||||
void initialize_impl (TRAPS);
|
||||
void initialize_super_interfaces (TRAPS);
|
||||
void eager_initialize_impl ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue