Re: RFR: 8263323: Debug Agent help output includes invalid URL

2021-06-04 Thread Alan Bateman
On Fri, 4 Jun 2021 03:36:26 GMT, Chris Plummer wrote: > Rather than embed a URL in the help output, which needs to be updated if the > location of docs ever changes, just include a description of the document so > it can be looked up. The output now looks like: > > > $ ./java -agentlib:jdwp=h

Integrated: 8266957: SA has not followed JDK-8220587 and JDK-8224965

2021-06-04 Thread Yasumasa Suenaga
On Mon, 17 May 2021 12:07:13 GMT, Yasumasa Suenaga wrote: > Following jtreg tests for SA would fail because SA has not followed > [JDK-8220587](https://bugs.openjdk.java.net/browse/JDK-8220587) and > [JDK-8224965](https://bugs.openjdk.java.net/browse/JDK-8224965). > > * serviceability/sa/Clhsd

Integrated: 8212155: Race condition when posting dynamic_code_generated event leads to JVM crash

2021-06-04 Thread Leonid Mesnik
On Thu, 3 Jun 2021 06:15:28 GMT, Leonid Mesnik wrote: > Fixed a race condition between posting and enabling DynamicCodeGenerated > event. This pull request has now been integrated. Changeset: 64ec8b3e Author:Leonid Mesnik URL: https://git.openjdk.java.net/jdk/commit/64ec8b3e5c8a8d4

Re: RFR: 8262386: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java timed out [v13]

2021-06-04 Thread Lin Zang
> 8262386: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java timed > out Lin Zang has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains 17 additi

Re: RFR: 8252842: Extend jmap to support parallel heap dump [v26]

2021-06-04 Thread Lin Zang
> 8252842: Extend jmap to support parallel heap dump Lin Zang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 35 commits: - Merge branch 'master' into par-dump - fix build issue after rebase and fix one issue - Merge branch 'master