mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8235629: Remove unnecessary calls to Thread::current
Reviewed-by: coleenp, ccheung, hseigel
This commit is contained in:
parent
dca6e34397
commit
cb75b6ee22
9 changed files with 30 additions and 26 deletions
|
@ -1399,7 +1399,7 @@ bool Method::has_member_arg() const {
|
|||
methodHandle Method::make_method_handle_intrinsic(vmIntrinsics::ID iid,
|
||||
Symbol* signature,
|
||||
TRAPS) {
|
||||
ResourceMark rm;
|
||||
ResourceMark rm(THREAD);
|
||||
methodHandle empty;
|
||||
|
||||
InstanceKlass* holder = SystemDictionary::MethodHandle_klass();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue