--- old/core/tests/org.openjdk.jmc.flightrecorder.test/src/test/java/org/openjdk/jmc/flightrecorder/test/FilteredRecordingTest.java 2018-07-12 21:40:03.330225600 +0530 +++ new/core/tests/org.openjdk.jmc.flightrecorder.test/src/test/java/org/openjdk/jmc/flightrecorder/test/FilteredRecordingTest.java 2018-07-12 21:40:02.123104900 +0530 @@ -60,7 +60,7 @@ @SuppressWarnings("nls") public class FilteredRecordingTest { private static final String JVM_INFORMATION_REGEXP = ".*JVMInformation"; - private static final String COM_ORACLE_JDK_JVM_INFORMATION = "com.oracle.jdk.JVMInformation"; + private static final String COM_ORACLE_JDK_JVM_INFORMATION = "jdk.JVMInformation"; @Test public void testIncludeEventTypeFilter() throws IOException, CouldNotLoadRecordingException {