Skip to content

Commit bc42681

Browse files
author
Zhengyu Gu
committed
Fix JFRTest.java
1 parent 6a6312b commit bc42681

File tree

1 file changed

+1
-1
lines changed
  • substratevm/src/com.oracle.svm.test.jdk11/src/com/oracle/svm/test/jdk11/jfr

1 file changed

+1
-1
lines changed

substratevm/src/com.oracle.svm.test.jdk11/src/com/oracle/svm/test/jdk11/jfr/JFRTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import org.graalvm.nativeimage.ImageInfo;
3030
import org.junit.BeforeClass;
3131

32-
import com.oracle.svm.jfr.JfrEnabled;
32+
import com.oracle.svm.core.jdk11.jfr.JfrEnabled;
3333

3434
/** Base class for JFR unit tests. */
3535
public class JFRTest {

0 commit comments

Comments
 (0)