On Wed, 18 Feb 2026 16:14:02 GMT, Alan Bateman <[email protected]> wrote:

>> David Beaumont has updated the pull request with a new target base due to a 
>> merge or a rebase. The incremental webrev excludes the unrelated changes 
>> brought in by the merge/rebase. The pull request contains five additional 
>> commits since the last revision:
>> 
>>  - Merge branch 'lworld' into jdk_8377162_exploded_modules/squashed
>>  - revert unnecessary filter in ModulePatcher
>>  - Latest version
>>  - Limit awareness of preview resources to system modules only.
>>    
>>    * limit preview handling
>>    * Patch ModuleReaderTest from mainline
>>  - Preview mode for exploded system module readers
>>    
>>    * with better flag plumbing
>>    * Simpler approach with linked hash set
>>    * Revert weird import change
>>    * First cut at a preview aware module reader for exploded builds
>>    * Test for partiy of JRT file-system and class resources in preview mode
>
> src/java.base/share/classes/jdk/internal/module/ModulePath.java line 121:
> 
>> 119:      * Returns a ModuleFinder for system modules in the {@code 
>> $JAVA_HOME/modules}
>> 120:      * directory on the file system by searching a sequence of 
>> directories and/or
>> 121:      * packaged modules. The modules may be patched by the given 
>> ModulePatcher.
> 
> There are no packaged modules in the interim exploded build. So I think 
> better for this method description to say that it returns the ModuleFinder 
> for an exploded JDK build where moduleDir is the $JAVA_HOME/modules directory.

Thanks. That's more precise and useful.

> test/jdk/jdk/internal/jrtfs/JrtFileSystemClassParityTest.java line 40:
> 
>> 38: /*
>> 39:  * @test id=normal
>> 40:  * @summary A parity test for the default runtime JRT file system.
> 
> Would it be possible to get a summary of what you mean by "parity" here? This 
> will help with suggestions for how to name this test.

Changed to:

 * @summary Ensures the default runtime JRT file system has identical behavior
 *     in packaged or exploded builds.

-------------

PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2032#discussion_r2827314485
PR Review Comment: 
https://git.openjdk.org/valhalla/pull/2032#discussion_r2827341216

Reply via email to