git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Mon Aug 31 10:16:58 UTC 2020
Changeset: 8d30bb03
Author: Christian Hagedorn <chagedorn at openjdk.org>
Date: 2020-08-31 12:10:25 +0000
URL: https://git.openjdk.java.net/mobile/commit/8d30bb03
8249607: C2: assert(!had_error) failed: bad dominance
Fix prevented igvn optimization in SplitIf for LoadNodes which resulted in dominanance errors with loop strip mining.
Reviewed-by: roland, kvn
! src/hotspot/share/opto/loopnode.cpp
! src/hotspot/share/opto/loopnode.hpp
! src/hotspot/share/opto/loopopts.cpp
+ test/hotspot/jtreg/compiler/loopopts/TestSplitIfPinnedLoadInStripMinedLoop.java
Changeset: 65cceb25
Author: duke <duke at openjdk.org>
Date: 2020-08-31 10:16:21 +0000
URL: https://git.openjdk.java.net/mobile/commit/65cceb25
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list