mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8258408: SystemDictionary passes TRAPS to functions that don't throw exceptions
Reviewed-by: dholmes, lfoltan
This commit is contained in:
parent
9ed0b76403
commit
6e824b3f51
8 changed files with 137 additions and 170 deletions
|
@ -1319,7 +1319,7 @@ void InstanceKlass::init_implementor() {
|
|||
}
|
||||
|
||||
|
||||
void InstanceKlass::process_interfaces(Thread *thread) {
|
||||
void InstanceKlass::process_interfaces() {
|
||||
// link this class into the implementors list of every interface it implements
|
||||
for (int i = local_interfaces()->length() - 1; i >= 0; i--) {
|
||||
assert(local_interfaces()->at(i)->is_klass(), "must be a klass");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue