mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +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
|
@ -1024,7 +1024,7 @@ public:
|
|||
void init_implementor(); // initialize
|
||||
|
||||
// link this class into the implementors list of every interface it implements
|
||||
void process_interfaces(Thread *thread);
|
||||
void process_interfaces();
|
||||
|
||||
// virtual operations from Klass
|
||||
GrowableArray<Klass*>* compute_secondary_supers(int num_extra_slots,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue