4 tests fails run with VM options -XX:+SegmentedCodeCache
compiler/ciReplay/TestInlining.java
compiler/ciReplay/TestLambdas.java
compiler/ciReplay/TestServerVM.java
compiler/ciReplay/TestUnresolvedClasses.java
The test log snippet:
java.lang.RuntimeException: Unexpected exit code for positive case: [-XX:-TieredCompilation] expected: 1 but was: 0
at jdk.test.lib.Asserts.fail(Asserts.java:689)
at jdk.test.lib.Asserts.assertEquals(Asserts.java:204)
at jdk.test.lib.Asserts.assertEQ(Asserts.java:180)
at compiler.ciReplay.CiReplayBase.positiveTest(CiReplayBase.java:279)
at compiler.ciReplay.TestInlining.testAction(TestInlining.java:54)
at compiler.ciReplay.CiReplayBase.runTest(CiReplayBase.java:139)
at compiler.ciReplay.TestInlining.main(TestInlining.java:49)