Integrated: 8264359: Compiler directives should enable DebugNonSafepoints when PrintAssembly is requested

Nils Eliasson neliasso at openjdk.java.net
Tue Apr 6 06:50:34 UTC 2021


On Thu, 1 Apr 2021 20:57:04 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

> DebugNonSafepoints should be set when PrintAssembly is requested. This only happened for compile commands but not for compiler directives. This PR moves the check to compiler directives - that code path is used for both directives and commands. I am leaving the check and update in arguments.cpp - there might be some need for using flag PrintAssembly for stubs or wrappers, in a code path that doesn't use commands or directives.

This pull request has now been integrated.

Changeset: 81325483
Author:    Nils Eliasson <neliasso at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/81325483
Stats:     8 lines in 2 files changed: 5 ins; 3 del; 0 mod

8264359: Compiler directives should enable DebugNonSafepoints when PrintAssembly is requested

Reviewed-by: kvn, thartmann

-------------

PR: https://git.openjdk.java.net/jdk/pull/3316


More information about the hotspot-compiler-dev mailing list