Projects
openEuler:24.03:SP1:Everything
openjdk-1.8.0
_service:tar_scm:0042-8140581-Excluding-compile...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:0042-8140581-Excluding-compile-messages-should-only-be-pr.patch of Package openjdk-1.8.0
Date: Fri, 9 Jun 2023 10:34:42 +0800 Subject: [PATCH 42/59] 8140581: Excluding compile messages should only be printed with PrintCompilation Bug url: https://bugs.openjdk.org/browse/JDK-8140581 --- hotspot/src/share/vm/compiler/compileBroker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/src/share/vm/compiler/compileBroker.cpp b/hotspot/src/share/vm/compiler/compileBroker.cpp index 63f7bde8f..e8f97074e 100644 --- a/hotspot/src/share/vm/compiler/compileBroker.cpp +++ b/hotspot/src/share/vm/compiler/compileBroker.cpp @@ -1504,7 +1504,7 @@ bool CompileBroker::compilation_is_prohibited(methodHandle method, int osr_bci, // The method may be explicitly excluded by the user. bool quietly; if (CompilerOracle::should_exclude(method, quietly)) { - if (!quietly) { + if (PrintCompilation && !quietly) { // This does not happen quietly... ResourceMark rm; tty->print("### Excluding %s:%s", -- 2.22.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2