git: openjdk/mobile: 2 new changesets

duke duke at openjdk.java.net
Mon Oct 12 11:41:51 UTC 2020


Changeset: 05459df0
Author:    Roberto Castañeda Lozano <roberto.castaneda.lozano at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
Date:      2020-10-12 11:40:50 +0000
URL:       https://git.openjdk.java.net/mobile/commit/05459df0

8253765: C2: Control randomization in StressLCM and StressGCM

Use the compilation-local seed in 'StressLCM' and 'StressGCM' rather than the
global one. As a consequence, these options use by default a fresh seed in every
compilation, unless 'StressSeed=N' is specified, in which case they behave
deterministically. Annotate tests that use 'StressLCM' and 'StressGCM' with the
'stress' and 'randomness' keys to reflect this change in default behavior.

Reviewed-by: kvn, thartmann

! src/hotspot/share/opto/c2_globals.hpp
! src/hotspot/share/opto/compile.cpp
! src/hotspot/share/opto/compile.hpp
! src/hotspot/share/opto/gcm.cpp
! src/hotspot/share/opto/lcm.cpp
! test/hotspot/jtreg/compiler/arraycopy/TestCloneAccessStressGCM.java
! test/hotspot/jtreg/compiler/arraycopy/TestInitializingACLoadWithBadMem.java
! test/hotspot/jtreg/compiler/arraycopy/TestLoadBypassACWithWrongMem.java
! test/hotspot/jtreg/compiler/controldependency/TestEliminatedCastPPAtPhi.java
! test/hotspot/jtreg/compiler/debug/TestGenerateStressSeed.java
+ test/hotspot/jtreg/compiler/debug/TestStressCM.java
! test/hotspot/jtreg/compiler/debug/TestStressIGVN.java
! test/hotspot/jtreg/compiler/loopopts/TestLoopUnswitchingLostCastDependency.java
! test/hotspot/jtreg/compiler/loopopts/TestPredicateLostDependency.java
! test/hotspot/jtreg/compiler/loopopts/TestRangeCheckPredicatesControl.java
! test/hotspot/jtreg/compiler/membars/DekkerTest.java
! test/hotspot/jtreg/gc/shenandoah/compiler/TestExpandedWBLostNullCheckDep.java
! test/hotspot/jtreg/gc/shenandoah/compiler/TestWriteBarrierClearControl.java

Changeset: d323f7ef
Author:    duke <duke at openjdk.org>
Date:      2020-10-12 11:41:25 +0000
URL:       https://git.openjdk.java.net/mobile/commit/d323f7ef

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list