mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8264051: Remove unused TRAPS parameters from runtime functions
Reviewed-by: iklam, dholmes
This commit is contained in:
parent
5d7e93c86d
commit
bc91596ca1
16 changed files with 35 additions and 52 deletions
|
@ -154,8 +154,7 @@ class ObjArrayKlass : public ArrayKlass {
|
|||
inline void oop_oop_iterate_elements_bounded(objArrayOop a, OopClosureType* closure, MemRegion mr);
|
||||
|
||||
public:
|
||||
// JVM support
|
||||
jint compute_modifier_flags(TRAPS) const;
|
||||
jint compute_modifier_flags() const;
|
||||
|
||||
public:
|
||||
// Printing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue