On Wed, 25 Feb 2026 19:08:29 GMT, Chen Liang <[email protected]> wrote:

>> The default classlist can very rarely differ between builds due to 
>> non-determinism introduced by JIT code. See the JBS issue for more details. 
>> Verified with tier 1-5 tests.
>
> test/hotspot/jtreg/runtime/cds/DeterministicClasslist.java line 73:
> 
>> 71:         Path testSrc = Paths.get(System.getProperty("test.src", "."));
>> 72: 
>> 73:         for (Path d = testSrc; d != null; d = d.getParent()) {
> 
> This might go beyond the repository root and seems risky :(

This is true... I was having some trouble finding the right system property to 
use so I could navigate to the test directly...

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

PR Review Comment: https://git.openjdk.org/jdk/pull/29925#discussion_r2855586834

Reply via email to