git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Thu Jan 7 18:58:40 UTC 2021
Changeset: d8ad6301
Author: Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
Committer: Vladimir Kozlov <kvn at openjdk.org>
Date: 2021-01-07 18:57:58 +0000
URL: https://git.openjdk.java.net/mobile/commit/d8ad6301
8258772: Some runtime/cds tests fail with +LogCompilation or +StressX
Emit warning about TraceDependencies results in
ClassHierarchyWalker::count_find_witness_calls() only if TraceDependencies is
actually enabled. Use standard warning() function instead of ad hoc printing.
Remove warning about using Stress(LCM|GCM|IGVN) without LogCompilation in
Compile::Compile(), and add the information to the description of the StressSeed
option instead. These changes prevent false test failures when using
LogCompilation or Stress(LCM|GCM|IGVN).
Reviewed-by: chagedorn, kvn, thartmann
! src/hotspot/share/code/dependencies.cpp
! src/hotspot/share/opto/c2_globals.hpp
! src/hotspot/share/opto/compile.cpp
Changeset: 56cc7f8d
Author: duke <duke at openjdk.org>
Date: 2021-01-07 18:58:14 +0000
URL: https://git.openjdk.java.net/mobile/commit/56cc7f8d
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list