On Fri, 8 May 2026 16:37:40 GMT, Vladimir Kozlov <[email protected]> wrote:
>> src/hotspot/share/compiler/compiler_globals.hpp line 395: >> >>> 393: product(uint, DisableAOTCode, 0, DIAGNOSTIC, >>> \ >>> 394: "Disable AOT code on some compilation levels " >>> \ >>> 395: "(T1=1; T2=2; T4=4; T5/preload=8") >>> \ >> >> Suggestion: >> >> "(T1=1; T2=2; T4=4; T5/preload=8)") \ > > May be I should follow #30352 changes and use decimal values: `(T1=1; T2=10; > T4=1000; T5/preload=10000)` +1 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30778#discussion_r3210681208
