On Sat, 9 Jul 2022 17:13:22 GMT, Alan Bateman wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> adjusted max number of threads instead of adding explicit timeout
>
> test/hotspot/jtreg/serviceability/jvmti/events/
On Sat, 9 Jul 2022 17:21:08 GMT, Alan Bateman wrote:
>> Serguei Spitsyn has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> adjusted max number of threads instead of adding explicit timeout
>
> test/hotspot/jtreg/serviceability/jvmti/events/
> This is a test bug. The test should filter out non-tested threads to avoid
> generating such kind of deadlocks.
>
> In short, the deadlock dependencies are:
>
> - The `Common-Cleaner` thread is executing the JVM TI agent `MethodEntry`
> event callback which grabbed the `agent_lock` raw monit
> This is a test bug. The test should filter out non-tested threads to avoid
> generating such kind of deadlocks.
>
> In short, the deadlock dependencies are:
>
> - The `Common-Cleaner` thread is executing the JVM TI agent `MethodEntry`
> event callback which grabbed the `agent_lock` raw monit
On Sun, 10 Jul 2022 10:12:54 GMT, Serguei Spitsyn wrote:
>> This is a test bug. The test should filter out non-tested threads to avoid
>> generating such kind of deadlocks.
>>
>> In short, the deadlock dependencies are:
>>
>> - The `Common-Cleaner` thread is executing the JVM TI agent `Method
On Wed, 6 Jul 2022 05:59:21 GMT, Alan Bateman wrote:
>> xpbob has updated the pull request incrementally with one additional commit
>> since the last revision:
>>
>> update header
>
> It's not clear that introducing this as a standard API is the right thing to
> do. Are you 100% confident th
On Sat, 9 Jul 2022 06:49:03 GMT, Ioi Lam wrote:
>> Some Kubernetes setups share the /tmp directory across multiple containers.
>> On rare occasions, the JVM may crash when it tries to write to
>> `/tmp/hsperfdata_/` when a process in a separate container
>> decides to do the same thing (becaus