Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define a proper annotation parameter for DynamicMethod.Version #5548

Merged
merged 1 commit into from
Jan 4, 2019

Conversation

donv
Copy link
Member

@donv donv commented Jan 3, 2019

This parameter is set to 0 in
InvocationMethodFactory.createJavaMethodCtor and in the precompiled
INVOKER classes. This works somehow on the JVM, but fails in the
DalvikVM.

Source for defining annotation parameters:
https://docs.oracle.com/javase/tutorial/java/annotations/declaring.html

@donv donv requested a review from headius January 3, 2019 12:23
@donv donv self-assigned this Jan 3, 2019
This parameter is set to 0 in
InvocationMethodFactory.createJavaMethodCtor and in the precompiled
INVOKER classes.  This works somehow on the JVM, but fails in the
DalvikVM.

Source for defining annotation parameters:
https://docs.oracle.com/javase/tutorial/java/annotations/declaring.html
@donv donv force-pushed the fix_dynamic_method_version_annotation_parameter branch from aade01b to 316a021 Compare January 3, 2019 12:58
@headius headius added this to the JRuby 9.2.6.0 milestone Jan 4, 2019
@headius
Copy link
Member

headius commented Jan 4, 2019

Super weird. Merging.

@headius headius merged commit 562e1f9 into master Jan 4, 2019
@donv donv deleted the fix_dynamic_method_version_annotation_parameter branch January 4, 2019 22:47
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.

3 participants