On Fri, 27 Feb 2026 20:46:46 GMT, Matias Saavedra Silva <[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. > > Matias Saavedra Silva has updated the pull request incrementally with two > additional commits since the last revision: > > - Chen and Erik comments > - Corrected test case make/GenerateLinkOptData.gmk line 79: > 77: $(FIXPATH) $(INTERIM_IMAGE_DIR)/bin/java -XX:[email protected] > \ > 78: $(CLASSLIST_FILE_VM_OPTS) \ > 79: -Xint \ Suggestion: -Xint \ make/GenerateLinkOptData.gmk line 94: > 92: -Djava.lang.invoke.MethodHandle.TRACE_RESOLVE=true \ > 93: $(CLASSLIST_FILE_VM_OPTS) \ > 94: -Xint \ Suggestion: -Xint \ ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/29925#discussion_r2885943695 PR Review Comment: https://git.openjdk.org/jdk/pull/29925#discussion_r2885944855
