Commit accd257
Add TEST_LOG diagnostics for silent dump/copy failure paths
Profiler::dump() discarded _jfr.dump()'s Error entirely, and
OS::copyFile()'s sendfile() loop broke silently on short/failed
copies - both are debug-only visibility gaps that would otherwise
leave a lost reference-chain write or truncated chunk copy
unexplained in CI logs.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 787f29e commit accd257
3 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
| 854 | + | |
| 855 | + | |
854 | 856 | | |
855 | 857 | | |
856 | 858 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| 733 | + | |
733 | 734 | | |
734 | 735 | | |
735 | 736 | | |
| 737 | + | |
| 738 | + | |
736 | 739 | | |
737 | 740 | | |
738 | 741 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1850 | 1850 | | |
1851 | 1851 | | |
1852 | 1852 | | |
| 1853 | + | |
| 1854 | + | |
| 1855 | + | |
1853 | 1856 | | |
1854 | 1857 | | |
1855 | 1858 | | |
| |||
0 commit comments