-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: repo-panama
-
Component/s: tools
For a varargs function prototype in C, like
void m();
The API for the method should be a varargs method. However, the static forwarder class didn't add the ACC_VARARGS.
void m();
The API for the method should be a varargs method. However, the static forwarder class didn't add the ACC_VARARGS.