JVM dynamic Attach api issue

Zhengyu Gu zgu at redhat.com
Wed Sep 18 23:40:58 UTC 2019


There is an existing thread on this issue.

https://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2019-June/034906.html

-Zhengyu



On 9/18/19 5:40 PM, Andrew Haley wrote:
> On 9/18/19 7:56 PM, Rammohan Vanteru wrote:
>>
>> I am facing an issue with JVM dynamic Attach api. We have a source code
>> which connects to target jvms using dynamic attach api which works fine for
>> few days. After couple of days it start’s failing making connections to
>> target jvms because /tmp/.java_pid* is removed automatically. We also see
>> that target JVMs’s generating thread dump’s in stdout.
>>
>> Currently we are using JDK version "1.8.0_172".
> 
> Your operating system is doing this. I don't know exactly which OS
> that is.
> 
> You should be able to find your system's documentation, and see how
> the auto-deletion is configured. Then you can turn it off.
> 


More information about the jdk8u-dev mailing list