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

Fixed the name of native method to reflect correct package

Reviewed-by: mgronlun
This commit is contained in:
Mikhailo Seledtsov 2018-12-05 17:50:14 -08:00
parent f79e32a313
commit 54cc30e6c1
2 changed files with 1 additions and 2 deletions
test/jdk
ProblemList.txt
jdk/jfr/event/sampling

@ -883,4 +883,3 @@ javax/rmi/ssl/SSLSocketParametersTest.sh 8162906 generic-
# jdk_jfr
jdk/jfr/event/io/TestInstrumentation.java 8202142 generic-all
jdk/jfr/event/sampling/TestNative.java 8202142 generic-all

@ -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