git: openjdk/lanai: 2 new changesets

duke duke at openjdk.java.net
Wed Sep 16 06:51:52 UTC 2020


Changeset: efe3540d
Author:    Roberto Castaneda Lozano <roberto.castaneda.lozano at oracle.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
Date:      2020-09-16 06:47:45 +0000
URL:       https://git.openjdk.java.net/lanai/commit/efe3540d

8252966: CI: Remove KILL_COMPILE_ON_FATAL_ and KILL_COMPILE_ON_ANY macros

Remove the KILL_COMPILE_ON_FATAL_ and KILL_COMPILE_ON_ANY macros, replacing uses
of KILL_COMPILE_ON_FATAL_ with CHECK_AND_CLEAR_. Unlike KILL_COMPILE_ON_FATAL_,
CHECK_AND_CLEAR_ ignores ThreadDeath exceptions, which compiler threads should
not receive anyway.

Reviewed-by: vlivanov, neliasso

! src/hotspot/share/ci/ciEnv.cpp
! src/hotspot/share/ci/ciField.cpp
! src/hotspot/share/ci/ciUtilities.inline.hpp

Changeset: ddc7693e
Author:    duke <duke at openjdk.org>
Date:      2020-09-16 06:50:19 +0000
URL:       https://git.openjdk.java.net/lanai/commit/ddc7693e

Automatic merge of jdk:master into master




More information about the lanai-dev mailing list