mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8264193: Remove TRAPS parameters for modules and defaultmethods
Reviewed-by: lfoltan, ccheung, coleenp, dholmes
This commit is contained in:
parent
ee5e00b05f
commit
6e74c3ab94
8 changed files with 48 additions and 60 deletions
|
@ -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 :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue