8264193: Remove TRAPS parameters for modules and defaultmethods

Reviewed-by: lfoltan, ccheung, coleenp, dholmes
This commit is contained in:
Harold Seigel 2021-03-30 12:19:13 +00:00
parent ee5e00b05f
commit 6e74c3ab94
8 changed files with 48 additions and 60 deletions

View file

@ -6256,8 +6256,7 @@ void ClassFileParser::post_process_parsed_stream(const ClassFileStream* const st
_major_version,
loader,
_class_name,
_local_interfaces,
CHECK);
_local_interfaces);
// Size of Java itable (in words)
_itable_size = _access_flags.is_interface() ? 0 :