Skip to content

Commit fb2e915

Browse files
committed
Improve reasoning
***NO_CI***
1 parent 14d03c7 commit fb2e915

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/CLR/Core/CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,9 @@ memory. Two independent failures followed from that:
879879
physically moved, so it would go stale across `--compactionaftergc`
880880
too.
881881

882-
Both require `--forcegc --compactionaftergc` together to reproduce
883-
reliably; either flag alone can miss it depending on allocation timing —
884-
about 1 run in 9–10 failed under both flags before the fix, which is why
882+
The reachability failure reproduces with `--forcegc`; add
883+
+`--compactionaftergc` to exercise the relocation failure.
884+
About 1 run in 9–10 failed under both flags before the fix, which is why
885885
a single clean run proves nothing here (loop 15–20×, see §14).
886886

887887
**The fix.** `CreateInstanceWithStorage` now takes an `owner` reference

0 commit comments

Comments
 (0)