RFR: 8360312: Serviceability Agent tests fail with JFR enabled due to unknown thread type JfrRecorderThread [v2]

Chris Plummer cjplummer at openjdk.org
Wed Jun 25 17:31:47 UTC 2025


On Wed, 25 Jun 2025 08:07:41 GMT, Kevin Walls <kevinw at openjdk.org> wrote:

>> Chris Plummer has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix copyright
>
> src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/Threads.java line 200:
> 
>> 198:             " (expected type JavaThread, CompilerThread, MonitorDeflationThread, AttachListenerThread," +
>> 199:             " DeoptimizeObjectsALotThread, StringDedupThread, NotificationThread, ServiceThread," +
>> 200:             "JfrRecorderThread, or JvmtiAgentThread)", e);
> 
> nitpicking: space?

Good catch. Fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25960#discussion_r2167253978


More information about the serviceability-dev mailing list