8210470: Remove unused Verifier::verify() Verifier::Mode argument

Remove the unused argument.

Reviewed-by: coleenp, jiangli
This commit is contained in:
Harold Seigel 2018-09-11 09:53:41 -04:00
parent edef78fbe1
commit 18bbeb53e6
5 changed files with 17 additions and 25 deletions

View file

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