Skip to content

Commit

Permalink
8341949: [lworld] compiler/valhalla/inlinetypes/TestMethodHandles.jav…
Browse files Browse the repository at this point in the history
…a broken after merging jdk-24+3
  • Loading branch information
TobiHartmann committed Oct 31, 2024
1 parent b61feb0 commit 3611320
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions test/hotspot/jtreg/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ compiler/codecache/CodeCacheFullCountTest.java 8332954 generic-all

compiler/interpreter/Test6833129.java 8335266 generic-i586

compiler/valhalla/inlinetypes/TestMethodHandles.java 8341949 generic-all

compiler/c2/irTests/scalarReplacement/ScalarReplacementWithGCBarrierTests.java 8342488 generic-all
#############################################################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public static void main(String[] args) {
InlineTypes.getFramework()
.addScenarios(scenarios)
.addFlags("-XX:CompileCommand=inline,java.lang.invoke.MethodHandleImpl::*")
.addFlags("-XX:CompileCommand=inline,java.lang.invoke.LambdaForm*::*")
.addHelperClasses(MyValue1.class,
MyValue2.class,
MyValue2Inline.class,
Expand Down

0 comments on commit 3611320

Please sign in to comment.