git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Mon Feb 28 10:03:02 UTC 2022
Changeset: efd3967b
Author: John Tortugo <disoares at microsoft.com>
Committer: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2022-02-28 10:01:24 +0000
URL: https://git.openjdk.java.net/mobile/commit/efd3967b54fed7eaa3c3072267f766d73a3acadb
8267265: Use new IR Test Framework to create tests for C2 Ideal transformations
Reviewed-by: chagedorn
+ test/hotspot/jtreg/compiler/c2/irTests/AddINodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/AddLNodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/DivINodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/DivLNodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/MulINodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/MulLNodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/SubINodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/SubLNodeIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/loopOpts/LoopIdealizationTests.java
+ test/hotspot/jtreg/compiler/c2/irTests/scalarReplacement/ScalarReplacementTests.java
! test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java
Changeset: 87edd90f
Author: duke <duke at openjdk.org>
Date: 2022-02-28 10:02:09 +0000
URL: https://git.openjdk.java.net/mobile/commit/87edd90f7ac649509f4b32a1c288daa5a39e1081
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list