Skip to content

Commit

Permalink
Merge pull request #20752 from theresa-m/trueupdate
Browse files Browse the repository at this point in the history
Update true to TRUE to match parameter type BOOLEAN
  • Loading branch information
keithc-ca authored Dec 4, 2024
2 parents c568611 + f86f8d5 commit 5429cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/jcl/common/java_lang_invoke_MethodHandleNatives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1323,8 +1323,8 @@ Java_java_lang_invoke_MethodHandleNatives_resolve(
J9UTF8_DATA(signature) + sigOffset,
J9UTF8_DATA(signature) + sigOffset,
J9UTF8_LENGTH(signature) - sigOffset - 1, /* -1 to remove the trailing ;*/
true,
true);
TRUE,
TRUE);
omrthread_monitor_exit(vm->classTableMutex);
if (0 != clConstraintResult) {
vmFuncs->setCurrentExceptionUTF(currentThread, J9VMCONSTANTPOOL_JAVALANGLINKAGEERROR, NULL);
Expand Down

0 comments on commit 5429cc6

Please sign in to comment.