Skip to content

Commit

Permalink
Fix -Djdk.reflect.useDirectMethodHandle=false
Browse files Browse the repository at this point in the history
See eclipse-openj9/openj9#20155 for more
details on the failure and the fix.

Fixes: eclipse-openj9/openj9#20155

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
  • Loading branch information
babsingh committed Sep 12, 2024
1 parent b651e56 commit 51277d5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/*
* ===========================================================================
* (c) Copyright IBM Corp. 2022, 2022 All Rights Reserved
* (c) Copyright IBM Corp. 2022, 2024 All Rights Reserved
* ===========================================================================
*/

Expand Down Expand Up @@ -533,6 +533,7 @@ boolean viewAsTypeChecks(MethodType newType, boolean strict) {
return true;
}

@Hidden
@Override
public Object invokeWithArguments(Object... arguments) throws Throwable {
MethodType type = this.type();
Expand Down

0 comments on commit 51277d5

Please sign in to comment.