Skip to content

Commit 98f01f5

Browse files
committed
Address reviewer comments
1 parent c078409 commit 98f01f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/core/unpickleScala2/Scala2Unpickler.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ class Scala2Unpickler(bytes: Array[Byte], classRoot: ClassDenotation, moduleClas
409409
owner.info.decls.checkConsistent()
410410
if (slowSearch(name).exists)
411411
System.err.println(i"**** slow search found: ${slowSearch(name)}")
412-
if (ctx.debug) Thread.dumpStack()
412+
if (ctx.settings.YdebugMissingRefs.value) Thread.dumpStack()
413413
ctx.newStubSymbol(owner, name, source)
414414
}
415415
}

0 commit comments

Comments
 (0)