Skip to content

Fix calling primitive varargs and add tests#6834

Merged
headius merged 1 commit intojruby:masterfrom
headius:fix_and_test_primitive_varargs
Sep 16, 2021
Merged

Fix calling primitive varargs and add tests#6834
headius merged 1 commit intojruby:masterfrom
headius:fix_and_test_primitive_varargs

Conversation

@headius
Copy link
Member

@headius headius commented Sep 15, 2021

An optimization to use direct array sets for object components
accidentally caused us to do the same logic for primitive
components. This fixes that regression and adds specs for calling
primitive varargs methods.

Fixes #6830

An optimization to use direct array sets for object components
accidentally caused us to do the same logic for primitive
components. This fixes that regression and adds specs for calling
primitive varargs methods.

Fixes jruby#6830
@headius headius added this to the JRuby 9.3.0.0 milestone Sep 15, 2021
@headius headius merged commit 989bdd8 into jruby:master Sep 16, 2021
@headius headius deleted the fix_and_test_primitive_varargs branch September 16, 2021 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot call Varargs Java Methods

1 participant