[aarch64-port-dev ] git: openjdk/aarch64-port: master: 8258772: Some runtime/cds tests fail with +LogCompilation or +StressX

Vladimir Kozlov kvn at openjdk.java.net
Thu Jan 7 19:01:07 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/aarch64-port/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



More information about the aarch64-port-dev mailing list