RFR: 8292741: Convert JvmtiTagMapTable to ResourceHashtable

2022-11-25 Thread Afshin Zafari
test of tier1-5 passed. - Commit messages: - JBS-8292741: Convert JvmtiTagMapTable to ResourceHashtable Changes: https://git.openjdk.org/jdk/pull/11288/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11288&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8292741 Stats

Re: RFR: 8286185: The Java manpage can be more platform inclusive [v3]

2022-11-25 Thread Vladimir Kozlov
On Thu, 24 Nov 2022 00:50:22 GMT, David Holmes wrote: >> This is mainly an expansion of the included platforms by changing "linux and >> macOS" to "Non-Windows". There are a few additional examples, and >> clarification that they are just examples. There are also some minor edits >> and correc

Re: RFR: 8295253: Remove kludge from v1_0/PerfDataBuffer.java

2022-11-25 Thread Ioi Lam
On Wed, 23 Nov 2022 19:42:47 GMT, Serguei Spitsyn wrote: >> Remove code for supporting an ancient JDK version (1.4.2). We don't have any >> test cases for this code so it's unclear whether it still works or not. >> >> Testing: tiers 1-4. > > Looks good and reasonable. > Thanks, > Serguei Thank

Integrated: 8295253: Remove kludge from v1_0/PerfDataBuffer.java

2022-11-25 Thread Ioi Lam
On Wed, 23 Nov 2022 18:25:59 GMT, Ioi Lam wrote: > Remove code for supporting an ancient JDK version (1.4.2). We don't have any > test cases for this code so it's unclear whether it still works or not. > > Testing: tiers 1-4. This pull request has now been integrated. Changeset: 85ddd8f2 Auth

Re: RFR: JDK-8295756 Improve NonLocalRegistry Manual Test Process [v4]

2022-11-25 Thread Mahendra Chhipa
On Sat, 5 Nov 2022 00:04:39 GMT, Bill Huang wrote: >> The current non local registry tests require a manual process that runs >> rmiregitrty on a different machine and changes the -Dregistry.host property >> in the source before running the tests on the local machine. This task is >> created t

Re: RFR: 8297082: Remove sun/tools/jhsdb/BasicLauncherTest.java from problem list

2022-11-25 Thread Martin Doerr
On Thu, 24 Nov 2022 10:59:41 GMT, Martin Doerr wrote: > Related issue is fixed with > [JDK-8228649](https://bugs.openjdk.org/browse/JDK-8228649) > Test has passed. Thanks for the review! I'll probably integrate on Monday. - PR: https://git.openjdk.org/jdk/pull/11351

Re: RFR: 8297082: Remove sun/tools/jhsdb/BasicLauncherTest.java from problem list

2022-11-25 Thread Richard Reingruber
On Thu, 24 Nov 2022 10:59:41 GMT, Martin Doerr wrote: > Related issue is fixed with > [JDK-8228649](https://bugs.openjdk.org/browse/JDK-8228649) > Test has passed. Lgtm - Marked as reviewed by rrich (Reviewer). PR: https://git.openjdk.org/jdk/pull/11351