Skip to content

(0.32.0) Use va_list for arguments in JVMTI variadic functions - #14658

Merged
pshipton merged 1 commit into
eclipse-openj9:v0.32.0-releasefrom
knn-k:jvmti_variadic_func_0.32
Mar 7, 2022
Merged

(0.32.0) Use va_list for arguments in JVMTI variadic functions#14658
pshipton merged 1 commit into
eclipse-openj9:v0.32.0-releasefrom
knn-k:jvmti_variadic_func_0.32

Conversation

@knn-k

@knn-k knn-k commented Mar 6, 2022

Copy link
Copy Markdown
Contributor

This commit changes the implementation of JVMTI extension functions in
jvmtiExtensionMechanism.c, so that the functions use va_list for taking
arguments and their prototypes match the declaration of
jvmtiExtensionFunction.

Original PR in master: #14622

Signed-off-by: KONNO Kazuhiro konno@jp.ibm.com

This commit changes the implementation of JVMTI extension functions in
jvmtiExtensionMechanism.c, so that the functions use va_list for taking
arguments and their prototypes match the declaration of
jvmtiExtensionFunction.

Original PR in master: eclipse-openj9#14622

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
@knn-k

knn-k commented Mar 6, 2022

Copy link
Copy Markdown
Contributor Author

I separated the changes for enabling related tests in #14622 to #14659.

@pshipton
pshipton merged commit 15ddff5 into eclipse-openj9:v0.32.0-release Mar 7, 2022
@knn-k
knn-k deleted the jvmti_variadic_func_0.32 branch March 7, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants