Skip to content

Commit

Permalink
Revert "The changes reflect the feature request eclipse-openj9#16416
Browse files Browse the repository at this point in the history
…- part 2 of eclipse-openj9#20641"

This reverts commit 5fed7b4.
  • Loading branch information
h3110n3rv3 committed Dec 17, 2024
1 parent 051633f commit f1fadee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/rastrace/method_trigger.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ setMethodStrArgLength(J9JavaVM *vm, const char *str, BOOLEAN atRuntime)

p = getPositionalParm(1, str, &length);

if (length > 3) {
if (length > 1) {
goto err;
}

Expand Down

0 comments on commit f1fadee

Please sign in to comment.