On Thu, 9 Jul 2026 14:46:30 GMT, Aleksey Shipilev <[email protected]> wrote:

>> Andrew Haley has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   More
>
> src/hotspot/share/compiler/compilationPolicy.cpp line 415:
> 
>> 413: void CompilationPolicy::print_event_on(outputStream *st, EventType 
>> type, Method* m, Method* im, int bci, CompLevel level) {
>> 414: 
>> 415:   if (level < CompLevel_full_optimization)  return;
> 
> Debugging leftover?

Yes, true. Of course, wasn't detected by any tests.

> src/hotspot/share/utilities/vmError.cpp line 1641:
> 
>> 1639:   va_start(detail_args, detail_fmt);
>> 1640:   fprintf(stderr, "Spinning\n"); fflush(stderr);
>> 1641:   for(;;);
> 
> Spinloop goes brrrrrrrrrrrrrrr

Agh!

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

PR Review Comment: https://git.openjdk.org/jdk/pull/28541#discussion_r3557347990
PR Review Comment: https://git.openjdk.org/jdk/pull/28541#discussion_r3557343051

Reply via email to