mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8180601: hsdis generates duplicate output for JVMCI installed code
Remove duplicated hsdis output Reviewed-by: dnsimon, kvn
This commit is contained in:
parent
8d7312538b
commit
f1589c23ac
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ JVMCIEnv::CodeInstallResult CodeInstaller::install(JVMCICompiler* compiler, Hand
|
|||
if (nm != NULL && env == NULL) {
|
||||
DirectiveSet* directive = DirectivesStack::getMatchingDirective(method, compiler);
|
||||
bool printnmethods = directive->PrintAssemblyOption || directive->PrintNMethodsOption;
|
||||
if (printnmethods || PrintDebugInfo || PrintRelocations || PrintDependencies || PrintExceptionHandlers) {
|
||||
if (!printnmethods && (PrintDebugInfo || PrintRelocations || PrintDependencies || PrintExceptionHandlers)) {
|
||||
nm->print_nmethod(printnmethods);
|
||||
}
|
||||
DirectivesStack::release(directive);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue