Reviewed instrumentation/executors/jdk21-testing against the module-cleanup checklist. No safe, deterministic fixes were found, no source files were changed, and no commit was created.
Notes:
- The module has no
metadata.yaml, so there was no in-module metadata file to validate.
VirtualThreadExecutorTest delegates executor shutdown to the shared AbstractExecutorServiceTest base.
StructuredTaskScopeTest#multipleForkJoin keeps throws Exception because the test legitimately combines checked reflection and concurrency paths; the testing guidance says not to add noisy wrappers solely to narrow this case.
Generated by Module Cleanup — Single Module · ◷
Reviewed
instrumentation/executors/jdk21-testingagainst the module-cleanup checklist. No safe, deterministic fixes were found, no source files were changed, and no commit was created.Notes:
metadata.yaml, so there was no in-module metadata file to validate.VirtualThreadExecutorTestdelegates executor shutdown to the sharedAbstractExecutorServiceTestbase.StructuredTaskScopeTest#multipleForkJoinkeepsthrows Exceptionbecause the test legitimately combines checked reflection and concurrency paths; the testing guidance says not to add noisy wrappers solely to narrow this case.