[lworld] RFR: 8373622: [lworld] Enabling jimage changes break tests with inMemoryJavaCompiler [v2]
Roger Riggs
rriggs at openjdk.org
Mon Dec 15 18:06:48 UTC 2025
On Mon, 15 Dec 2025 16:43:23 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> This change tests the properties: java.test.opts and the property for test.enable.preview (set when test has @enablePreview), and will pass --enable-preview -source 26 to the inMemoryJavaCompiler compiler task. I don't really like this but the alternative is to do the same thing from all the tests, and pass this down as parameters. Better alternative ideas are welcome.
>>
>> When the jimage code is checked in, a bunch of tests fail because of this problem.
>>
>> Testing with tier1-4.
>
> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>
> Fix version for javac to be latest version.
test/lib/jdk/test/lib/compiler/InMemoryJavaCompiler.java line 268:
> 266: opts.add("-source");
> 267: opts.add(Integer.toString(Runtime.version().feature()));
> 268:
Trivially, an extra blank line.
test/lib/jdk/test/lib/compiler/InMemoryJavaCompiler.java line 275:
> 273: opts.add("-source");
> 274: opts.add(Integer.toString(Runtime.version().feature()));
> 275:
And another blank line.
-------------
PR Review Comment: https://git.openjdk.org/valhalla/pull/1797#discussion_r2620352889
PR Review Comment: https://git.openjdk.org/valhalla/pull/1797#discussion_r2620356418
More information about the valhalla-dev
mailing list