RFR: 8135292: Remove duplicate code in <OS>Address.java in SA
Jayashree Huttanagoudar
duke at openjdk.org
Tue Jun 21 21:59:26 UTC 2022
On Fri, 10 Jun 2022 08:45:41 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
>> This PR is to address : https://bugs.openjdk.org/browse/JDK-8135292?jql=labels%20%3D%20starter-bug
>> Verified the build before and after the patch. Also below tests are run:
>> Before Patch:
>>
>> $ make test TEST="jtreg:test/hotspot/jtreg/serviceability"
>> ==============================
>> Test summary
>> ==============================
>> TEST TOTAL PASS FAIL ERROR
>> >> jtreg:test/hotspot/jtreg/serviceability 316 314 1 1 <<
>> ==============================
>> TEST FAILURE
>>
>>
>> After Patch:
>>
>> $ make test TEST="jtreg:test/hotspot/jtreg/serviceability"
>> ==============================
>> Test summary
>> ==============================
>> TEST TOTAL PASS FAIL ERROR
>> >> jtreg:test/hotspot/jtreg/serviceability 316 314 1 1 <<
>> ==============================
>> TEST FAILURE
>
> @jhuttana Please change the title to `8135292: Remove duplicate code in <OS>Address.java in SA` so that the bots recognize this as a PR for that bug. Also, issue the `/covered` command in a separate comment since you work for Red Hat and are covered by the Red Hat OCA. Finally, please enable testing for your fork so that pre submit checks run (see the `Details` link of `Pre-submit test status`.
>
> For the OCA check, you need to get allow-listed as an OCA signatory. This will be done by somebody at Oracle and will take a bit.
@jerboaa Thank you for guiding me on what was needed further.
Now I have completed the suggested steps.
I didn't get much about what is jcheck !
-------------
PR: https://git.openjdk.org/jdk/pull/9112
More information about the serviceability-dev
mailing list