RFR: 8264359: Compiler directives should enable DebugNonSafepoints when PrintAssembly is requested
Vladimir Kozlov
kvn at openjdk.java.net
Thu Apr 1 22:02:26 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.
Good.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3316
More information about the hotspot-compiler-dev
mailing list