-
Bug
-
Resolution: Unresolved
-
P4
-
26
This test case starts up a LingeredApp and then immediately endeavors to attach and dump its heap.
During startup of the JVM, the attach request may fail, causing this test to fail.
The race can be mitigated by inserting a sleep before the attach, or by retrying the attach if it fails. We recommend the latter.
During startup of the JVM, the attach request may fail, causing this test to fail.
The race can be mitigated by inserting a sleep before the attach, or by retrying the attach if it fails. We recommend the latter.
- links to
-
Review(master)
openjdk/jdk/28070