提交 594d7245 编写于 作者: M mseledtsov

8214906: [TESTBUG] jfr/event/sampling/TestNative.java fails with UnsatisfiedLinkError

Summary: Fixed the name of native method to reflect correct package
Reviewed-by: mgronlun
上级 0e05405b
......@@ -30,7 +30,7 @@
#include <unistd.h>
#endif
JNIEXPORT void JNICALL Java_com_oracle_jfr_event_sampling_TestNative_longTime
JNIEXPORT void JNICALL Java_jdk_jfr_event_sampling_TestNative_longTime
(JNIEnv *env, jclass jc)
{
#ifdef WINDOWS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册