8376591: TestLoopNestTooManyTraps fails with various stress flags

Reviewed-by: aseoane, qamai, dfenacci, syan
This commit is contained in:
Roland Westrelin 2026-03-19 10:11:57 +00:00
parent a0c8fce9d7
commit 75b2ee2680
2 changed files with 1 additions and 2 deletions

View File

@ -81,8 +81,6 @@ compiler/interpreter/Test6833129.java 8335266 generic-i586
compiler/c2/aarch64/TestStaticCallStub.java 8359963 linux-aarch64,macosx-aarch64
compiler/longcountedloops/TestLoopNestTooManyTraps.java 8376591 generic-all
compiler/unsafe/AlignmentGapAccess.java 8373487 generic-all
#############################################################################

View File

@ -25,6 +25,7 @@
* @test
* @bug 8350330
* @summary C2: PhaseIdealLoop::add_parse_predicate() should mirror GraphKit::add_parse_predicate()
* @requires vm.flagless
* @library /test/lib /
* @build jdk.test.whitebox.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox