mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-08 11:35:21 +00: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
@ -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…
x
Reference in New Issue
Block a user