--- old/test/compiler/jvmci/events/JvmciNotifyInstallEventTest.java 2015-11-05 20:24:21.334853916 +0300 +++ new/test/compiler/jvmci/events/JvmciNotifyInstallEventTest.java 2015-11-05 20:24:21.290853916 +0300 @@ -111,6 +111,8 @@ Asserts.assertEQ(gotInstallNotification, 1, "Got unexpected event count after 1st install attempt"); // since "empty" compilation result is ok, a second attempt should be ok + compResult = new CompilationResult(METHOD_NAME); // create another instance with fresh state + compResult.setTotalFrameSize(0); codeCache.installCode(compRequest, compResult, /* installedCode = */ null, /* speculationLog = */ null, /* isDefault = */ false); Asserts.assertEQ(gotInstallNotification, 2,