Commit 0ad4a57
ClassfileParser: Avoid cycle when accessing companion in inner class lookup (#16882)
Previously, the call to `info` on the module val could lead to a cycle
since the module val might be in the process of being completed. This
commit fixes this by only using the module class which is all we need to
lookup members.
Fixes #15288.
Fixes #14059.
Co-Authored-By: Tom Grigg <tomegrigg@gmail.com>File tree
5 files changed
+21
-4
lines changed- compiler/src/dotty/tools/dotc/core/classfile
- sbt-test/java-compat/i15288
5 files changed
+21
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1086 | 1086 | | |
1087 | 1087 | | |
1088 | 1088 | | |
1089 | | - | |
1090 | | - | |
1091 | | - | |
1092 | | - | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
1093 | 1093 | | |
1094 | 1094 | | |
1095 | 1095 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments