From e2bea60ea1b6f47ced4b5ca6fa96ec7d5f8a7bf3 Mon Sep 17 00:00:00 2001 From: sendaoYan Date: Tue, 12 Nov 2024 15:08:49 +0800 Subject: [PATCH] [Misc] Problemlist compiler/tiered/LevelTransitionTest.java Summary: Problemlist compiler/tiered/LevelTransitionTest.java Testing: CI pipeline Reviewers: Accelerator1996, kuaiwei Issue: https://github.com/dragonwell-project/dragonwell8/issues/469 --- hotspot/test/ProblemList.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hotspot/test/ProblemList.txt b/hotspot/test/ProblemList.txt index 3f6cee0558..8f18455301 100644 --- a/hotspot/test/ProblemList.txt +++ b/hotspot/test/ProblemList.txt @@ -68,3 +68,4 @@ compiler/rtm/locking/TestUseRTMAfterLockInflation.java 8183263 generic-x64,gener compiler/rtm/locking/TestUseRTMForInflatedLocks.java 8183263 generic-x64,generic-i586 compiler/rtm/locking/TestUseRTMForStackLocks.java 8183263 generic-x64,generic-i586 compiler/rtm/method_options/TestUseRTMLockElidingOption.java 8183263 generic-x64,generic-i586 +compiler/tiered/LevelTransitionTest.java https://github.com/dragonwell-project/dragonwell8/pull/695 generic-all